Using flower player in IE 6 and 7 produces a strange error in IE when inside our survey pages. The problem seems to relate to the tag being inside the main <form> tag of the page. I found this was already posted by someone but only found in a google cache page
IE6 Javascript error: 'player_api' is not defined.
http://74.125.47.132/search?q=cache:DLo8mZdjlegJ:193.33.186.56/forum/8/16495+flowplayer+player_api&cd=9&hl=en&ct=clnk&gl=us&client=firefox-a
This seems to hold true. If you move the tag outside of the form it works fine in IE. Before moving it we would get the error but the clip would play however none of the callback functions would be executed because the API was not functioning.
We were able to work around this issue using absolute positioning but this is not always an option and this IE issue should be investigated.
IE6 Javascript error: 'player_api' is not defined.
http://74.125.47.132/search?q=cache:DLo8mZdjlegJ:193.33.186.56/forum/8/16495+flowplayer+player_api&cd=9&hl=en&ct=clnk&gl=us&client=firefox-a
This seems to hold true. If you move the tag outside of the form it works fine in IE. Before moving it we would get the error but the clip would play however none of the callback functions would be executed because the API was not functioning.
We were able to work around this issue using absolute positioning but this is not always an option and this IE issue should be investigated.