| Speegs 2005-09-13, 7:18 pm |
| Is there a way to make the flash video extention for dreamweaver accept a
dynamic source so I can have links for other clips play in the player without
having to reload the page?
Attach Code
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<!-- Begin Flash Video for Progressive download -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,0,0" width="342" height="291" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&skinName=haloSkin_1&streamName=go_away_spray&autoPlay=true&autoRewind=tr
ue" />
<embed src="FLVPlayer_Progressive.swf"
flashvars="&skinName=haloSkin_1&streamName=go_away_spray&autoPlay=true&autoRewin
d=true" quality="high" scale="noscale" width="342" height="291"
name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<!-- saved from url=(0013)about:internet -->
<!-- End Flash Video for Progressive Download -->
</body>
</html>
|