Show
Ignore:
Timestamp:
02/29/08 18:35:10 (10 months ago)
Author:
nobu
Message:
  • とりあえず動くところまで完了
Files:

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
  • Theme-2/nobu/src/ApplicationThread.as

    r29 r30  
    6464            //  show loading. 
    6565            l.showThread.begin(); 
    66             _xmlLoadThread = new URLLoaderThread(new URLRequest('http://localhost:8000/develop/slideshow.xml')); 
     66            _xmlLoadThread = new URLLoaderThread(new URLRequest(_view.targetUrl)); 
    6767            _xmlLoadThread.begin(); 
    6868            _xmlLoadThread.join();