Skip to content

Sumit Gupta

bookmarking my life

Category: Flash

Flash Designer Studio: New Feature

March 19, 2010 by Sumit Gupta Flash

I have seen/developed 4-5 flash based designer studio. These designer studio are more or like the same, where we have product and then user can upload his text or image…

Read More

Calling Path in ActionScript

August 28, 2009 by Sumit Gupta Action Script, Flash

var kLastSlash:Number = _root._url.lastIndexOf(‘/’);
var baseUrl:String = _root._url.substr(0, kLastSlash+1);

Read More

trace() function to work for Browser

July 26, 2009 by Sumit Gupta Action Script, Flash

http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/ I try this article and it actually works. Thanks to Fernando and Ernie, the Flash programmers, who told me about this article and some other great technique to program in…

Read More

Replace Function for ActionScript 2.0

July 19, 2009 by Sumit Gupta Action Script, Flash

function searchAndReplace(holder, searchfor, replacement) {  temparray = holder.split(searchfor);  holder = temparray.join(replacement);  return (holder); } Do I need to say anything else ?

Read More

Adding Filters/effect on MovieClip through ActionScript

July 9, 2009 by Sumit Gupta Action Script, Flash

How to enter the Filter effects on MovieClip using ActionScript, A developer way.

Read More

Flash website, Do you need Designer or Programmer?

April 23, 2009 by Sumit Gupta Article, Flash

Recently I worked on few website, that were solely made up in flash. These sites looks good, a background music playing, pages change with some animation. Obviously HTML page cannot…

Read More

Sinwave SuperImposition

March 26, 2009 by Sumit Gupta Flash

Lately I go inactive to my blog, but it doesn’t mean I leave blogging. Just that with my new venture i got so busy that I didn’t get time to…

Read More

Posts navigation

1 2 Next →

© 2025 Sumit Gupta // Powered by WordPress