Uploadify/swfobject parameter isues with IE -
I'm using an upload in the app for a few years and it always works well. When I upgraded to version 2.1.0, now it has been bundled with swfobject 2.2.
File uploads in Firefox, Safari, and Chrome and everything works perfectly though, in all versions of IE, the javascript flash file is not passing any parameters correctly.
For example debugging the button imgig, uploadify works fine inside js, but reads as undefined from inside the flash file, it is only IE.
Can the IE JS parameter not pass the flash object? I'm running the latest flash version.
I have checked in other related posts here and no one has been able to solve this issue. Absolutely Javascript Errors No Flash Uploader loads and even works, but only with default values.
I narrowed down the problem a little further down, but still can not understand what Used to be. In SWFOjbject 2.2, line 436, Javascript is trying to replace the "object" element with a new object and this is the parameter.
When I alert "equal", then I see a list of parameters I hope that Flashvar
& lt; Param name = "quality" value = "high" & gt; & Lt; Param name = "wmode" value = "opaque" & gt; & Lt; Param name = "allowScriptAccess" value = "wizard" & gt; & Lt; Param name = "flashvars" value = "uploadifyID = fileInput and PagePath = / client / WhackCMS / admin / js / tinymce / plugins / whackupload / & amp; amp; button img = http% 3A // 1 9 82.14 .0.4 / client /WhackCMS/admin/img/btn-browse.png&script=http://192.168.0.4/clients/WhackCMS/admin/pages/upload&folder=&scriptData=single -auth-token% 3Dd06ac6f98b93d980fe7fa1e24fa91ab3f36622ea% 26thumb size% 3D150x150 & amp; amp; width = 157 & amp; amp; height = 31 & amp; amp; wmode = opaque & amp; amp; Law; = get & amp; amp queueSizeLimit = 999 & amp; amp; simUploadLimit = 1 & amp; fileDesc = Images & amp; fileExt = * jpg; * .jpeg ;. * gif ;. * png & auto = true & amp; amp; ; FileDataName = Filedata "& gt;
I've tried the default L. With HTML and $ (L) .Rep methods, but when I try to see the updated "L" object, then I see that some default parameters:
& Lt; PARAM name = "_ cx" VALUE = "4153" & gt; & Lt; PARAM name = "_cy" VALUE = "820" & gt; & Lt; PARAM NAME = "FlashVars" VALUE = "" & gt; & Lt; PARAM name = "movie" VALUE = "http://192.168.0.4/clients/WhackCMS/admin/uploader_tinymce.swf"> & Lt; PARAM name = "Src" VALUE = "http://192.168.0.4/ Client / Carrier CMS / Admin / Uploader_Tinims SWW" & gt; & Lt; PARAM name = "WMode" VALUE = "opaque" & gt; & Lt; PARAM name = "PLAY" VALUE = "0" & gt; & Lt; PARAM name = "loop" VALUE = "- 1" & gt; & Lt; PARAM name = "quality" VALUE = "high" & gt; & Lt; PARAM NAME = "SAlign" VALUE = "LT" & gt; & Lt; PARAM name = "menu" VALUE = "- 1" & gt; & Lt; PARAM name = "base" VALUE = "" & gt; & Lt; PARAM NAME = "AllowScriptAccess" VALUE = "sameDomain" & gt; & Lt; PARAM name = "scale" VALUE = "NOSKELE" & gt; & Lt; PARAM NAME = "DeviceFont" VALUE = "0" & gt; & Lt; PARAM NAME = "EmbedMovie" VALUE = "0" & gt; & Lt; PARAM NAME = "BGColor" VALUE = "" & gt; & Lt; PARAM name = "SWRemote" VALUE = "" & gt; & Lt; PARAM name = "MovieData" VALUE = "" & gt; & Lt; PARAM name = "seamlessbending" VALUE = "1" & gt; & Lt; PARAM NAME = "profile" VALUE = "0" & gt; & Lt; PARAM name = "profile address" VALUE = "" & gt; & Lt; PARAM name = "profileport" VALUE = "0" & gt; & Lt; PARAM name = "Allow Networking" VALUE = "All" & gt; & Lt; PARAM NAME = "Allow full screen" VALUE = "wrong" & gt; & Lt; / Object & gt;
It looks like the L element is not being replaced properly. When I try this in Firefox and Safari, the html is updated properly.
Comments
Post a Comment