Changeset 30 for Theme-2/nobu
- Timestamp:
- 02/29/08 18:35:10 (9 months ago)
- Files:
-
- Theme-2/nobu/slideshow.fla (modified) (previous)
- Theme-2/nobu/slideshow.swf (added)
- Theme-2/nobu/src (modified) (1 prop)
- Theme-2/nobu/src/App2.as (added)
- Theme-2/nobu/src/App2Thread.as (added)
- Theme-2/nobu/src/Application.as (modified) (1 diff)
- Theme-2/nobu/src/ApplicationThread.as (modified) (1 diff)
- Theme-2/nobu/src/lib/papervision3d (added)
- Theme-2/nobu/src/lib/papervision3d/Papervision3DThread.as (added)
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 * エンターフレーム処理 Theme-2/nobu/src/ApplicationThread.as
r29 r30 64 64 // show loading. 65 65 l.showThread.begin(); 66 _xmlLoadThread = new URLLoaderThread(new URLRequest( 'http://localhost:8000/develop/slideshow.xml'));66 _xmlLoadThread = new URLLoaderThread(new URLRequest(_view.targetUrl)); 67 67 _xmlLoadThread.begin(); 68 68 _xmlLoadThread.join();
