What I want is:
- I want to add current time on flash player while playing real time
stream - I want to open-show small info when user right click on player:
Suppose that: “This is my tiny player…Copyrights…etc”
How can I do it easily with Adobe ActionScript 3.0?
Pretty easy to do both with AS3. current time is as simple as creating a new Date object. I added some code to format the date in a normal clock kind of way.
Creating custom right-click context menu items is pretty straightforward too. Here is a tutorial on it: http://www.republicofcode.com/tutorials/flash/as3contextmenu/