Hello guys i am back again with another nice set of tutorial based on Flash and actionscripting.I am getting lot of emails from my users asking about the crossdomain technique in flash and how to make that work. When i searched google... (Continue reading)
Customize right click menu in flash in a simple way. We will start off by creating an instance of the ContextMenu class and then hiding the default items in it on the main timeline. Our context menu instance will be called myMenu_cm. var myMenu_cm:ContextMenu = new ContextMenu(); myMenu_cm.hideBuiltInItems(); _root.menu = myMenu_cm; 1- Strict... (Continue reading)
Flash flv player has a property that it takes only the flv video files in the same domain.Here the crossdomain policy comes in to picture. The use of crossdomain.xml policy is very vast, because now a days many websites use .flv... (Continue reading)