Hi, I hope someone has a solution for this. I successfully put an swf file on the fckeditor, and the swf shows fine with no problem, except that this swf is an XML gallery. For some reason the requested files written on the XML doesnt show up, I've put the photo folders on the same folders as the swf and xml files like most flash gallery does. Is there something that needs to be add to the embed code?
<object width="800" height="690" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param value="/jquery/myfiles/userfiles/gallery.swf" name="movie" /> <param name="allowFullScreen" value="true" /> <param value="always" name="allowscriptaccess" /> <param value="high" name="quality" /> <embed width="800" height="690" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="/jquery/myfiles/userfiles/gallery.swf" allowfullscreen="true"></embed> </object>
Re: Flash XML Gallery not retreiving data
i put the image folders and the xml file on root folder, and... it works....