The following example shows how you can disable an entire Flex Application in Flex 3 by setting the Boolean enabled property on the application object.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can disable an entire Flex Application in Flex 3 by setting the Boolean enabled property on the application object.
Full code after the jump.
{ 0 comments }
In a previous entry, “Grabbing FlashVars from the embedding HTML template”, we saw how you could access FlashVars in your Flex application by passing a name/value pair string to the AC_FL_RunContent() method and <object>/<embed> tags from your HTML template.
The following example shows how you can pass FlashVars from your HTML template to your Flex applications using the Flex 4 SDK (which uses SWFObject now, by the way).
Full code after the jump.
{ 2 comments }