Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Function Calls from SWF

Status
Not open for further replies.

juglugs

Programmer
May 18, 2005
1
GB
I have constructed a multi level template that eventually relies upon an inserted movie (using Generator) calling root level functions.
The inserted movie does NOT contain any functions, they all exist in the master "template".

It appears that I can set variables and the like for root level, but cannot call the actual functions that are at root level from the imported movie ?

Any Ideas ???

Does anyone know when a movie is compiled into an swf does this convert a function call eg: _root.myfunction(param1) into an address relative to the swf or the environment in which it sits ???

I just need to find a way to get a SWF into a template and calling functions from within that template.

Cheers

Juglugs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top