Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

General Discussions


You are currently viewing our General Discussions as a guest. Please register to participate.
Login



Reply
Anyone know how to make DVD menu for pdf's?
Old 02-26-2008, 03:33 PM Anyone know how to make DVD menu for pdf's?
Skilled Talker

Posts: 78
Trades: 0
I am making an informational dvd which will have a menu for my pdf's. I will just have the pdf's in a folder, but would like a menu to autoload with links to that folder, then when they click a link it will load in acrobat.

I can build it in html if that will work. Can I do that? And how can I make the html automatically open when the dvd loads in someones computer?

Or is there a specific software to use for this? All I can find is video software.

Thanks!
Boar is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-26-2008, 06:07 PM Re: Anyone know how to make DVD menu for pdf's?
Moxxnixx's Avatar
King Spam Talker

Posts: 1,174
Name: Lance
Location: Virginia Beach
Trades: 0
Here's an example. Let's say you make an html file called menu.html. This file is like
a regular web page with relative links to the pdf files.

Next, create a text file and insert the following code. Rename this file autorun.inf.
Code:
[autorun]
open=menu.html
icon=iconimage.ico
This file tells the computer to open the file called menu.html with your default browser.
Make sure this file is put in the root level of the disc you're burning (not in a folder).
The icon line is optional. This is useful if you want to add your own icon to the drive letter,
instead of the default icon (you need to include this image in the disc as well).
__________________
Get your facts first, and then you can distort them as much as you please. - Mark Twain

Please login or register to view this content. Registration is FREE
---

Please login or register to view this content. Registration is FREE

All My Sites Are Proudly Hosted @
Please login or register to view this content. Registration is FREE

Moxxnixx is offline
Reply With Quote
View Public Profile Visit Moxxnixx's homepage!
 
Old 02-27-2008, 04:07 PM Re: Anyone know how to make DVD menu for pdf's?
Skilled Talker

Posts: 78
Trades: 0
Wow, Thanks Moxxnixx, that sounds super easy, I can't wait to give it a try and see what happens!
Boar is offline
Reply With Quote
View Public Profile
 
Old 02-29-2008, 08:03 PM Re: Anyone know how to make DVD menu for pdf's?
Skilled Talker

Posts: 78
Trades: 0
Well, I finally tried it, but it does not autoload at all - I tried on a mac an a dell pc.

I built the file in a text editor and named the file autorun.inf

Code:
[autorun]
open=menu.html
Any ideas what I'm doing wrong?
Boar is offline
Reply With Quote
View Public Profile
 
Old 02-29-2008, 08:54 PM Re: Anyone know how to make DVD menu for pdf's?
Moxxnixx's Avatar
King Spam Talker

Posts: 1,174
Name: Lance
Location: Virginia Beach
Trades: 0
Well, it seems the open command can only be used with programs, not documents.
To overcome this, you can try using the following command in the autorun file...
Code:
[autorun]
open=start index.html
I think this only works with Windows, though. For more info...
http://www.autoruntools.com/autorun-inf.php
__________________
Get your facts first, and then you can distort them as much as you please. - Mark Twain

Please login or register to view this content. Registration is FREE
---

Please login or register to view this content. Registration is FREE

All My Sites Are Proudly Hosted @
Please login or register to view this content. Registration is FREE

Moxxnixx is offline
Reply With Quote
View Public Profile Visit Moxxnixx's homepage!
 
Old 02-29-2008, 09:59 PM Re: Anyone know how to make DVD menu for pdf's?
Skilled Talker

Posts: 78
Trades: 0
Hey thanks for the last code Moxxnixx.

I also did a search and found this -

Code:
[autorun]
shellexecute="menu.html"
This code works, but only on PC - anyone know how to get this to work on a mac too?
Boar is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Anyone know how to make DVD menu for pdf's?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.54661 seconds with 12 queries