not playing .swf files in FIREFOX

  • haskell
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 28, 2005
  • Posts: 28
  • Status: Offline

Post October 11th, 2009, 8:32 am

Hi I've a problem playing my .swf file that is imbebbed in an html file in Firefox, it plays fine in IE. and Netscape. What can I do?...Please help!!!!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 11th, 2009, 8:32 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 11th, 2009, 9:13 am

Have you tried getting the current flash plugin for firefox from adobe.com? If you have Flash installed for FF, what's you're HTML code?
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • haskell
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 28, 2005
  • Posts: 28
  • Status: Offline

Post October 12th, 2009, 12:54 pm

Yes I added the plug-in, and it still won't play properly. The logo dosen't appear at all and the animated text is all messed up and loops over and over it's self.

On another note the text looks horrible in the other browsers (I.E. and Netscape), choppy and unsmooth, while it looks great in flash cs3 where it was created as a graphic?

Here is the testing site: ezdezignscom

Here is the code:

Code: [ Select ]
<body>
<table width="800" height="600" border="0" align="center" cellpadding="0" cellspacing="0">
 <tr>
  <td valign="top"><table width="200" border="0" align="center">
   <tr>
    <td><script type="text/javascript">
AC_FL_RunContent( 'codebase',="(macromedia website link here)/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','500','height','350','align','top','src','Ground Power_intro_2d','quality','high','pluginspage',(adobe website link here)/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Ground Power_intro_2d' ); //end AC code
    </script>
     <noscript>
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="(macromedia website link here)/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="500" height="350" align="top">
      <param name="movie" value="Ground Power_intro_2d.swf" />
      <param name="quality" value="high" />
      <embed src="Ground Power_intro_2d.swf" width="500" height="350" align="top" quality="high" pluginspage="(adobe website link here)/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
     </object>
     </noscript>
     </td>
   </tr>
  </table></td>
 </tr>
</table>
</body>
</html>
  1. <body>
  2. <table width="800" height="600" border="0" align="center" cellpadding="0" cellspacing="0">
  3.  <tr>
  4.   <td valign="top"><table width="200" border="0" align="center">
  5.    <tr>
  6.     <td><script type="text/javascript">
  7. AC_FL_RunContent( 'codebase',="(macromedia website link here)/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','500','height','350','align','top','src','Ground Power_intro_2d','quality','high','pluginspage',(adobe website link here)/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Ground Power_intro_2d' ); //end AC code
  8.     </script>
  9.      <noscript>
  10.      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="(macromedia website link here)/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="500" height="350" align="top">
  11.       <param name="movie" value="Ground Power_intro_2d.swf" />
  12.       <param name="quality" value="high" />
  13.       <embed src="Ground Power_intro_2d.swf" width="500" height="350" align="top" quality="high" pluginspage="(adobe website link here)/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
  14.      </object>
  15.      </noscript>
  16.      </td>
  17.    </tr>
  18.   </table></td>
  19.  </tr>
  20. </table>
  21. </body>
  22. </html>
Moderator Remark: Use [code][/code] to encapsulate code segments
  • UPSGuy
  • Lurker ಠ_ಠ
  • Web Master
  • User avatar
  • Joined: Jul 25, 2005
  • Posts: 2735
  • Loc: Nashville, TN
  • Status: Offline

Post October 12th, 2009, 2:28 pm

There's no object tag at ezdesigns[dot]com, nor is there a Ground Power_intro_2d.swf on the root directory. Where exactly can we view the issue?
I'd love to change the world, but they won't give me the source code.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2009, 3:19 pm

I just looked in FF and it plays just fine and looks identical to IE.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • haskell
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 28, 2005
  • Posts: 28
  • Status: Offline

Post October 12th, 2009, 5:15 pm

Really? Is there something I'm not doing in Firefox to the settings maybe? I'm running the newest version...
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 12th, 2009, 5:28 pm

Not sure on your question. I just use the FF Flash plugin from Adobe for whatever the current version happens to be and it's working fine. I do see what you are saying about the text looking pretty crappy. Did you embed the fonts? If not, try that.

The other thing is are you using Flash to publish the HTML or writing it yourself? When I publish the HTML in CS3 it doesn't look like your code.

First of all in the <head> tags you should have code that looks similar to this:

HTML Code: [ Select ]
<script language="javascript"> AC_FL_RunContent = 0; </script>
<script language="javascript"> DetectFlashVer = 0; </script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 45;
// -----------------------------------------------------------------------------
// -->
</script>
  1. <script language="javascript"> AC_FL_RunContent = 0; </script>
  2. <script language="javascript"> DetectFlashVer = 0; </script>
  3. <script src="AC_RunActiveContent.js" language="javascript"></script>
  4. <script language="JavaScript" type="text/javascript">
  5. <!--
  6. // -----------------------------------------------------------------------------
  7. // Globals
  8. // Major version of Flash required
  9. var requiredMajorVersion = 9;
  10. // Minor version of Flash required
  11. var requiredMinorVersion = 0;
  12. // Revision of Flash required
  13. var requiredRevision = 45;
  14. // -----------------------------------------------------------------------------
  15. // -->
  16. </script>


Then in the body the code Flash generates looks like this:

HTML Code: [ Select ]
<!--url's used in the movie-->
<!--text used in the movie-->
<script language="JavaScript" type="text/javascript">
<!--
if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
   alert("This page requires AC_RunActiveContent.js.");
} else {
   var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
   if(hasRightVersion) {  // if we've detected an acceptable version
      // embed the flash movie
      AC_FL_RunContent(
         'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
         'width', '632',
         'height', '400',
         'src', 'alaronMap3-e',
         'quality', 'high',
         'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
         'align', 'middle',
         'play', 'true',
         'loop', 'false',
         'scale', 'showall',
         'wmode', 'window',
         'devicefont', 'false',
         'id', 'alaronMap3-e',
         'bgcolor', '#ffffff',
         'name', 'alaronMap3-e',
         'menu', 'true',
         'allowScriptAccess','sameDomain',
         'allowFullScreen','false',
         'movie', 'alaronMap3-e',
         'salign', ''
         ); //end AC code
   } else {  // flash is too old or we can't detect the plugin
      var alternateContent = 'Alternate HTML content should be placed here.'
         + 'This content requires the Adobe Flash Player.'
         + '<a href=http://www.macromedia.com/go/getflash/>Get Flash</a>';
      document.write(alternateContent);  // insert non-flash content
   }
}
// -->
</script>
<noscript>
   // Provide alternate content for browsers that do not support scripting
   // or for those that have scripting disabled.
   //Alternate HTML content should be placed here.
        This content requires the Adobe Flash Player.
   <a href="http://www.macromedia.com/go/getflash/">Get Flash</a>
</noscript>
 
  1. <!--url's used in the movie-->
  2. <!--text used in the movie-->
  3. <script language="JavaScript" type="text/javascript">
  4. <!--
  5. if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
  6.    alert("This page requires AC_RunActiveContent.js.");
  7. } else {
  8.    var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
  9.    if(hasRightVersion) {  // if we've detected an acceptable version
  10.       // embed the flash movie
  11.       AC_FL_RunContent(
  12.          'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
  13.          'width', '632',
  14.          'height', '400',
  15.          'src', 'alaronMap3-e',
  16.          'quality', 'high',
  17.          'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
  18.          'align', 'middle',
  19.          'play', 'true',
  20.          'loop', 'false',
  21.          'scale', 'showall',
  22.          'wmode', 'window',
  23.          'devicefont', 'false',
  24.          'id', 'alaronMap3-e',
  25.          'bgcolor', '#ffffff',
  26.          'name', 'alaronMap3-e',
  27.          'menu', 'true',
  28.          'allowScriptAccess','sameDomain',
  29.          'allowFullScreen','false',
  30.          'movie', 'alaronMap3-e',
  31.          'salign', ''
  32.          ); //end AC code
  33.    } else {  // flash is too old or we can't detect the plugin
  34.       var alternateContent = 'Alternate HTML content should be placed here.'
  35.          + 'This content requires the Adobe Flash Player.'
  36.          + '<a href=http://www.macromedia.com/go/getflash/>Get Flash</a>';
  37.       document.write(alternateContent);  // insert non-flash content
  38.    }
  39. }
  40. // -->
  41. </script>
  42. <noscript>
  43.    // Provide alternate content for browsers that do not support scripting
  44.    // or for those that have scripting disabled.
  45.    //Alternate HTML content should be placed here.
  46.         This content requires the Adobe Flash Player.
  47.    <a href="http://www.macromedia.com/go/getflash/">Get Flash</a>
  48. </noscript>
  49.  
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • haskell
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 28, 2005
  • Posts: 28
  • Status: Offline

