Re: [Flashcoders] Cross domain AS3

2008-05-30 Thread BlackMail
Are you working in one domain (sandbox) ? I so, then probably you need to fix the relative path. If your swf is stored in some folder ie: http://www.mydomain.co.uk/banner/flash/MY.SWF and it needs to load the image from: http://www.mydomain.co.uk/banner/flash/uploadedimage/45/sunset.jpg You can

Re: [Flashcoders] TextFormat Help:

2007-03-22 Thread BlackMail
hmdakr http://www.figleaf.com hmdakr http://training.figleaf.com -- Pozdrowienia, BlackMail -- Jestes kierowca? To poczytaj! http://link.interia.pl/f199e ___ Flashcoders

Re: [Flashcoders] High CPU usage problems

2007-03-22 Thread BlackMail
in the direction of a really good Carl Welch article regarding this subject?. -- Pozdrowienia, BlackMail -- Jestes kierowca? To poczytaj! http://link.interia.pl/f199e

Re: [Flashcoders] Flash Sandy: Camera Flythrough

2007-03-21 Thread BlackMail
eric e. dolecki Brought to you by Fig Leaf Software eric e. dolecki Premier Authorized Adobe Consulting and Training eric e. dolecki http://www.figleaf.com eric e. dolecki http://training.figleaf.com -- Pozdrowienia, BlackMail - Ta oferta jest dla

[Flashcoders] overwriting a class

2007-01-16 Thread BlackMail
Hi, I am looking for advice about swapping classes of the same name but using different methods. Let's consider three classes: class SomeClass { public function meth() { trace(meth of skin SomeClass VERSION 0); } } // class SomeClass { public