Changeset 30 for Theme-2/nobu/src/ApplicationThread.as
- Timestamp:
- 02/29/08 18:35:10 (10 months ago)
- Files:
-
- Theme-2/nobu/src (modified) (1 prop)
- Theme-2/nobu/src/ApplicationThread.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/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();
