Zen Cart Logo
Forums / General Questions / flash not loading / showing blank

flash not loading / showing blank

Locked

Views: 3,131

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 Nov 2007, 3:35 PM
#1
saman avatar

saman

New Zenner

Join Date:
Feb 2007
Posts:
63
Plugin Contributions:
0

flash not loading / showing blank

Hi,

I have added a flash file into the fronpage and its not loading. Its showing blank

Click here for the link

its embed

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="380" height="150" title="Random Flash">
                                                      <param name="movie" value="nr1.swf" />
                                                      <param name="quality" value="high" />
                                                      <embed src="http://www.glossymobi.com/images/Flash Files/nr1.swf" width="380" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
              </object> 

what is the reason. I have added the file in /images/Flash Files/nr1.swf

any idea's? :huh:

thanks a lot

16 Nov 2007, 4:59 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: flash not loading / showing blank

It loads fine in some browers, but not IE. I suspect that this is because you havn't declared the location for the object tag. Try adding> data="http://www.glossymobi.com/images/Flash Files/nr1.swf"

16 Nov 2007, 9:16 PM
#3
poolprorich avatar

poolprorich

Zen Follower

Join Date:
Aug 2007
Location:
Tampa FL.
Posts:
143
Plugin Contributions:
0

Re: flash not loading / showing blank

Hey saman,

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','380','height','150','src','/images/Flash Files/nr1.swf','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/menu' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="350">
  <param name="movie" value="/images/Flash Files/nr1.swf">
  <param name="quality" value="high">
  <embed src="/images/Flash Files/nr1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="380" height="150"></embed>
</object></noscript>

now if you would like your site to be html 4.0 compatable the way i do this is call my embed script from java as ie dose not accept embed tags and they are ignored, if called by java it will only use the script needed for the browser,

16 Jan 2008, 8:41 PM
#4
derwin avatar

derwin

New Zenner

Join Date:
Dec 2007
Posts:
38
Plugin Contributions:
0

Re: flash not loading / showing blank

Hello! I am having the same exact problem. I have the flash file on my home page, but it is not showing up. All I see is a blank white box. Here is the site:

https://www.joescigarshop.com/shop

Can somebody help me?

Derwin