A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Autoloader?

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    10

    Autoloader?

    I have created a flash movie in swish and have exported it as an .HTML file. I am buring this file to a CD-R and as it stands I have to go to START/RUN/BROWSE/Make sure the pulldown menu is set to all files/Then i click on my .HTML page to load it. Is there an autoloader available that would allow me to skip some of these steps? If so where is it.. please help.

    James

  2. #2
    Opu Nui
    Join Date
    Jan 2003
    Location
    I'd rather be in Hawaii
    Posts
    79
    I you have a version Flash 4 or better you can make a small movie and publish it as an "exe". This movie will only open the "html" file and then close down.
    eg.
    In Frame 1
    getURL("index.html","_blank");
    In Frame 2
    fscommand("quit");

    Then you can make an autorun.inf in notepad
    [autorun]
    open=loader.exe

  3. #3
    Junior Member
    Join Date
    Jun 2003
    Posts
    10

    I am using SWISH

    I am currently using SWISH V2.0 to make/edit all my movies (that is all I have) Is there any way I can do it with that?

  4. #4
    Opu Nui
    Join Date
    Jan 2003
    Location
    I'd rather be in Hawaii
    Posts
    79
    Check your Private Messages

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center