Anybody know a good way to add a link button that launches web browser and will link to a website or email.... Maybe some shareware or plugin that works for this?
I have a real estate client doing a series of promo discs that wants links to his website on his DVD.
Hyperlink to Website on DVD
-
Mr teee
-
Mr teee
-
Black Lab
- Posts: 7429
- Joined: Wed Dec 15, 2004 3:11 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Location: Pottstown, Pennsylvania, USA
Steve's link points to a reference to Sonic eDVD, which apparently is no longer available. Does anyone know of a dvd authoring app that allows the insertion of hyperlinks?
If it was available as far back as 2000 you would think it would be very popular by now, but that doesn't seem to be the case.
If it was available as far back as 2000 you would think it would be very popular by now, but that doesn't seem to be the case.
Jeff
Dentler's Dog Training, LLC
http://www.dentlersdogtraining.com
http://www.facebook.com/dentlersdogtraining
Dentler's Dog Training, LLC
http://www.dentlersdogtraining.com
http://www.facebook.com/dentlersdogtraining
-
skier-hughes
- Microsoft MVP
- Posts: 2659
- Joined: Thu Jul 21, 2005 10:09 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: gigabyte
- processor: Intel core 2 6420 2.13GHz
- ram: 4GB
- Video Card: NVidia GForce 8500GT
- sound_card: onboard
- Hard_Drive_Capacity: 36GB 2TB
- Location: UK
DVDLab Pro cannot do it at this time. However, in their forums is a sub-forum for "ProEx" -- an addon for DLP. The authors of ProEx are currently working on something that when played on a PC will offer a menu with options to do a number of things (play the DVD, link to a web page, display a pdf, etc...). The authors posted something in their forums about it (including a small demo of how it might look).skier-hughes wrote:I'm pretty sure dvdlab pro can do it, but check first.
But nothing is available from them at the moment (afaik).
Regards,
George
-
Black Lab
- Posts: 7429
- Joined: Wed Dec 15, 2004 3:11 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Location: Pottstown, Pennsylvania, USA
Thanks guys. Seems like in this day and age that's something that should be easy to do. I guess not. 
Jeff
Dentler's Dog Training, LLC
http://www.dentlersdogtraining.com
http://www.facebook.com/dentlersdogtraining
Dentler's Dog Training, LLC
http://www.dentlersdogtraining.com
http://www.facebook.com/dentlersdogtraining
-
sjj1805
- Posts: 14383
- Joined: Wed Jan 26, 2005 7:20 am
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: Equium P200-178
- processor: Intel Pentium Dual-Core Processor T2080
- ram: 2 GB
- Video Card: Intel 945 Express
- sound_card: Intel GMA 950
- Hard_Drive_Capacity: 1160 GB
- Location: Birmingham UK
You can do things manually.
Stop and consider what happens when you insert a DVD disc in a player.
1. On a standalone DVD player it does not recognize computer programs, especially autorun.inf - therefore it will seek out your VOB files and start playing the DVD. Many standalone DVD players also recognize photographs and so can play a slideshow, and some also play music files - mostly MP3.
2. On a computer things are different. When a disc is inserted the computer looks for a special file named autorun.inf - if one exists the computer will obey the instructions in autorun.inf which will be to run a specified program and also the option of an icon to identify the DVD disc in Windows Explorer.
Here is a typical Autorun.inf file:
[Autorun]
OPEN=Autorun.exe
ICON=Setup\Autorun.ico
This instructs the computer to run a program named autorun.exe - it does not have to be named autorun.exe it could just as easily have been called setup.exe or myfantasticmenuprogram.exe and so on.
Those DVD's that appear to let you open a word document, run a power point presentation or play the video are doing nothing other than complying with the file autorun.inf and opening a purpose built program that gives you these choices. You will either have to get hold of a disc menu program by searching Google, or write a short program of your own with something like Visual Basic or C++
Stop and consider what happens when you insert a DVD disc in a player.
1. On a standalone DVD player it does not recognize computer programs, especially autorun.inf - therefore it will seek out your VOB files and start playing the DVD. Many standalone DVD players also recognize photographs and so can play a slideshow, and some also play music files - mostly MP3.
2. On a computer things are different. When a disc is inserted the computer looks for a special file named autorun.inf - if one exists the computer will obey the instructions in autorun.inf which will be to run a specified program and also the option of an icon to identify the DVD disc in Windows Explorer.
Here is a typical Autorun.inf file:
[Autorun]
OPEN=Autorun.exe
ICON=Setup\Autorun.ico
This instructs the computer to run a program named autorun.exe - it does not have to be named autorun.exe it could just as easily have been called setup.exe or myfantasticmenuprogram.exe and so on.
Those DVD's that appear to let you open a word document, run a power point presentation or play the video are doing nothing other than complying with the file autorun.inf and opening a purpose built program that gives you these choices. You will either have to get hold of a disc menu program by searching Google, or write a short program of your own with something like Visual Basic or C++
