Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
aleriz #1
flash 8 swf in flex 3 air application
Hi all,
I wonder if there are known problems in using SWFLoader in a Flex AIR
application to load a flash 8 movie (ActionScript2) into a mx:Window
object; the loaded swf will receive a parameter that contains the name of a xml
file that should be loaded by the movie (ie
myMovie.swf?param1=myData.xml). Is it possible to place both .swf and
..xml files in the application storage directory? Are there security problems or
configurations (sandboxes)?
thx
aleriz Guest
-
Run application in Flex 3 pro will not work
I recently got Flex pro 3 after using the demo download version. When I try to test the applications both the swf and mxml applications will not... -
Support document for Migration of application fro flex 2o flex 3
Support document for Migration of application fro flex 2 o flex 3 -
How to load Flex 2.0 components on Flex 1.5 application
Hello, I am currently working on an Flex 1.5 application and my client wants to import 2.0 components into it. Can we achieve that? if so how is... -
Flex application unloading
I would like to be able to handle an event which is fired when my Flex 1.5 Application unloads. We need this to do some cleanup work essential to... -
Creating Your First Flex Application
Macromedia training group article - Part 1: Creating Your First Flex App http://www.macromedia.com/devnet/flex/articles/first_flexapp.html has... -
slaingod #2
Re: flash 8 swf in flex 3 air application
This is a fairly common question on these forums. Basically, AS2 and
AS3(Flex/AIR) can't communicate directly. You will either need to use
LocalConnection or use ExternalInterface and javascript to pass info between
the 2.
slaingod Guest



Reply With Quote

