I have tried the ALL different things in the forums to insert flash with no luck, even swfobject.jsI created the flash on my site, and it works.
http://www.bodinedesign.com/AltasGen...ryForSite.html
Now I am testing in ZC on my define_page 2. http://atlasgene.com/index.php?main_page=page_2
I have this on my define_page 2:
<script src="includes/templates/ATLASGENE/jscript/photoGalleryForSite.js"></script>
( I do have the file there too)
This is in my photoGalleryForSite.js file:
document.write('<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
document.write('WIDTH="525" HEIGHT="325" id="photoGalleryForSite" ALIGN="center">');
document.write('<PARAM NAME=movie VALUE="photoGalleryForSite.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="includes/templates/ATLASGENE/images/photoGalleryForSite.swf" loop=false menu=false quality=high bgcolor=# WIDTH="525" HEIGHT="325" NAME="photoGalleryForSite" ALIGN=""');
document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
I have changed the src from current path to root and putting swf file there, didn't work... Can any one see my error or am I missing something?
I am in a time crunch and exhausted.
ANY HELP MUCH APPRECIATED!!! THANKS!!


I created the flash on my site, and it works.


