A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [Resolved] HTML autostart fropm CD?

  1. #1
    Member
    Join Date
    Dec 2001
    Posts
    34
    Can anyone help me out?

    I've just put together a CD and I'd like it to open an html doc from the autorun function. However, when the cd is inserted into the computer the html file is opened in the program it was created in (Dreamweaver) rather than Explorer. I tried writing the HTML in SimpleText but the same thing happens.

    Is there any way around this?
    Any advice would be greatly appreciated.

  2. #2
    Member
    Join Date
    Dec 2001
    Posts
    34
    I managed to get it sorted . . .
    I opened the index file in Explorer and then saved it as an HTML source file so that it kept its associations with the programme. It seems to have worked.

    Electronics baffle me at times

    Sorry for wasting space on the board.

  3. #3
    Senior Member
    Join Date
    Sep 2000
    Posts
    144
    here is a different option.
    What I do is I make a 18x18pixle flash projector. The movie has 2 frames.

    1-- getURL(index.html);
    2--fscommand(quit);

    that way I am gaurenteed to always have the html open in the end-users default Web browser

    it is great, it works on mac and pc, just make 2 differnt files, hybrid, toast, mac autostart, pc autorun.ini, ... you know the drill i am sure.


    --mm

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