Custom Flv player - add features
I know how to create a FLV player in FLASH - But ho开发者_如何学运维w do I add other features in the right click menu when a visitor hovers over the player? Like my own domain name & a toggle full screen and more.
just use the ContextMenu class to add other items.
here's the first example i found using google: http://www.webdesignmo.com/blog/2008/08/20/right-click-menu-in-actionscript-3/
精彩评论