Flash not working after upgrade to 1.11.10
Posted: Fri May 16, 2014 8:56 pm
I just upgraded a 1.6 site to 1.9.2 successfully. Then I upgraded to 1.11.10, after that I fixed all of the deprecated stylesheet and url([[root_url]]/ code. The site is running fine except the .swf files that were on the homepage no longer work.
The flash player is using jquery like this.
Not sure what changed in the new version to break this. Hopefully somebody has some clues for this, thanks.
The flash player is using jquery like this.
Code: Select all
<__script__ type="text/javascript" src="js/global/swfobject.js"></__script>
<__script__ type="text/javascript" src="js/jquery-1.3.2.min.js"></__script>
Code: Select all
var flashvars = {};
var params = {};
params.menu = "false";
params.quality = "best";
params.wmode = "transparent";
flashvars.xmlAdr = "index.php?page=gallery-xml";
flashvars.gname = "gallery=Home+Page+Images";
flashvars.borderWidth = "9";
flashvars.transDuration = "2";
flashvars.galleryWidth = "639";
flashvars.galleryHeight = "347";
var attributes = {};
swfobject.embedSWF("swf/flash_gallery.swf", "mainimages", "647", "355", "8.0.0", false, flashvars, params, attributes);
Code: Select all
<div id="right_content">
<div id="mainimages"></div>