Evening I was wondering whether anyone could help me I’m trying to embed my flash photogallery in my website. I’ve used the following code which copied from the html file when i published the photo gallery however the photogallery does not work in my gallery.aspx.
How can I sucessfully load my photogallery into aspx file so it works displaying the thumbs and the picture like it does in the html file.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="500" id="thumbnail_final" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="thumbnail_final.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="thumbnail_final.swf" quality="high" bgcolor="#000000" width="500" height="500" name="thumbnail_final" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>