I have created a small loading screen in Flash that I wish to autorun on a CD. After a few frames, I use the getURL command in flash to call an html page on the CD called index.htm.

When I compile the movie using Flash's own projector it works fine, the movie is displayed, then at the getURL frame it opens the browser and loads index.htm into it.

When I compile the same Flash movie using SWF Studio it opens the browser, but instead of loading index.htm it tries to load http://index.htm

If I change the getURL to be the full path of index.htm (e.g. c:\temp\index.htm) it works in both Flash and SWF Studio. The problem with doing this is that I will not know the drive letter of the CD-ROM drive being used in every case so I can't hardcode in the path.

I've tried everything I can think of to get it to work, but to no avail, is there anything anybody can suggest?