[mtasc] Flashout 0.2.0.0 is out!

Andre Fuller afuller at transmx.com
Tue Jun 14 16:17:06 CEST 2005


Genius. Works perfectly. Flashout rox!


On 6/13/05 5:14 PM, "Eugene Potapenko" <mail at potapenko.com> wrote:

> 
> 
> new 0.2.0.2 version
> http://www.potapenko.com/flashout/
> 
> after reinstall flashout clear html template in old *.flashout files
> and reopen.
> new html templates must have BASE param.
> 
> 
>   
>>  I¹ve also tried having the file in the same directory (so just
>> loadSettings("test.xml");), but no go.
>  
>>  Anyone else have this issue?
>  
>>  On 6/13/05 3:36 PM, "Dan Shryock" <dan.shryock at gmail.com> wrote:
>  
>  
>> This probably is an issue w/finding the location of your xml
>> document relative to the location of the where the swf is hosted.
>>  Maybe the way that flashout is now hosting the swf it is coming
>> from a different path than before?
>  
>>  On 6/13/05, Andre Fuller <afuller at transmx.com> wrote:
>  
>> I love all the new features, except that this version doesn't seem to allow
>>  xml files to be loaded at all (It worked fine in the previous version).
>>  Maybe I configured something wrong?
>  
>>  My example class below always traces false in flashout logger.
>  
>>  class Test
>>  {
>>      public function Test () {
>>           loadSettings("assets/config/test.xml");
>>      }
>>      public static function main()
>>      {
>>          var t:Test = new Test();
>>      }
>>      public function loadSettings(URL:String):Void {
>>          //////////////////////
>>          var desktopXML:XML = new XML();
>>          desktopXML.ignoreWhite = true;
>>          desktopXML.load(URL);
>>          desktopXML.onLoad = myXmlLoad
>>          //////////////////////
>>      }
>>      public function myXmlLoad(success:Boolean, event:Object,
>>  delegate:Function) {
>>          TRACE(Flashout.DEBUG + "XML loaded: "+success);
>>          if (success)
>>          {
>>              TRACE(Flashout.DEBUG + event);
>>          }
>>      }
>>  }
>  
>  
>  
>>  ---------------------------------------------------------
>>  Andre A. Fuller [ afuller at transmx.com  <mailto:afuller at transmx.com>  ]
>>  Senior Front-End Developer
>>  TransMedia Corp.
>>  212-675-6664 (ext. 109)
>  
>  
>  
>>  --
>>  MTASC : no more coffee break while compiling
>  
>  
> 
>  
> 
>> --
>>  MTASC : no more coffee break while compiling
>  
> 
>  
>>  ---------------------------------------------------------
>>  Andre A. Fuller [ afuller at transmx.com ]
>>  Senior Front-End Developer
>>  TransMedia Corp.
>>  212-675-6664 (ext. 109)
>   
>    
> 
> 

---------------------------------------------------------
Andre A. Fuller [ afuller at transmx.com ]
Senior Front-End Developer
TransMedia Corp.
212-675-6664 (ext. 109)






More information about the mtasc mailing list