This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Posts Tagged ‘Flash’


Page 1 of 11

Loading swf file from another server using crossdomain.xml

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)

Tagged with:

Right Click Context Menu In Flash Movie Simple Method

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)

Tagged with:     

Use of crossdomain.xml in flash

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)

Tagged with:

Page 1 of 11