javascript - how to protect a flash video from refresh? -


<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>flash video refresh</title> </head> <body>     <div id="playerzone"><embed height="496" width="580" flashvars="flvid=19742822&amp;createtime=2012-4-19 13:46:33" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" quality="high" bgcolor="#000000" name="player" id="player" src="swf/mine.swf" type="application/x-shockwave-flash"></div> <a onclick="return test();" id="test">click me popup div,and hide scrollbar</a> </body> 

the code upon:

for example,when click a#test button,popup div,it's no problem,but want hide scrollbar while div popup.

i used $('html').css('overflow','hidden') in test() function,in browsers can perform except ff(i used ff3.6) refresh flash.

https://bugzilla.mozilla.org/show_bug.cgi?id=90268 (overflow/display/position cause bug)

how fix it?thank you

    hi asking these kind of question.  better use in updated firefox version , try. if not       please refer link u think. use local shared objects.      http://www.actionscript.org/forums/showthread.php3?t=79009     http://flash.bigresource.com/how-to-protect-flash-videos-from-being-downloaded-kv9j8rfkn.html     http://whatisgon.wordpress.com/2010/03/17/poking-around-in-the-firefox-cache-and-protecting-your-privacy-from-flash/ 

Comments

Popular posts from this blog

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -