2/13/2011 11:28:42 AM
Title:
FlashVar issue in Flex application
Hi
i have one flex application its nearly 1.mb, we are passing the service location through the flash var, we have taken the service location path at creation complete event, it will run in our local machine,But once we are hosting into our server , we not able to get the flashvar value at first time loading , it's any thing related to size of the swf, and we are facing the same issue for external interface too, any other better way guys,
2/14/2011 9:28:28 PM
use applicationComplete event, creationComplete event is fired when the application has finished creating children. Size is not the problem. You are trying to access the variable before the application has completed .