Web Hosting Talk







View Full Version : some urgent flash help please


resurepus.co
03-21-2004, 07:02 PM
I have never worked much with flash, but now I have come across an urgent need to do some modifications to a file and I am having some difficulties, which I hope you might help me to come over.

1. I need to open an html file in the same window

2. I don't know how to export a flash movie into .exe file

3. This document is required to be played in a "no toolbar window" no flash player menue, ho header, just the flash movie by itself.

Please, give me some advice on how I could do that. Thank you very much in advance!

Firefuze
03-21-2004, 09:17 PM
To open an html file in the same window use this:

on (release) {
getURL("yoururl.html", "_self");
}

To export as an exe, go to File > Publish Settings, and under Formats pick Windows Projector, that'll make it an exe.

And for your last question, i guess you could just play the .swf, to disable the right click menu it's gotta be in an html file.

resurepus.co
03-22-2004, 07:07 AM
Thanks for your help!
but I think I didn't explain myself very well. I want to open an html after the flash is finished, not when you click on something.

As for the menue, I was not talking about the right click menue, but about the top one in flash player. Is it possible to remove it when you play .exe flash file?