Hello,
Im just curious if this is even possible.
What if I wanted to like my embeded object to an external swf file on a different server. Kinda like linking an image to a separte location but just doing it with flash in the embeded html code.
this is an example what Im trying to do.
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0” width=“255” height=“175”>
<param name=“movie” value=“file:http://www.trinitymicrodesign.com/example.html” />
<param name=“quality” value=“high” />
<embed src=“file:http://www.trinitymicrodesign.com/example.html” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“255” height=“175”></embed>
</object>
Any insight would be great
Thanks