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
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