# Problem Embedding Flash Photo Gallery In Aspx file

**URL:** https://forum.kirupa.com/t/problem-embedding-flash-photo-gallery-in-aspx-file/268649
**Category:** flash
**Created:** [August 16, 2008, 6:44pm UTC](https://forum.kirupa.com/t/problem-embedding-flash-photo-gallery-in-aspx-file/268649 "2008-08-16T18:44:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ladytech](https://avatars.discourse-cdn.com/v4/letter/l/ecd19e/32.png) [@Ladytech](https://forum.kirupa.com/u/Ladytech)
#### Post date: [August 16, 2008, 6:44pm UTC](https://forum.kirupa.com/t/problem-embedding-flash-photo-gallery-in-aspx-file/268649/1 "2008-08-16T18:44:28Z")

</div>

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.

```auto

<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>

```
