I was wondering if there is a way to call a function between 2 seperate swf’s.
SWF 1: has whatever on it picture and what not.
function printme(){
printAsBitmap("",“bmovie”);
}
SWF 2: calls a the printme() function
I would like to preferably use a localConnection if possible, unless there is a better way. Its not going to be in a browser. So i thats why i dont want to use JScript and/or browsers.
HELP please!!!
Thanks in advanced,
Limitlis