Jump to content
GreenSock

Guest ivanposta

load swf(flash cs3) into flex don't works [SOLVED]

Moderator Tag

Recommended Posts

hi

 

I need to load a project ( with your as3 trasforming tool made in Flash 9) into Flex

I download your Transform_Sample_AS3.swf from your site and load into Flex project by SWFLoader and don't works .

 

why ?

 

thanks

Link to comment
Share on other sites

I bet it's a security sandbox violation. If you're going to load it from my site, you need to put this code in your Flex app:

 

Security.allowDomain("www.greensock.com");

 

Otherwise your app won't allow TransformManager to access the stage.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×