views:

740

answers:

2

I am using Uploadify and have a pop up which is loaded by jQuery by Ajax. The page on which the popup lives on has an include to swfobject (from Google's Code Api) and the Uploadify button should appear.

This works great on FF and Chrome but IE gives me a javascript error

Unknown runtime error line 4 character 5942

Anyone got any ideas how to fix this problem?

It's possibly to do with the fact that I'm using it from within dynamic content.

I found the following link but there is no definitive answer

Possible answer

A: 

That link I mentioned in my original post did indeed have the answer

I had to download the source swfobject.js file and edit the line mentioned to use $(el).replaceWith and that allows the uploadify() content to load without error.

Graeme
A: 

is it possible to convert uploadify to upload statically instead of using javascript?

John Saman