I am having some problems trying to create a splash screen for my dvd. I am using flash and i am trying to play the movie through a button. How can I do this? I tried using the fscommand("exec", "video_ts/video_ts.ifo"), but that is not working. The logic behind it doesn't make sense since on the actually dvd i have a menu running but i was running out of other options.
Do i have to make a copy of the video in a .rm or wmv format to put on the dvd to play
+ Reply to Thread
Results 1 to 17 of 17
-
How's My English?
-
I don't understand what you are trying to do.
Is this something to just open on a PC ? If so you need to add an Autorun.inf file that runs a standalone player or executable from the root of the DVD disc. I would suggest Media Player Classic or MPC HC as they are self contained executables that have the required codecs built-in.Read my blog here.
-
And if you want to make this video play first on the DVD, you don't make it as RM or WMV but as a little DVD which can be made to play first, before the menu or anything else, using PGCEdit to make it the First-Play.
And as guns1inger says, so far you're not making a whole lot of sense. How about more information about what you're trying to accomplish. Is this solely for computer playback, or for playback on a standalone DVD player? -
ok let me clarify myself. I have a welcome screen that i did in flash, that is i made a projector out of my swf file so that in my autorun.inf script when the cd loads it will load the welcome screen. On the welcome screen there is play the movie and a gallery. The gallery i have done however i can not get the welcome screen to play the movie. now all of my data will be in a data folder. I tried the fscommand("exec","video_ts/video_ts.ifo") to open up a default dvd player that would start playing the movie, but that is not working. Is there a way in flash that i can open this movie from the welcome screen to play it.
How's My English? -
If you can get the welcome screen to open a player with the movie, perhaps. That is why I suggested Media Player Classic. I have only seen this type of behaviour before in discs that packaged a player as well as the movie.
Read my blog here.
-
Originally Posted by wan2no
fscommand("exec","dvdplay.exe") or else fscommand("open","dvdplay.exe")
It's a standard program with XP...though you still might have issues with multiple DVD drives in one machine
Trevor -
All that launches is Windows Media Player, which won't play DVDs anyway unless you already have a better DVD player or all the right codecs installed.
http://forum.doom9.org/archive/index.php/t-67258.html discusses calling MPC from a commandline. I still think this is your most foolproof option, as it doesn't rely on the playing PC to have anything set up.Read my blog here.
-
first of all, i know it may be a stupid question but dvdplay.exe only works when a dvd with the video_ts is in. I was trying to test it with the folder on my c drive and it was not working. I have xp.
secondly if i use MPC. How would i load that program from flash and still load the dvd with the fscommandHow's My English? -
try something like this
Code:fscommand("exec", "./data/mplayerc.exe ./video_ts/video_ts.ifo /play /fullscreen")
Read my blog here.
-
I have tried that nothing is happing. Question, would this only work if i already have movie on a dvd or can it be tested on a local hard drive? I am testing it on a local hard drive. I have in flash the text "PLAY MOVIE" as a button
Code:on(release) { fscommand("exec", "./data/mplayerc.exe ./video_ts/video_ts.ifo /play /fullscreen"); }
How's My English? -
You have to solve the flash side of it. All I can tell you is that you can control MPC from the commandline. You will have to work out how to make it happen in your instance.
Personally, I don't see the point to what you are doing anyway. DVDs allow for a first play item and have menus. Why do you need flash ?Read my blog here.
-
I am trying to put a photo gallery on the dvd, the movie as well as a link to a website that i did
How's My English? -
if it can be done alot easier than this then I am all ears.
How's My English? -
Don't play the DVD from the flash interface, or learn how to program flash to do it correctly.
Did you read the link I posted above on Media Player Classic and the commandline ?
Have you posted in any Flash programming forums to see if this has been done by anyone else before ?Read my blog here.
-
i read your post. i am beginning to. I just started here first since it pertained to video.
however, thanks alot. the coding works up to running the mpc.exe. from what i read that the fscommand argument with the execute command only takes filenames. So it did run mpc but it didn't play the video. but thanks thoHow's My English?
Similar Threads
-
disabling splash logo screen on sony dvp-ns55p
By geminidreamer in forum DVD & Blu-ray RecordersReplies: 3Last Post: 9th Jul 2011, 22:20 -
ffmpegX splash screen still showing after registration
By Le Main Event in forum ffmpegX general discussionReplies: 2Last Post: 2nd Apr 2009, 10:11 -
How to add a splash screen at beginning of avi
By Overfloating in forum EditingReplies: 3Last Post: 20th Jan 2008, 03:37 -
Background/ Splash screen patch in the UK
By stavdav in forum DVD & Blu-ray PlayersReplies: 3Last Post: 30th Nov 2007, 10:13 -
fixed! Madden 08 on VISTA 32bit crashes after splash screen
By yoda313 in forum Off topicReplies: 9Last Post: 6th Oct 2007, 15:36