Re: [Flashcoders] determining url of container page

2008-02-18 Thread Ketan Anjaria
comes in) the url of the page within which a swf is embedded? Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Ketan Anjaria 415.260.8742 f. 415-358-4278 [EMAIL

Re: [Flashcoders] how to check if child exists

2008-04-02 Thread Ketan Anjaria
/listinfo/flashcoders -- Ketan Anjaria 415.260.8742 f. 415-358-4278 [EMAIL PROTECTED] www.kidbombay.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Deleting Flash Vars

2008-04-21 Thread Ketan Anjaria
I am using FlashVars in an AS3 application.Is there a way to delete flash vars once they are passed in? What I would like to do is // get the flash vars and set in application var flashVars:Object = (root.loaderInfo as LoaderInfo).parameters; for (var i:String in flashVars) { setValue(i,

Re: [Flashcoders] Deleting Flash Vars

2008-04-21 Thread Ketan Anjaria
- From: Ketan Anjaria [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Monday, April 21, 2008 5:59 PM Subject: [Flashcoders] Deleting Flash Vars // delete the flash vars to prevent other swfs from accessing delete (root.loaderInfo as LoaderInfo).parameters

[Flashcoders] Kilobyte Size of AS Classes

2008-05-06 Thread Ketan Anjaria
When I use the Generate Size report in the publish settings, at the end of the file it says something like ActionScript BytesLocation -- 140568ActionScript 3.0 Classes Is there a way to break this up by class? I would love to get a list of each

[Flashcoders] HTTP Status Events

2008-09-16 Thread Ketan Anjaria
. Is it possible? private function onHTTPStatus (p_event:HTTPStatusEvent):void{ Logger.debug(onHTTPStatus = + p_event); var loader:URLLoader = p_event.target as URLLoader; Logger.debug('loader.data = ' + loader.data); } loader.data is undefined every time. -- Ketan Anjaria 415.260.8742 [EMAIL