Flash movies hosted by Gallery and I wish to embed in another website

wg.

Joined: 2010-03-06
Posts: 10
Posted: Wed, 2011-01-26 17:28

I wish to embed a flash movie in an external website. I have tried many varieties of this code but so far had no luck. Am I on the right track please or should I be using the G2flv.swf as the player?

I am using PHP like this ...

$flashData = "http://www.local.gb.net/gallery.england/main.php?g2_view=core.DownloadItem&g2_itemId=140&g2_serialNumber=2&g2_GALLERYSID=126e8badd2e043b5078bfaa16f4f24e2";
echo "<object type=application/x-shockwave-flash data=\"$flashData\" width=640 height=480 >\
<param name=movie value=\"$flashData\" /><param name=wmode value=transparent><param name=allowFullScreen value=true><param name=allowScriptAccess value=always></object>";

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2011-01-26 19:16