M626
Programmer
- Mar 13, 2002
- 299
Hi all... i am using the following HTML to load a flash video on a iweb page. Is there a way i create links on my page to different flash files on my web server and have it play that video? I would think i have to set the 'embed src' and 'value' to a variable that's changed every time a new link is clicked on the page but how do i setup up that variable?
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase=" flash/swflash.cab#version=6,0,40,0" border="0" width="800" height="600"><param name="movie" value=" name="quality" value="High"><embed src=" pluginspage=" type="application/x-shockwave-flash" name="obj1" width="800" height="600"></object>
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase=" flash/swflash.cab#version=6,0,40,0" border="0" width="800" height="600"><param name="movie" value=" name="quality" value="High"><embed src=" pluginspage=" type="application/x-shockwave-flash" name="obj1" width="800" height="600"></object>