CD Autorunning a flash file.

T-BirDT-BirD Montgomery, AL
edited January 2004 in Science & Tech
Is it possible? So far I've tried several different approaches in the autorun.inf file, like:

[autorun]
OPEN=blah.swf

and

[autorun]
OPEN="C:\Program Files\Internet Explorer\IEXPLORE.EXE" blah.swf

In case flash files aren't associated automatically with internet explorer...

In both cases, the blah.swf is sitting in the same directory as the inf file (aka, cd base dir.)

In the first case, it tells me "Access to the specified device, path, or file is denied" - in the second, it tries to go to http://blah.swf or [url]http:////localhost/blah.swf[/url] if I try that.

Any advice is appreciated!

Comments

  • EMTEMT Seattle, WA Icrontian
    edited January 2004
    Hmmmm... I think there's a lot of roundabout ways but the trouble is finding an easy one. Do you know the drive letter? That would solve it.
  • kanezfankanezfan sunny south florida Icrontian
    edited January 2004
    I think maybe if you go with file:/// instead of http:// it might help? not sure though, so sorry if you throw away another CDR on my account.
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited January 2004
    try putting quotes around blah.swf ?
  • EMTEMT Seattle, WA Icrontian
    edited January 2004
    Neither of those are the problem. The problem is that Internet Explorer is not looking in the working directory for the parameter you pass it. So we need to find a way to get the current path and pass that to IE, or simply be sure of the absolute path of the swf (meaning which drive letter it's at).
  • T-BirDT-BirD Montgomery, AL
    edited January 2004
    Can't really be sure of the drive letter, cuz this is to be a cd given out to clients with a company resume/presentation/etc in flash form.

    The idea is for them to pop it in and it starts up (unless they have autoplay disabled).

    I'm about to try a few of the other options by just using a .lnk file in the same directory with that in the "path" box under properties.

    Crap:
    "Cannot find 'file://blah.swf/'. Make sure the path or Internet address is correct."
  • shwaipshwaip bluffin' with my muffin Icrontian
    edited January 2004
    Download browsercall, place the program on the cd, use

    open=browsercall.exe blah.swf
  • T-BirDT-BirD Montgomery, AL
    edited January 2004
    Sweet! That seems to have done it for my pc at least! Thanks shwaip and everyone who gave it a shot! :)
Sign In or Register to comment.