Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Location
    Toulouse, France
    Posts
    153

    some urgent flash help please

    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!

  2. #2
    Join Date
    Nov 2002
    Location
    Toronto, Canada
    Posts
    132
    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.

  3. #3
    Join Date
    Jul 2002
    Location
    Toulouse, France
    Posts
    153
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •