Código Javascript:
Ver original
<!-- For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. --> var swfVersionStr = "10.0.0"; <!-- To use express install, set to playerProductInstall.swf, otherwise the empty string. --> var xiSwfUrlStr = "http://xxxxxxxx.com.co/flash/playerProductInstall.swf"; var flashvars = {}; var params = {}; params.quality = "high"; params.bgcolor = "#ffffff"; params.allowscriptaccess = "always"; params.allowfullscreen = "true"; params.wmode="transparent"; var attributes = {}; attributes.id = "BuyTheCity"; attributes.name = "BuyTheCity"; attributes.align = "middle"; attributes.wmode="transparent"; swfobject.embedSWF("http://xxxxxxx.com.co/flash/BuyTheCity.swf", "flashContent", "759", "768", swfVersionStr, xiSwfUrlStr,flashvars, params, attributes); <!-- JavaScript enabled so display the flashContent div in case it is not replaced with a swf object. --> 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