You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Upgrade of SWF and JS files kills Flowplayer in IE7? Created Oct 2, 2009

This thread is solved

Views: 1400     Replies: 1     Last reply Oct 16, 2009  
You must login first before you can use this feature

tony.jackson

Posts: 13

Registered:
Sep 17, 2008

Upgrade of SWF and JS files kills Flowplayer in IE7?

Posted: Oct 2, 2009

Yesterday I upgraded SWF and JS files to the following versions:

flowplayer.commercial-3.1.3.swf
flowplayer.rtmp-3.1.2.swf
flowplayer.controls-3.1.3.swf
flowplayer-3.1.4.min.js

Everything worked fine in Firefox, but failed in IE7.

Has anyone seen this or can help with what may have caused it? I'm going to get a video or two set up in a test area to demonstrate this and will post the link when done.

degenerate

Posts: 156

Registered:
Sep 19, 2008

» Upgrade of SWF and JS files kills Flowplayer in IE7?

Posted: Oct 16, 2009

Reply to: Upgrade of SWF and JS files kills Flowplayer in IE7?, from tony.jackson
Double check your configuration to make sure you don't have any trailing commas (,) in your config, like so:


config: {
 this: 'lala',
 that: 1,
 lookhere: 'trailingcomma',   // <--------- here
}
IE tends to break when you have trailing commas like that. The new versions of the files might be breaking while your older versions might not. Post your config if you still have trouble because it could be something else.