1.

Solve : HTML video question?

Answer»

I am very new to this and was wondering if there is some kind of LIST of windows media player HTML commands. What I am trying to do is this: I have two VIDEOS that start up on my page when it is opened. I would like one to stop and timeout for the length of time of the other video thus when the first video is done the second will begin without the user having to do anything. If more info is needed please let me know. Thanks in advance for any help.
jcYou would need some special kind of plugin (i.e. ActiveX) to do this, and it would not be guaranteed to work on all browsers.  Flash is the way to go, or merge the two video files.  What kind of file are they?One is a windows media file the other is some kind of musical wav file linked from hosting web sights. What about some kind of DELAY before the command. If I could set 30sec or so the other file will have completed and then this music file would start.
jcYou can certainly do this kind of thing using javascript, but there are some problems.  Firstly, you do not know how long it will take the media files to download; everyone's connection speed is different.  Secondly, this kind of javascript may well be DISABLED in the user's browser.  HTML is not really for this; HTML is about layout, it is not about time sequencing and animation.  That is why Flash (and other similar plugins) were CREATED.  In your case, Flash is probably the way to go.



Discussion

No Comment Found