Skip to content

Sumit Gupta

bookmarking my life

Category: Flash

Creating Menu at runtime using Flash 8/ActionScript 2.0

September 18, 2007 by Sumit Gupta Flash, Programming

You can create menu in your flash application using the following code, however, you need to note one thing that you need to import mx.controls.*; mx.data.binding.*; (if you need to…

Read More

Creating popup Window using Flash

September 18, 2007 by Sumit Gupta Flash, Programming

Recently making a Flash in which I need a user input in a popup window to complete user action. For this I need to ask user some more value. Hence…

Read More

Using XML File with Flash in better way

September 3, 2007 by Sumit Gupta Bookmarked, Flash, Links

This is just  a bookmark for now to following great article http://www.flash-creations.com/notes/dynamic_xml.php Will explain this some day.

Read More

How to remove all child movieClip through AS 2.0 Code

August 22, 2007 by Sumit Gupta Code Snippets, Flash

To remove all child from a given movie clip simple loop through its all object and remove the type of object you want. Following code does the same for related_mc.sp_related…

Read More

Xpath in ActionScript 2.0

August 18, 2007 by Sumit Gupta Flash, Programming

Yet again I have been given job to create a Flash component that will be displayed on homepage of site, and it has to list all content of site. For…

Read More

Flash 8 : Action script 2.0

May 29, 2007 by Sumit Gupta Flash, Programming

Since one last month I am working on Action Script 2.0 with Flash 8. It all started well and I gain my confidence and start liking coding in AS 2….

Read More

Posts navigation

← Previous 1 2

© 2025 Sumit Gupta // Powered by WordPress