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

Your preferred username that is used when logging in.

Forum user: hmzglenn

Basic information

Registered Aug 17, 2009
Last login Aug 18, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/14348

Latest forum posts

Posts:

Registered:

unload() problem in IE7

Posted: Aug 18, 2009

the solution of the problem is the way unload works

the description in the api documentation says:
"This method does nothing if the player is full screen or if there was no html in the container."

so in my code i but a "hello" between my A tags and it worked.

Posts:

Registered:

same problem

Posted: Aug 17, 2009

i am having the same problem.
it works in chrome but not in ie8, when i close the overlay it still plays. it feels like the flowplayer isn't unloading correctly.

i even tried to iterate through all the active players and unload them, but that didn't work either.