How to get flash player on iPhone 3Gs and iPhone 4. You will need to add this Repo repo.benm.at if you want to install flash player on iPhone 3Gs and iPhone 4
Archive | Flash video tuts RSS feed for this section
Adobe Flash Player 10.2
January 22, 2011
Adobe® Flash® Player 10.2 introduces new features and enhancements, including a new video hardware acceleration model that enables dramatically enhanced video playback performance. Key new capabilities in Flash Player 10.2 include: Stage Video hardware acceleration — A new method for video playback in Flash Player will allow developers to leverage complete hardware acceleration of the [...]
Circular Dynamic Preloader Tutorial
February 7, 2010
Circular Dynamic Preloader Tutorial – Flash ActionScript 3.0 Website Content Loader
Flash drop down menu tutorial in ActionScript 3
February 7, 2010
Understand how to construct your own drop down menus from scratch in Adobe Flash ActionScript 3.
How to Use Effects in Flash CS4
February 7, 2010
This a tutorial for how to make a cartoonish boom effect in Flash CS4. This can be used for a lot of Flash animations/movies. The font used in the video is called ‘Ravie’.
How to Make a Wheel in Flash CS4
February 7, 2010
how to create a spinning wheel in Flash CS4. It’s very easy, and shouldn’t require any prior knowledge of Flash. It might be kind of confusing, because the first time I made the video my microphone was off. The second time, I was kind of annoyed I had to make it again, so I wasn’t [...]
3D Tools in Flash CS4
February 7, 2010
A basic overview of some of the included 3D tools in Adobe Flash CS4.
How to Add Interactivity to a Button Inside Adobe Flash CS4
February 7, 2010
short video tutorial on how to make a button “work” inside Adobe Flash CS4. It’s a little different with the new ActionScript 3.0, so I decided I’d make a video on it. I’d also like to tell you that in ActionScript 3.0, all the actions are in the timeline, meaning you cannot give objects their [...]
How to Make a Link in Flash CS4
February 7, 2010
This was a highly requested tutorial by many different people. I said I would do it in another video, and here it is. ACTIONS: instanceNameHere.addEventListener(MouseE vent.CLICK, mouseClick); function mouseClick { var request = new URLRequest(“link goes here”); navigateToURL(request,”_blank”); }
Linking and Using Buttons with ActionScript 3.0
February 7, 2010
Today we will learn how to Linking and Using Buttons with ActionScript 3.0 step by step flash tutorial Flash basic : how to add link into Flash button
How to Create and Use a Motion Tween (Flash CS4)
February 5, 2010
This is a tutorial on how to create and use the new motion tween in Flash CS4. A motion tween is used to create a movement between two positions on the timeline. With the new motion tween, you can easily add changes to each frame, bend the path, and extend the length of the motion [...]
Animating Movie Clips with Actionscript
January 23, 2010
This tutorial will teach you how to animate movie clips with actionscript. heres the code I used: var tw:Tween = new Tween(box_mc,”_x”,Strong.ease, box_mc._x,475,1,true);
How to create movie controls with actionscript controls
January 23, 2010
Actionscript Basics part 1 Creating Movie Controls Actionscript Basics part 2 Creating Custom Cursors How to create a custom cursor in flash using actionscript.
How to create Motion and Shape Tweening
January 23, 2010
Flash basics tutorials. You’ll learn how to make simple motion and shape tweens Flash Basics 1:Motion and Shape Tweening Motion Tweens and Sound The next step in the Macromedia Flash tutorial is creating basic motion tweens and adding some sound effects.
Flash CS4 tool tutorial
January 17, 2010
Flash CS4 Bone tool tutorial Flash CS4 3D Tool tutorial
flash tutorial basic animation frame by frame
January 17, 2010
This tutorial will show you how to do it frame by frame
How to Create flash Animation
January 17, 2010
This tutorial will show you how to take an image and make it animatable in Adobe Flash and Adobe Fireworks. Animation Separation Part One Animation Seperation Part Two This second part briefly reviews how to take a still image and break it inot parts that can be animated in macromedia Firefworks

February 3, 2011
5 Comments