Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML flash

Status
Not open for further replies.

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="clsid:D27CDB6E-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>
 
If you want to automatically create the links to each file, then you will have to use a server-side language to query which files exist. Have a look at your web server, or contact you hosting company to find out which server languages are available. You can then ask for help in the relevant forum for whichever language you choose, if you need help implementing a solution.


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top