no de juego. archivos swf en Firefox

  • haskell
  • Novice
  • Novice
  • No Avatar
  • Registrado: Jun 28, 2005
  • Mensajes: 28
  • Status: Offline

Nota Octubre 11th, 2009, 8:32 am

Hola Ive un problema jugando mi. Archivo SWF que se imbebbed en un archivo HTML en Firefox, que juega bien en IE. y Netscape. ¿Qué puedo hacer?...Please help!!!
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Octubre 11th, 2009, 8:32 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Octubre 11th, 2009, 9:13 am

¿Ha intentado conseguir el plugin flash para Firefox de adobe.com? Si usted tiene Flash instalado para FF, cuál código que está en formato HTML?
"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
  • Registrado: Jun 28, 2005
  • Mensajes: 28
  • Status: Offline

Nota Octubre 12th, 2009, 12:54 pm

Sí, añade el plug-in, y todavía no se reproducirán correctamente. El dosent logotipo aparecerá en todos y el texto animado es un lío y los bucles una y otra vez su auto.

En otra nota el texto se ve horrible en los otros navegadores (Internet Explorer y Netscape), picado y unsmooth, mientras que se ve muy bien en Flash CS3 en el que se creó como un gráfico?

Aquí está el sitio de pruebas: ezdezignscom

Aquí está el código:

Código: [ 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
  • Avatar de Usuario
  • Registrado: Jul 25, 2005
  • Mensajes: 2735
  • Loc: Nashville, TN
  • Status: Offline

Nota Octubre 12th, 2009, 2:28 pm

Theres ninguna etiqueta de objeto en ezdesigns [dot] com, ni hay un Power_intro_2d.swf baja en el directorio raíz. ¿Dónde exactamente se puede ver el problema?
I'd love to change the world, but they won't give me the source code.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Octubre 12th, 2009, 3:19 pm

Acabo de ver en FF y que juega muy bien y parece idéntico a 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
  • Registrado: Jun 28, 2005
  • Mensajes: 28
  • Status: Offline

Nota Octubre 12th, 2009, 5:15 pm

¿En serio? ¿No hay algo Im que hace en Firefox a la configuración tal vez? Im utilizando la última versión...
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Octubre 12th, 2009, 5:28 pm

¿No está seguro en su pregunta. Acabo de utilizar el plugin de Flash de Adobe FF de la versión sea la actual pasa a ser la multa y de trabajo. Veo lo que está diciendo sobre el texto ve bastante mierda. ¿Te integrar las fuentes? Si no, pruebe esto.

Lo otro es que está usando Flash para publicar el código HTML o escribir usted mismo? Cuando publico el código HTML en CS3 no se parece a su código.

En primer lugar, en las etiquetas <head> usted debe tener el código que se parece a esto:

HTML Código: [ 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>


Luego, en el cuerpo el código de Flash genera este aspecto:

HTML Código: [ 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
  • Registrado: Jun 28, 2005
  • Mensajes: 28
  • Status: Offline

Nota Octubre 12th, 2009, 6:23 pm

Hola, gracias por ayudarme en esta .. verdad! Es tan raro, hice uso de Flash para publicar el código HTML no acabo de salir de la configuración por defecto cuando lo publico? Ive nunca tuvo este problema antes con Flash, aunque si importa cualquier Ive sólo utilizadas MX 2004 Pro antes! También Im incrustar el archivo. Swf en Adobe Dreamweaver CS3, Dreamweaver podría estar cambiando el código?? También no han incorporado las fuentes, intento enfermo que también!
  • haskell
  • Novice
  • Novice
  • No Avatar
  • Registrado: Jun 28, 2005
  • Mensajes: 28
  • Status: Offline

Nota Octubre 12th, 2009, 6:31 pm

Hola, he publicado de nuevo, y lo abrió en forma de texto de notas, y el código se ve exactamente como el código que envió? Hmmm, creo que tal vez Dreamweaver está revolviendo el código???? I guess I'll sólo ir y arreglarlo.... y vuelve a intentarlo!

Gracias por la ayuda....
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de Usuario
  • Registrado: May 28, 2003
  • Mensajes: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Nota Octubre 13th, 2009, 3:05 am

Dreamweaver Gotta lol amor.
Tal vez uno de estos días, Adobe hacerlo bien.

En cuanto a la publicación del HTML, la única cosa que hacer otra cosa que el valor predeterminado es comprobar la posibilidad de detectar la versión flash.
"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
  • Avatar de Usuario
  • Registrado: Nov 05, 2004
  • Mensajes: 1254
  • Loc: Ro
  • Status: Offline

Nota Octubre 14th, 2009, 3:39 am

sí, he visto Dreamweaver f ** ing hasta el código :D

También he visto algunos displayings extraño cuando cambia el tamaño el tamaño de fuente en el navegador manteniendo pulsada la tecla CTRL y permanente de la rueda del ratón.
Me conseguí engañar dos veces a causa de que en tanto en IE y 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
  • Registrado: Jun 28, 2005
  • Mensajes: 28
  • Status: Offline

Nota Octubre 17th, 2009, 1:06 pm

Para ATNO / TW...Gracias por la ayuda antes, tengo otro problema tal vez usted me podría ayudar con. En el logotipo que he creado (ezdezignsDOTcom), yo estoy tratando de conseguir que el agua fluya a través de la tubería y la estancia azul hasta que llega al final. Im usando una máscara (gráfico) para mostrar el tubo azul, bajo la pipa blanca para que se vea como el agua está fluyendo, pero sólo puedo ocultar la tubería en la parte recta de la misma y no las curvas, porque no puedo doblar la gráfica, lo que dando el bloque pequeño de color azul que se ve ahora?? alguna sugerencia usando una máscara sería muy apreciado!

Publicar Información

  • Total de mensajes en este tema: 12 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 48 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC