Thanks Andrei! Seems to be execlty what I was looking for :)
On 4/28/08 12:08 AM, "Andrei Thomaz" <[EMAIL PROTECTED]> wrote: > maybe this helps you: > http://code.google.com/p/bulk-loader/ > > []'s > andrei > > > On Sun, Apr 27, 2008 at 4:00 PM, Patrick Jakub Jankun <[EMAIL PROTECTED]> > wrote: > >> Hello Everyone, >> >> I got another newb Question, I got an class (written with help of a >> friend) >> That Loads an .swf by simply calling a new instance of that class and >> giving >> The filename (URL), from there it goes all alone, with progress tracing >> and >> so on. >> >> Now I runned into a problem, as the Loader class can load only data of 3 >> types, TEXT / VARIABLES / BINARY, how in the world, am I suppose to load >> an >> mp3 or an font with it? >> >> My Brain tells me this: >> >> var myLoader:URLLoader = new URLLoader; >> myLoader.DataFormat = URLLoaderDataFormat.BINARY >> myLoader.load(new URLRequest("foo.mp3")); >> myLoader.addEventListener(Event.COMPLETE, onCompleteLoader); >> >> private function onCompleteLoader(event:Event):void { >> trace("Data loaded"); >> var myMP3 = myLoader.data; >> } >> So Every data other then Text or Variables should be threated as Binary, >> and >> Then assigned to a corresponding var of given datatype. Is this thinking >> right or am I missunderstanding the concept of URLLoader? >> >> The second thing is, how can I get a list of things loaded from an .swf by >> names? Like to have an nice Trace of Objects contained in that Library! >> >> Thank's >> Patrick >> >> ------------------------------------------------------------------------- >> >> jankun.org fancy skills to pay the bills >> >> web: jankun.org | under development >> skype: Synaps1s >> mail: p[at]jankun.org >> >> >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ------------------------------------------------------------------------- jankun.org - Design and Technology One Man Army Speckbachergasse 8/8 1160 Vienna - Ottakring Austria Phone: +43 660 96 969 - 01 web: jankun.org mail: p[at]jankun.org _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

