PDA

View Full Version : Printing from flash


WhutEvur
08-21-2002, 12:49 AM
I have a swf that prints from the player using the following script
on (release) {
getURL ("print:", "/print");
}

I'm using this script which goes to a frame called print and I label a print command frame #p. This file works fine when I run in by itself. If I use the loadmovie command and use the same movie on _level1 the print function goes bizerk. I can not figure out the level problem here anyone have any ideas what I'm doing wrong?