Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
Share
LinkBack Thread Tools
Old 08-10-2011, 04:55 AM   #1
Warrior Member
 
Join Date: Mar 2011
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default help with cd auto play

Hey guys,

this might seem quite silly but can someone tell me if it is possible to change the auto play option in any individual CD.. For eg if i want a particular video in the cd to play as soon as it is inserted into the drive, can that be done? im pretty sure its not possible but i just wanted to be sure..

bennettdaniel is offline   Reply With Quote
Old 08-10-2011, 05:19 AM   #2
Tony Marriott
War Room Member
 
Tony Marriott's Avatar
 
Join Date: Dec 2009
Location: Perea, Greece
Posts: 998
Thanks: 210
Thanked 292 Times in 209 Posts
Default Re: help with cd auto play

Quote:
Originally Posted by bennettdaniel View Post
Hey guys,

this might seem quite silly but can someone tell me if it is possible to change the auto play option in any individual CD.. For eg if i want a particular video in the cd to play as soon as it is inserted into the drive, can that be done? im pretty sure its not possible but i just wanted to be sure..
It will be configurable in the options of your particular CD writing software. If you can't find the answer in the help file and all else fails try reading the manual.

If you don't have a decent cd writing software and are relying on a Windows default burner the read

How to make a Windows AutoPlay CD.


Creating Authority Sites With Authority Site Keyword Intelligence Tool
WP Pipeline - Ultimate WordPress Control
FREE Auto Pilot Backlinks Wordpress Plugin


Tony Marriott is online now   Reply With Quote
Old 08-10-2011, 05:22 AM   #3
Warrior Member
 
Join Date: Mar 2011
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: help with cd auto play

ok cool..thanks..i just need to get it to start playing the video automatically..ill try and see if it works..

bennettdaniel is offline   Reply With Quote
Old 08-10-2011, 05:40 AM   #4
Senior Warrior Member
 
webapex's Avatar
 
Join Date: Oct 2010
Posts: 1,565
Thanks: 83
Thanked 251 Times in 232 Posts
Default Re: help with cd auto play

You can create an autorun.inf file with notepad and insert a path to an executable to be run on insertion, if the user has autorun enabled (I have not worked with opening documents, check the autorun.inf documentation)

Here's the typical file, the .ico file is an optional CD icon image.

[autorun]
open=MyApp.exe
icon=MyAppIcon.ico

If you had provided a player .exe on the CD, like Cantasia has that in turn could access a play list.

-------------- edit -------------

Again if you just need an auto play CD and not a banquet, you might check out these guides that detail using the autorun.inf file

http://autorun.moonvalley.com/autoruninf.htm

http://www.phdcc.com/shellrun/autorun.htm

“An expert is a person who has made all the mistakes that can be made in a very narrow field” Niels Bohr
webapex is offline   Reply With Quote
Old 08-10-2011, 05:52 AM   #5
Senior Warrior Member
War Room Member
 
DireStraits's Avatar
 
Join Date: Mar 2008
Location: Yorkshire, UK
Posts: 1,832
Thanks: 669
Thanked 1,034 Times in 682 Posts
Default Re: help with cd auto play

Whilst we're at it, does anyone have a recipe for Italian lamb stew?

Also, I need someone to fix my bicycle.

Cheers.

~ Michael
“Is all that we see or seem but a dream within a dream?” ~ Edgar Allan Poe
DireStraits is offline   Reply With Quote
Old 08-10-2011, 05:54 AM   #6
Tony Marriott
War Room Member
 
Tony Marriott's Avatar
 
Join Date: Dec 2009
Location: Perea, Greece
Posts: 998
Thanks: 210
Thanked 292 Times in 209 Posts
Default Re: help with cd auto play

Quote:
Originally Posted by bennettdaniel View Post
ok cool..thanks..i just need to get it to start playing the video automatically..ill try and see if it works..
OK, I see that is really two questions.

