Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-28-2011, 09:13 PM   PM User | #1
GraphiteFingers
New to the CF scene

 
Join Date: Jun 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
GraphiteFingers is an unknown quantity at this point
Flash Content Won't Show On GoDaddy Hosted Site

Months ago my .swf objects were displaying just fine on my GoDaddy hosted web pages, but not any more. The stage box exists, properly sized as stipulated in the HTML, but the animation doesn't appear (not even frame 1). Just a blank area of background color. BTW: I determined that the stage box is there by using Firebug on Firefox.

What's REALLY strange is I have an older .swf file that still displays using the same HTML/PHP file. So, this problem involves files recently published (using the same Flash installation as what published the older .swf file [could be different Flash settings, though]).

I've tried using the raw HTML file generated by Flash and still no show. Also, in all cases, the Flash content displays just fine on my development server, and when loaded from the local file (on my client machine).

Yes, the .swf files are present on the GoDaddy server, and it has nothing to do with the name of the HTML/PHP file, since the same problem occurs when the name of the container file is included in the URL. I, also, tried adding a .htaccess file, to no avail:

Code:
AddType application/x-shockwave-flash .swf
I also tried loading the same page in Chrome, IE and Opera--NADA! Firefox is ver 3.6.16

Here's example code:

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0"
        width="960"
        height="745"
        id="home06"
        align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="home06.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#6666cc" />
<embed src="home06.swf"
       quality="high"
       bgcolor="#6666cc"
       width="960"
       height="745"
       name="home06"
       align="middle"
       allowScriptAccess="sameDomain"
       allowFullScreen="false"
       type="application/x-shockwave-flash"
       pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
The above code works on my dev server but not on GoDaddy! Also, when I right-click on the blank stage (on the GoDaddy version) the pop-up contains the following message: "Movie not loaded..."

Anybody got any ideas?
GraphiteFingers is offline   Reply With Quote
Old 03-29-2011, 03:19 AM   PM User | #2
Labrar
New Coder

 
Join Date: Jun 2008
Posts: 61
Thanks: 0
Thanked 12 Times in 12 Posts
Labrar is an unknown quantity at this point
Strange. Plz post the link to your site. So we maybe could figure out what's wrong
Labrar is offline   Reply With Quote
Reply

Bookmarks

Tags
blank stage, flash, godaddy, not showing, swf file

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:37 PM.


Advertisement
Log in to turn off these ads.