Question : cd business card

I found some CDs shaped like buisness cards.  I'd like to have my card auto-play when it's inserted,

1. bring up a flash page in default browser,
2. then automatically skip to the website where I have my resume.

How would I accomplish this when writing to the CD?

Answer : cd business card

So what you're looking to do, is automatically load Internet Explorer to location number 1, and then redirect to 2.

The swf file, is this embedded in a webpage? For example, could location number 1 be http://www.location.com/index.html , where index.html has the SWF embedded? I'm not a Flash expert, so I wouldn't know how to set an SWF to redirect I'm afraid.

The code below can be copied into a notepad file, and saved as autorun.inf to be written to the root of your CD.

If you are redirecting to location 2, from the index.html in location 1, you can add this to the <head> section of index.html:

<meta http-equiv="REFRESH" content="2;url=http://www.tedpenner.com/experience
">

Lee
1:
2:
[autorun]
open="C:\Program Files\Internet Explorer\iexplore.exe" "http://www.location.com/index.html"
Random Solutions  
 
programming4us programming4us