How to pause flash application in browser? -


how pause flash application in browser if there isn't buttons allow ?

well, there website, there swf file, want pause it.

do have access these files , source? on same domain?

anyway, previous 2 answers suggested wrapping swf flash application , setting framerate 0. that's not accurate, because minimum framerate can set 0.01. flash code built around framerate, makes sense. http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/flash/display/stage.html#framerate

if have access original files want pause, proper way accomplish through externalinterface

http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/flash/external/externalinterface.html

http://www.viget.com/inspire/bi-directional-actionscript-javascript-communication/


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -