Changeset 30 for Theme-2/nobu/src/Application.as
- Timestamp:
- 02/29/08 18:35:10 (10 months ago)
- Files:
-
- Theme-2/nobu/src (modified) (1 prop)
- Theme-2/nobu/src/Application.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Theme-2/nobu/src
- Property svn:externals changed from
fl http://papervision3d.googlecode.com/svn/trunk/as3/trunk/src/fl
to
fl http://papervision3d.googlecode.com/svn/trunk/as3/trunk/src/fl
caurina http://tweener.googlecode.com/svn/trunk/as3/caurina
- Property svn:externals changed from
Theme-2/nobu/src/Application.as
r29 r30 39 39 } 40 40 41 public function get targetUrl():String 42 { 43 var url:String = loaderInfo.parameters['url'] as String; 44 return url || '/slideshow.xml'; 45 } 46 41 47 /** 42 48 * エンターフレーム処理
