 |
 |
Autoplay Quicktime movie upon CD insert?
|
 |
|
 |
|
Junior Member
Join Date: May 2001
Status:
Offline
|
|
Hi all.
Can anyone tell me how to get a Quicktime movie on a CD to autoplay when I insert the CD? I'm burning movies and TV shows to CD, and I'd really like to have the movie launch and begin playing in QT when I insert the CD.
Thanks in advance!
Cheers
Scott
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Sep 2000
Location: London, UK
Status:
Offline
|
|
Using Toast, burn a Mac Volume. Under the available options, you have Autostart. Turn it on and choose a file to run. This should rely on 'CD-ROM Autostart' being enabled in the QuickTime Settings Control Panel in order to work. Doesn't have to be a QT Movie, could be an AppleScript app to set up QuickTime just as you like.
Not tried this out, tho.
Hope it helps.
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: May 2001
Status:
Offline
|
|
Originally posted by jonny05:
<STRONG>Using Toast, burn a Mac Volume. Under the available options, you have Autostart. Turn it on and choose a file to run. This should rely on 'CD-ROM Autostart' being enabled in the QuickTime Settings Control Panel in order to work. Doesn't have to be a QT Movie, could be an AppleScript app to set up QuickTime just as you like.
Not tried this out, tho.
Hope it helps.</STRONG>
Well, crap! Thanks for the help though...I'd never noticed that option in Toast.
The problem is that these CDs are hybrids (my wife watches the files on her PC). Is there any way to make a cross-platform autoplay upon insert CD?
Thanks for the help!
Cheers
Scott
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Sep 2000
Location: London, UK
Status:
Offline
|
|
If you want to make the PC version autostart, you need to put a text file in the root of the PC part of the CD called 'autorun.inf'. It needs to contain the following:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>[autorun]
open=setup.exe
icon=setup.ico</font>[/code]
setup.exe should be the name of the app/file on the CD to run (it's a relative path). Dunno if it works OK for QT files, would depend if the file associations are set up OK.
setup.ico is the name of the icon file to display as the volume's icon in Windows Explorer. You can create .ico files from Iconographer.
Specifying the icon is optional.
Good luck...
|
|
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: May 2001
Status:
Offline
|
|
Originally posted by jonny05:
<STRONG>If you want to make the PC version autostart, you need to put a text file in the root of the PC part of the CD called 'autorun.inf'. It needs to contain the following:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>[autorun]
open=setup.exe
icon=setup.ico</font></pre><HR></BLOCKQUOTE>
setup.exe should be the name of the app/file on the CD to run (it's a relative path). Dunno if it works OK for QT files, would depend if the file associations are set up OK.
setup.ico is the name of the icon file to display as the volume's icon in Windows Explorer. You can create .ico files from Iconographer.
Specifying the icon is optional.
Good luck...</STRONG>
Cool! Thanks a bunch! I'll give it a shot tonight.... So is there any way to do this so that the file will autorun on both Windows and Mac?
Cheers
Scott
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|