Flush Flex VideoDisplay request queue
Posted
by asawilliams
on Stack Overflow
See other posts from Stack Overflow
or by asawilliams
Published on 2010-03-29T22:06:55Z
Indexed on
2010/03/29
22:13 UTC
Read the original article
Hit count: 447
When a command like play(), pause(), or seek() is called while the videoDisplay is unresponsive it gets put on a queue, how do I flush this queue so the most recent command is the only command processed?
© Stack Overflow or respective owner