Animated Button Menu with Click Down State - Adobe Flash AS3 - [English]
http://www.developphp.com
In this Flash tutorial we take our previous tutorial on this subject a ste further by adding sound and a click state to...
http://www.developphp.com
In this Flash tutorial we take our previous tutorial on this subject a ste further by adding sound and a click state to the movieclip button's timeline animation.
4m:28s
6763
Flash CS4 Tutorial - Distort or Skew Video Perspective in Flash AS 3.0 -...
Download Free Flash CS4 fla file here http://www.developphp.com/Flash_tuts/AS3_video_skewed_CS4.php
you can learn how to distort your video...
Download Free Flash CS4 fla file here http://www.developphp.com/Flash_tuts/AS3_video_skewed_CS4.php
you can learn how to distort your video perspective if you happen to create custom video in your flash applications. The video, fla file with code, and everythign you need is in the zip file. The video play code is very simple, and there are no video controls, this is just a simple how-to on distorting the perspective of the movieclips that hold your videos, or any movieclip animations for that matter.
So not only videos, but any movieclips with or without animations can be distorted in a 3d perspective that renders out nice angles without having to depend on Papervision or the sandyFlash thing.
A lot of people look to get this functionality, and finally flash made it to where you don't have to depend on any other applications to achieve these effects. Only in CS4 is it this easy to do. Be sure to target Flash Player 10 in your publish settings.
5m:35s
8024
Make Reflections of Movieclips on Any image background in Flash AS3 -...
Download Free Flash fla file here http://www.developphp.com
In this free Flash CS3 + CS4 ActionScript 3 tutorial you can learn how to set cool...
Download Free Flash fla file here http://www.developphp.com
In this free Flash CS3 + CS4 ActionScript 3 tutorial you can learn how to set cool reflections of your movieclips on any background using cacheAsBitmap and a gradient rectangle movieclip mask. The key is to set cacheAsBitmap on both movieclips, your gradient mask and your image to be masked with gradient.
You could also set everything dynamically, and add movement or animation to your movieclip and force the gradient reflection to move along with it.
7m:50s
5745
MP3 Boom Box Free Source Tutorial Package ActionScript 3.0 - English
Source Files - http://www.developphp.com
* Great Features - with draggable playhead scrubber with Adam's ghost knob
* Click anywhere in the...
Source Files - http://www.developphp.com
* Great Features - with draggable playhead scrubber with Adam's ghost knob
* Click anywhere in the playhead bar to jump to that part of the song
* Plays an unlimited MP3s that you organize into a folder called mp3_files
* Sound driven speakers and graphic equalizer showing right/left channels
* Auto ID3 title/artist rendering set into an animated scrolling movieclip
* Panning sound slider for panning left to right speakers
* No external scripts to manage, all dynamic referencing is done in the Flash file
* Volume slider that controls the visual amplitude level
* Track duration time and playhead time
* Easy to customize for any look and size, add/remove features
* Built into a movieclip to easily place into applications or sites
* Code comments section off the logic so you can pinpoint code
* Use on a web site or locally on your machine, or both
Note: Add longer bufferTime if worried about dial up users. And give message.
3m:11s
5937
Flash tutorial AS3 CS3 library sound linkage code - English
Free Flash Source Files: http://www.developphp.com Learn how to use sound in your code, anywhere in your code. Not just on movieclip buttons.
Free Flash Source Files: http://www.developphp.com Learn how to use sound in your code, anywhere in your code. Not just on movieclip buttons.
8m:9s
5936
Flash CS3 and Swift3D Express Plugin Tutorial - 3D Custom animations...
Free Flash Source File: http://www.developphp.com
In this tutorial Adam gives a quick beginner example on how to use the Swift3D Express Plugin...
Free Flash Source File: http://www.developphp.com
In this tutorial Adam gives a quick beginner example on how to use the Swift3D Express Plugin for Flash. He shows you how to draw out a custom shape using the pen tool, then he loads it into his Swift3D Express plugin using the Command drop down list in flash. You can do some really cool things with the 3D plugin for Flash, but Adam enjoys using the stand alone version of Swift3D more for making SWF file models and animations he can import into his Flash timeline and further manipulate.
Now you have a tool to make 3D workflow in Flash easy, and you can stand out from the crowd if you jump on it now! Never make a dull logo again, create cool characters and animations, you can render and animate your funky style texts too!
I offer you the fla file so you can see how flash gladly absorbs the file from Swift3d Express, and throws it into a nice movieclip with keyframe images of the animation.
6m:31s
7596
How to Drag with Bounds or Boundaries in Flash AS3 Tutorial Free fla...
Download Free Flash fla file here http://www.developphp.com
In this free Flash ActionScript 3 fla file download tutorial you can learn how to...
Download Free Flash fla file here http://www.developphp.com
In this free Flash ActionScript 3 fla file download tutorial you can learn how to drag within set bounds or boundaries. You can easily set the edges or area of drag in Flash. Download the free fla file to get at all of the code and see how Adam takes a rectangle and uses it as the drag bounds.
The way he coded it dynamically will allow you to place any size objects for the boundaries rectangle, and any size object for the draggable movieclip. No need to even adjust numbers. Simply put what you want in place, give it the correct instance name, and you are all set. The math equations he has in it take care of the differences in values to give perfect dynamic bounds results in simple code.
6m:38s
7017
Flash AS3 MP3 Playlist Player Tutorial 1.0 for CS3+CS4 Play Unlimited...
http://www.developphp.com
* Features AutoStart and continuous play track after track
* Easy to customize for any look and size, add/remove...
http://www.developphp.com
* Features AutoStart and continuous play track after track
* Easy to customize for any look and size, add/remove features
* Built into a movieclip to easily place into applications or sites
* Code comments section off the logic so you can pinpoint code
* No packages, classes, no external code, you edit the built in intuitive code
http://www.developphp.com/Flash_tuts/AS3_mp3_playlist_player.php
* Unique Features and Flash control interfaces
* Plays any amount of MP3s in any folder
* Use on a web site or locally on your machine, or both
* Awesome simple EQ shows right and left realtime amplitude
* Compact and easy to hide anywhere on a website
In the free Flash ActionScript 3 fla file download tutorial you can learn how to build your very own custom MP3 playlist player that streams the .mp3 files dynamically from your server. So if you are looking to build an MP3 player that will play any amount of MP3 files, show track titles, has time indications, track amount information, ID3 information gathered automatically, volume control, progress bar, realtime equalizer effects that jump to the beat, etc..., then this is the tutorial for you.
There are a lot of free MP3 player tutorials out there that do not have the unlimited playlist feature, so that is the focus here. Maybe this one will show you functionality you did not know before. This one utilizes most everything in the AS3 sound architecture.
We show you how to script it out and structure it by giving you the full working application for you to reference code with good comments, file structure, graphics, etc... all for free. More in depth dynamic MP3 player tutorials are soon to come. AS3 and CS4 + CS3 are great tools for sound programming for the web.
1m:20s
8257
Detect User Mouse Coordinates - Read Capture Tutorial Flash CS3 CS4 -...
http://www.developphp.com
In this fee AS3 fla file tutorial that we commented out really well, you can learn all about the basics of detecting,...
http://www.developphp.com
In this fee AS3 fla file tutorial that we commented out really well, you can learn all about the basics of detecting, reading, or capturing user mouse coordinates. There are many cool applications for this if you are creative enough to exploit it.
This is one for the true geeks that love the nuts and bolts of actionscript. So whether you need to know exactly where the users mouse is in relation to one of your movieclip symbols, or if you need to know where their mouse is located in relation to the stage, this tutorial file will suit those needs.
Make the whole file react in any way you like according to where the user mouse is, or just parts of your file, certain symbols, animations, etc...
2m:29s
5671
Load & Unload Multiple External SWF files Tutorial in Flash ActionScript...
Learn Adam's simple load and unload method for external swf files, jpgs, or whatever. Free Flash Actionscript 3.0 video tutorial and source file.
Learn Adam's simple load and unload method for external swf files, jpgs, or whatever. Free Flash Actionscript 3.0 video tutorial and source file.
23m:24s
7370
Learn Cool Flash ActionScript 3.0 Transition Effects - Animations For...
Free Flash Source File - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=163
In this Flash ActionScript 3.0 tutorial and source...
Free Flash Source File - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=163
In this Flash ActionScript 3.0 tutorial and source file download you can learn how to master the many transition effects that Flash AS3 has to offer. Whether you work in Flash CS3 or CS4 you can apply these effects to static, or dynamically loaded elements. At any time in your scripting these transition effects can be applied. Use them on buttons, images, background elements, movieclips, video, and more. Some of the flash transition classes we are putting to use here are: Zoom, Fade, Blinds, Rotate, Photo, Iris, and fly. You can combine transition effects by pressing two buttons to see the effect. The free Flash AS3 source file and script we supply you with will show you everything you need to know about applying these effects to any instance on your stage or in your code.
3m:12s
8345
Flash AS3 ScrollPane Component Tutorial: Scrolling Custom Movieclips -...
Get the Free Source File:http://www.developphp.com
Use two lines of code to scroll custom content in your Flash CS3 projects to help save...
Get the Free Source File:http://www.developphp.com
Use two lines of code to scroll custom content in your Flash CS3 projects to help save real-estate. Flash ActionScript 3.0 tutorial by FlashBuilding.
9m:25s
8621
Flash CS4 Animated 3D Tilting Menus ActionScript 3.0 Tutorial - English
Free Source File - http://www.developphp.com
In this free flash CS4 ActionScript 3.0 tutorial with source download file, you can learn how to...
Free Source File - http://www.developphp.com
In this free flash CS4 ActionScript 3.0 tutorial with source download file, you can learn how to create cool animated tilting button menus using the 3D rotation tool in CS4. In the file and video you can see exactly how you need to structure your file to make the magic happen.
We use a combination of nested movieclips to make sure our buttons and everything inside the menu has the animated tilt effect on it when a user mouse rolls over it. When the user mouse rolls out out the menu movieclip we command it to go back to normal view, which is also in the form of an animation.
Don't forget to visit http://www.developphp.com to tap into everything you need to be a badass coder.
16m:45s
6397
How to Create Custom Mouse Cursors in Flash Actionscript 3.0 - English
Free Source - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=304
Learn how to easily create custom mouse pointers and cool...
Free Source - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=304
Learn how to easily create custom mouse pointers and cool animated cursors for your Flash CS3 + CS4 projects coded with ActionScript 3.0. Simply create any movieclip, give it an instance name, and apply the code shown. You can get to the free source file if you like at http://www.developphp.com, but I recommend you code it out yourself. Just follow along witht the video to gain a full understanding about what each line of code is doing.
10m:58s
5282
Flash CS4 Random Content Display Script and Timeline Structure - English
Source File: http://www.developphp.com
Learn how to create randomized content display in your flash applications. Great for advertising banners...
Source File: http://www.developphp.com
Learn how to create randomized content display in your flash applications. Great for advertising banners and website elements alike.
14m:1s
4014
11 World of Webcraft Save Coordinates Where Drag MovieClips Flash...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1171
In this lesson we demonstrate dragging movieclips within multiple...
Copy+Paste: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1171
In this lesson we demonstrate dragging movieclips within multiple drag levels, and the focus is saving the coordinates of where an item is dropped to a MySQL database system to retrieve for the next time the game loads for the player. A way of remembering where your players want certain objects to live
8m:49s
5219