Return Instance Name of Movieclip

Some Flash Action Script… 
If you ever need to get the instance or parent name of a movie clip you can give the parent movie clip a variable in the first frame such as:
RetName = “sample1″;
Then you can call it at any time using the following method:
InstanceName = movieclip.RetName;
movieclip being the child.
I needed to do this recently for […]

Flash or HTML Websites?

Not for the first time and undoubtedly not for the last time either, I was asked if a site should be all Flash or HTML.
Now this depends, is what I say. This particular site had already been created all in flash. They sell gifts online and the site is basically an e-commerce store. They had […]