Rocky_Skywalker Posted November 20, 2009 Posted November 20, 2009 Hi beloved community! I'm in a hard corner here. My boss asked me to make a vstore blablabla... I used to have the Flash Carousel Menu on my older site, allways worked fine, but at this time (because i'm being payd and short of time) it doesn't! I try'd for days until i gave up. I took this Code http://www.flashmo.com/preview/flashmo_057_carousel_xml workd him and it's pretty good. it woks like a charm! See it http://www.mundosemgluten.com.br/flashmo_057_carousel_xml/flashmo_057_carousel_xml.html But for some weird reason, when i put this code on the store it shows a black screen: http://www.mundosemgluten.com.br/index.php (be sure to put the index.pbp or it will not work) I'm using this code to insert it: <object data="http://www.mundosemgluten.com.br/flashmo_057_carousel_xml/flashmo_057_carousel_xml.swf" type="application/x-shockwave-flash" width="900" height="300"> <param name="movie" value ="http://www.mundosemgluten.com.br/flashmo_057_carousel_xml/flashmo_057_carousel_xml.swf" /> <param name="play" value="true"> <param name="loop" value="true"> <param name="quality" value="high"> </object> I have try'd to use this one: <?php include('flashmo_057_carousel_xml/flashmo_057_carousel_xml.html');?> Bur still black screen... Anyone have an idea of how can i fix it? Please! Thanks for reading until here!
Terminum Posted November 20, 2009 Posted November 20, 2009 The height=300 might be a problem. The actual animation is height 400, so it might not no how to crop it. Try this code (you might have to change the file paths): <object height="400" align="middle" width="900" id="flashmo_057_carousel_xml" name="flashmo_057_carousel_xml" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"> <param value="sameDomain" name="allowScriptAccess"/> <param value="flashmo_057_carousel_xml.swf" name="movie"/> <param value="high" name="quality"/> <param value="false" name="menu"/> <param value="#ffffff" name="bgcolor"/> <embed height="400" align="middle" width="900" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" name="flashmo_057_carousel_xml" bgcolor="#ffffff" menu="false" quality="high" src="http://www.mundosemgluten.com.br/flashmo_057_carousel_xml/flashmo_057_carousel_xml.swf"/> </object>
Terminum Posted November 20, 2009 Posted November 20, 2009 This page was working before: http://www.mundosemgluten.com.br/flashmo_057_carousel_xml/flashmo_057_carousel_xml.html Now it's not. Did you change anything here?
Rocky_Skywalker Posted November 20, 2009 Author Posted November 20, 2009 I moved all folders from /afolderthat i can't remember to ./ and it's working. I guess it's one of those things that we'll never know why. Thanks for your time guys!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.