Jump to content
Search Community

No SWF Interactivity

patrick.welborn test
Moderator Tag

Recommended Posts

Thanks for the swift reply...

 

Here's some more information:

  • Not using TLF.

  • The SWF(s) work fine independently.

  • A test SWF with simple button on stage also does not support interactivity when loaded with SWFLOader.

 

Since I am unable to post the files here, I will post my configuration:

 

data.xml

-------------------------------------------------


 

loader proxy

-------------------------------------------------

import com.greensock.*;
import com.greensock.events.LoaderEvent;
import com.greensock.loading.*;
import com.greensock.loading.display.*;

LoaderMax.activate([imageLoader, XMLLoader, VideoLoader, SWFLoader, MP3Loader]);

var data:XMLLoader = new XMLLoader("data.xml", {name:"data", onComplete:handleAssetsComplete});
data.load();

 

SWF View

-------------------------------------------------

 

import com.greensock.*;
import com.greensock.easing.*;
import com.greensock.events.*;
import com.greensock.loading.*;
import com.greensock.loading.display.*;
import com.greensock.loading.core.*;
import com.greensock.loading.data.*;
import com.greensock.plugins.*;

var interactive:SWFLoader = LoaderMax.getLoader("asset1");
addChild(interactive.content);

 

******************

SWF appears to load fine, but there is no interactivity.

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.
×
×
  • Create New...