Post October 12th, 2009, 6:23 pm

Hi, thanks for you help on this..really! It's so weird,I did use Flash to publish the HTML do I just leave the settings on default when I publish it? I've never had this problem before with Flash, although if it matters any I've only ever used MX 2004 pro before! Also I'm embedding the .swf file in Adobe Dreamweaver CS3, could Dreamweaver be changing the code?? Also I haven't embedded the fonts, I'll try that too!
  • haskell
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 28, 2005
  • Posts: 28
  • Status: Offline

Post October 12th, 2009, 6:31 pm

Hi, I published it again, and opened it up in Text Pad, and the code looks exactly like the code you posted? Hmmm, I think maybe Dreamweaver is scrambling the code???? I guess I'll just go in and fix it....and try again!

Thanks for the help....
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post October 13th, 2009, 3:05 am

lol Gotta love dreamweaver.
Maybe one of these days Adobe will get it right.

As far as publishing the HTML the only thing I do other than the default is check the option to detect flash version.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • IceCold
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 05, 2004
  • Posts: 1254
  • Loc: Ro
  • Status: Offline

Post October 14th, 2009, 3:39 am

yea, i seen dreamweaver f**ing up code :D

Also i seen some weird displayings when you resize the font size in the browser by holding down CTRL and rolling the mouse wheel.
I got myself fooled two times because of that on both IE and FF :p
“True mastery transcede any particular art. It stems from mastery of oneself - the ability, developed throgh self-discipline, to be calm, fully aware, and complety in tune with oneself and the surroundings. Then, and only then, can a person know himself. ”
  • haskell
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 28, 2005
  • Posts: 28
  • Status: Offline

Post October 17th, 2009, 1:06 pm

For ATNO/TW...Thanks for the help before, I have one more problem maybe you could help me with. On the logo I created(ezdezignsDOTcom), I"m trying to get the water to flow through the pipe and stay blue untill it reaches the end. I'm using a mask(graphic) to show the blue pipe under the white pipe to make it look like water is flowing, however I can only mask the pipe on the straight part of it and not the curves because I can't bend the graphic, thus giving the little block of blue that is visable now?? any suggestions using a mask would be greatly appreciated!

Post Information

  • Total Posts in this topic: 12 posts
  • Users browsing this forum: No registered users and 30 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.