nighttrain20
Technical User
Hello folks,
My question is.....I'm using Flash paper to create 3 information links on my web page. I used Flash 8 to create my site. When the button is released I would like the FF.swf file to appear on the screen in a new window not on my page so after reading or printing it they can X out of the window and be back on my page. i have this action script on my button:
on (release) {
loadMovie("FF.swf","");
}
What do I need to add to the above action script to make this happen. Or maybe I'm going about this the wrong way.
Oh while I'm here...I used Dreamweaver to center my flash page and to create a grey background around my page. But when my page first loads on some slower machines the area where my page will load is white. It's only for a second or so but it still looks a little cheap when that happens.
can you help?
Thank you
Tony
My question is.....I'm using Flash paper to create 3 information links on my web page. I used Flash 8 to create my site. When the button is released I would like the FF.swf file to appear on the screen in a new window not on my page so after reading or printing it they can X out of the window and be back on my page. i have this action script on my button:
on (release) {
loadMovie("FF.swf","");
}
What do I need to add to the above action script to make this happen. Or maybe I'm going about this the wrong way.
Oh while I'm here...I used Dreamweaver to center my flash page and to create a grey background around my page. But when my page first loads on some slower machines the area where my page will load is white. It's only for a second or so but it still looks a little cheap when that happens.
can you help?
Thank you
Tony