
29-06-08, 20:02
|
|
Junior Member
|
|
Join Date: Mar 2008
Posts: 1
Rep Power: 0
|
|
|
Loading The ReflectGallery
|
|
Hi
I’m new to the inner working of Flash and need help..
I loaded ReflectGallery to my web site, changed the main.xml to show where the pic files are I loaded. But it will not play when loaded. When I play in the file (main.swf) in my local browser it works OK. Has anybody had the same problem or know what I could be doing wrong. The web site where it’s posted is: http://www.susystastebuds.com/Test1
I post to my site using Yahoo SiteBuilder. The html code I use for loading Flash to a page is:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,18,0"
width="800" height="600" id="maain" align="middle">
<param name="allowFullScreen" value="true" />
<param name="movie" value="main.swf" />
<param name="bgcolor" value="#000000" />
<embed src="main.swf" allowFullScreen="true" bgcolor="#000000" width="800" height="600"
name="main" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
I have also tried using one that work with a old Flash file I have loaded and know it works with an older version of Flash.
>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/s...s/flash/swflas
h.cab#version=6,0,
40,0"
WIDTH="800.00" HEIGHT="600.00" id="main.swf">
<PARAM NAME=movie VALUE="main.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#00000>
<EMBED src="main.swf" quality=high
bgcolor=#00000 WIDTH="800.00" HEIGHT="600.00"
NAME="main.swf" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";>
</EMBED>
</OBJECT>
</HTML>
I would be very grateful if I could please get some help.
Thank you
Malcolm |
|