Hello,

I am having a problem linking to an external flash file (one that is not hosted on my server). It wont play when I load up the page in my browser. Is there any trick I should know about when doing this? This is my code:

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="74">
<param name="movie" value="http://www.urltofile/file.swf">
<param name="quality" value="high">
<embed src="http://www.urltofile/file.swf" width="600" height="74" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>

I put http://www.urltofile/file.swf in place of the actual url to the file. I created this in dreamweaver and put the correct url in the URL box and its just not working. It works with flash files that are on my server though.

Thanks for your help.