Topic awaiting preservation: Quicktime/Movie events in Javascript (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Willaimsport, PA, US of A the hole in the Ozone |
posted 04-14-2003 21:10
Is there anyway for Javascript/VBscript to detect when a embeded quicktime movie (or any other format for that matter) that is playing reaches a certain frame such as 12:34, so that the movie can be paused at that point and extra information be displayed about that point in the video on say a DIV tag bellow the movie? |
Paranoid (IV) Inmate From: Willaimsport, PA, US of A the hole in the Ozone |
posted 04-15-2003 01:16
Hmm...or maybe I could just do a setTimeout for long enough to get to that point in the video and it will pause it.... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-15-2003 05:06
Here's the apple QT JS API docs |
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-15-2003 06:10
Quicktime and Javascript can play toghther but the support for it is sketchy. |
Paranoid (IV) Inmate From: Willaimsport, PA, US of A the hole in the Ozone |
posted 04-15-2003 16:19
Flash does seem to have this option, I tried using this other technology called SMIL which seems a bit sketchy, like they haven't standardized it well anywhere yet. SMIL is an XML subset, and I had the most success with it in Quicktime, but it's not supported very well. I could get a video to play in it, but I couldn't get any other text added to the document like I wanted, so that it would display the text during diffrent segments of the video. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-16-2003 06:43
30mb? I don't see how that sould really be a problem. If flash did support quicktime movies then it shouldn't bundle them into the .swf file, it should store them extrenally, at least, every other authoring application that I've used has always stored large media like video externally even when it's being distributed. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-16-2003 20:03
Right gotta find out what you are trying to do here. |