Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

My flash movie is a black screen :(


4 replies to this topic

#1 Rocky_Skywalker

  • Community Member
  • 3 posts
  • Real Name:Rafael

Posted 20 November 2009, 15:34

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!

#2 Terminum

  • Community Member
  • 77 posts
  • Real Name:Brien

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):
<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 Rocky_Skywalker

  • Community Member
  • 3 posts
  • Real Name:Rafael

Posted 20 November 2009, 15:54

Now it's a white screen lol

#4 Terminum

  • Community Member
  • 77 posts
  • Real Name:Brien

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?

#5 Rocky_Skywalker

  • Community Member
  • 3 posts
  • Real Name:Rafael

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!