Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/03/2011, 15:11
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años, 1 mes
Puntos: 15
ayuda con codigo js que carga un swf.

hola tengo es codigo

Código Javascript:
Ver original
  1. <!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. -->
  2. var swfVersionStr = "10.0.0";
  3. <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. -->
  4. var xiSwfUrlStr = "http://xxxxxxxx.com.co/flash/playerProductInstall.swf";
  5. var flashvars = {};
  6. var params = {};
  7. params.quality = "high";
  8. params.bgcolor = "#ffffff";
  9. params.allowscriptaccess = "always";
  10. params.allowfullscreen = "true";
  11. params.wmode="transparent";
  12. var attributes = {};
  13. attributes.id = "BuyTheCity";
  14. attributes.name = "BuyTheCity";
  15. attributes.align = "middle";
  16. attributes.wmode="transparent";
  17. swfobject.embedSWF("http://xxxxxxx.com.co/flash/BuyTheCity.swf", "flashContent",
  18. "759", "768",
  19. swfVersionStr, xiSwfUrlStr,flashvars, params, attributes);
  20. <!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. -->
  21. swfobject.createCSS("#flashContent", "display:block;text-align:left;");


pero no me funciona en la version 3.5.1 de mozilla no se que hacer en todos los navegadores funcioan pero en esta no .


saludos