Firstly you need to make the cd autoplay.

That is not auto play in the sense of a video automatically playing without having to press start.

The video file needs a player and that player is normally already on the computer that is reading the cd so you have no control over that.

You will need to "wrap your video" in some code/files and make the cd auto play that file.

So you need to create your video on your PC so that it autoplays when you run the "script". Then burn the video with the additional files/scripts needed to auto run it to the cd.

If you can't autorun it on your pc it won't auto-run on the cd - if I explained that clearly?
Depending on the video will depend on what you need to make it autorun.

So as an example. I use Camstudio to create videos and render them for using on the web. I get an MP4 video and a _controller.swf file.

add this script into any html file and it will auto run the video

<!-- Users looking for simple object / embed tags can copy and paste the needed tags below.
<div id="media">
<object id="csSWF" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="401" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0">
<param name="src" value="example-video_controller.swf"/>
<param name="bgcolor" value="#1a1a1a"/>
<param name="quality" value="best"/>
<param name="allowScriptAccess" value="always"/>
<param name="allowFullScreen" value="true"/>
<param name="scale" value="showall"/>
<param name="flashVars" value="autostart=false#&thumb=FirstFrame.png&thumb scale=45&color=0x000000,0x000000"/>
<embed name="csSWF" src="
example-video_controller.swf" width="640" height="401" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=true&thumb=FirstFrame.png&thu mbscale=45&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>

So loading the video and controller file plus making the html file cd autorun file will give you autorun video on CD.

If your videos already exist then you can drop an AVI directly into Camstudio and it will do all this for you.

There will be other tools that will do this but this is the one I use.

Adobe flash site may also give you more information on this.

Also to auto run an HTML you need a little extra config.

see

CD Autorun for HTML Files

So yes it is possible but you will need to do a little work


Creating Authority Sites With Authority Site Keyword Intelligence Tool
WP Pipeline - Ultimate WordPress Control
FREE Auto Pilot Backlinks Wordpress Plugin


Tony Marriott is online now   Reply With Quote
Old 08-10-2011, 09:17 AM   #7
Active Warrior
War Room Member
 
michael_gourlay's Avatar
 
Join Date: Apr 2010
Location: New Jersey, USA
Posts: 98
Thanks: 5
Thanked 18 Times in 16 Posts
Default Re: help with cd auto play

Also, keep in mind, a lot of people (like me) disable autoplay so you should include instructions on getting the video to play in the scenario where it doesn't start automatically.

Check out my radar detector reviews.

michael_gourlay is offline   Reply With Quote
Old 08-10-2011, 09:29 AM   #8
No excuses - Just do it
War Room Member
 
John Romaine's Avatar
 
Join Date: Mar 2009
Location: Sydney
Posts: 5,463
Thanks: 1,272
Thanked 2,621 Times in 1,360 Posts
Social Networking View Member's FaceBook Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to John Romaine
Default Re: help with cd auto play

Quote:
Originally Posted by DireStraits View Post
Also, I need someone to fix my bicycle.

Cheers.
Here you go dude.

Fix my bicycle

Bring the Donuts - Learn Internet marketing & online business without all the hype and BS.
Business Kits for Freelance SEO consultants and Web Designers
John Romaine is online now   Reply With Quote
Old 08-10-2011, 10:31 AM   #9
HyperActive Warrior
War Room Member
 
Join Date: Apr 2010
Location: India
Posts: 417
Thanks: 262
Thanked 96 Times in 51 Posts
Default Re: help with cd auto play

Quote:
Originally Posted by DireStraits View Post
Whilst we're at it, does anyone have a recipe for Italian lamb stew?

Also, I need someone to fix my bicycle.

Cheers.
Quote:
Originally Posted by ramone_johnny View Post
Here you go dude.

Fix my bicycle
Also, Italian Lamb Stew.

webfighter is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Bookmarks

Tags
auto, play

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 03:58 AM.