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!
Latest News: (loading..)
My flash movie is a black screen :(
Started by Rocky_Skywalker, Nov 20 2009, 15:34
4 replies to this topic
#1
Posted 20 November 2009, 15:34
#2
Posted 20 November 2009, 15:47
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):
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>
Edited by Terminum, 20 November 2009, 15:50.
#3
Posted 20 November 2009, 15:54
Now it's a white screen lol
#4
Posted 20 November 2009, 18:13
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?
http://www.mundosemgluten.com.br/flashmo_057_carousel_xml/flashmo_057_carousel_xml.html
Now it's not. Did you change anything here?
#5
Posted 20 November 2009, 18:22
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!
I guess it's one of those things that we'll never know why.
Thanks for your time guys!














