I want html code for my website to play video in browser. I want code for a flash drive that supports the h264. = I use adobe flashplayer than quicktime. If you are having the code to perform the same then let me know about it. Thank in advanced.
I want html code for my website to play video in browser. I want code for a flash drive that supports the h264. = I use adobe flashplayer than quicktime. If you are having the code to perform the same then let me know about it. Thank in advanced.
Try the given which may solve your problem:
Code:function length (netStream) ( var netStream_secondes:Number = NetStream.time; var minutes:Number = Math. floor (netStream_secondes/60); var hours:Number = Math. floor (minutes/60); var seconds = Math. floor (netStream_secondes% 60); if (seconds <10) ( seconds = "0"+ seconds;) txt.text = hours + ":"+ minutes +":"+ seconds;)
Bookmarks