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