deathmill
03-08-2005, 06:58 PM
Hi,
I have 3 corp videos all the same encoded at different sizes.
Im trying to find a way to give the user 3 links 300x400 | 500x800 | 700x1000. These will carry the width and height of the clip.
<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" TYPE="application/x-oleobject" width="300" height="400">
how can I pass these dynamically, im guessing a document.write('') with the above and some how use a JavaScript:vidID(300,400); to populate the video, or something.
how would i best go implementing this.. im alittle confused.
D
I have 3 corp videos all the same encoded at different sizes.
Im trying to find a way to give the user 3 links 300x400 | 500x800 | 700x1000. These will carry the width and height of the clip.
<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" TYPE="application/x-oleobject" width="300" height="400">
how can I pass these dynamically, im guessing a document.write('') with the above and some how use a JavaScript:vidID(300,400); to populate the video, or something.
how would i best go implementing this.. im alittle confused.
D