----- Original Message ----- 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;

but parameters is read only. Any ideas?

It seems to me that you have a dangerous strategy.

If there are other swfs that will try and load the parameters, you are trying to make the behaviour of the application dependent on the load order of the swfs. Not good.

Paul
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to