sarahk
Aug 11th 2004, 8:31 pm
I've got a site I help maintain which has an adserver written in Perl (which I don't know).
A customer wants to put up a flash file which I've got working with
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="760" height="120" id="movie" align="">
<param name="movie" value="http://adserver.mysite.com/ads/crosses_760x120_2.swf">
<embed src="http://adserver.mysite.com/ads/crosses_760x120_2.swf" quality="high" width="760" height="120" name="movie" align="" type="application/x-shockwave-flash" plug inspage="http://www.macromedia.com/go/getflashplayer">
<param name="play" value="true">
</object>
which plays the file beautifully. The guys who wrote the flash files didn't embed the hyperlink within it, so I need to bodge it for them.
Any ideas on how?
Sarah
A customer wants to put up a flash file which I've got working with
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="760" height="120" id="movie" align="">
<param name="movie" value="http://adserver.mysite.com/ads/crosses_760x120_2.swf">
<embed src="http://adserver.mysite.com/ads/crosses_760x120_2.swf" quality="high" width="760" height="120" name="movie" align="" type="application/x-shockwave-flash" plug inspage="http://www.macromedia.com/go/getflashplayer">
<param name="play" value="true">
</object>
which plays the file beautifully. The guys who wrote the flash files didn't embed the hyperlink within it, so I need to bodge it for them.
Any ideas on how?
Sarah