PDA

View Full Version : Help With "Flash" Dropdown List


highland
05-20-2006, 10:12 AM
Can anyone help me with this? The code below, for FLASH VIDEOS, allows visitors to my web page to watch ONE video that is loaded. I want to give them a choice of videos to watch via a DROPDOWN WINDOW... I'm a novice at this and only know the very basics. Does anyone know the HTML Code to add to the code below to make this happen? Thanks in advance !!!

<OBJECT ID="SWFlash" CLASSID="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" data="http://www.youtube.com/v/dY7c5nc3yTA"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=2,0,0,11"
width=425 height=350 align=center>
<param NAME="Movie" VALUE="http://www.youtube.com/v/dY7c5nc3yTA&autoplay=1">
<param NAME="Play" VALUE="True">
<param NAME="Loop" VALUE="True">
<param NAME="Quality" VALUE="High">
<param NAME="Scale" VALUE="ShowAll">
<param NAME="SAlign" VALUE="TR">
<param NAME="BGColor" VALUE="808080">
<param NAME="Menu" VALUE="true">
</OBJECT>

ttttt
05-29-2006, 09:37 PM
You can use the code on this page but instead of linking to a web site, link to your flash movies.
http://www.dynamicdrive.com/dynamicindex3/dropdownview.htm
Hope it works, :thumbsup:

highland
06-23-2006, 07:21 PM
Thanks.. I will try that... I just got back from being away... first chance I had to see your response... thanks again.:)