RSS SubjectsBlogs about "Flash Source Files"

Flash Source Files

Source | Papervision3D FreeCamera Movement in AS3
2008-05-16 22:42:00
Another great example by Matt from Evolve, showing how to tween the camera movements around and tracks other objects. View the example and download support files
Source | Road trip animation in Papervision3D
2008-05-16 11:10:00
Bartek Drozdz posted a cool Papervision 3D animation. Basic concept in this animation is that there is one Plane and two BitmapData objects - a texture and a terrain. The Plane never moves, but instead the texture and the terrain are scrolled on it. View the animation and download the source files ...
Tutorial | Looping video backdrops in Flash
2008-05-15 00:43:00
With the abundance of sites dealing in stock video, you don?t even have to be a video expert to start creating Flash video loops. Just find a video that suits the site you?re working on, and with the techniques in this article you?ll soon be adding Flash video loops that take the breath away. Download Tutorial ...
Video Tutorial | PV3D - Interactive MovieMaterial and Cube Navigation
2008-05-14 20:31:00
Here are two nice posts with one video tutorial and the other with a cool 3D cube navigation example. Both sources available. View tutorial - Interactive MovieMaterial See the 3d cube demo and download source
Papervision3d Tutorials in Flex 3
2008-05-12 21:52:00
Michael Lively posted 13 video tutorials on Papervision 3d and Flex, which will be usefull for sure to help you entering in this “new age” of Flah Platform. Wow Physics Papervervision3D Starter Code Demo: http://nkuflc.org/wowphysics/ Source: http://code.google.com/p/flex3c-ookbook1/downloads/list YouTube: http://www.youtube.com/watch?v=-wYZn0fEtwmQ Installing the Wow Physics Engine into Flex 3 Demo: http://nkuflc.org/wowphysics/ Source: http://code.google.com/p/flex3c-ookbook1/downloads/list YouTube: http://www.youtube.com/watch?v=-QwYnCpp4Ewc 3D Sinc Plotter Demo: http://nkuflc.org/sincplot/ Source: http://code.google.com/p/flex3c-ookbook1/ under downloads 3D Plotter in Papervison3D ...
Source Code | Cool Flash pool game with highscores
2008-04-24 15:12:00
Alexandro Quarto released the source code of a great flash game. The source is available at Emanuele Feronato blog, where you can find also a small description from the Author about the game. A curiosity of this game, is that he coded all in one day. Download the source and read original post ...
Tutorial | Moving Based On Mouse Location using AS3
2008-04-23 12:30:00
Simple, short and nice tutorial by Lionel, taking you to learn a simple way to detect location differences and to make something move using that difference. Read tutorial and download support files
Source | Set of AS3 Particles source files
2008-04-21 15:45:00
Seb Lee Delisle, posted a full set of AS3 particles effects (9 in total), the same he shows at Toronto. As you know, his particle effects are really cool, and free. What are you waiting for? Go to his site, download the source, and start making your own particle effects. Then tell me what have ...
Tutorial | Flash video template: Dynamic video playlist AS3
2008-04-21 11:46:00
A greate article by Lisa Larson, explaining you how to publish multiple videos on the same web page?without authoring a new SWF for each one. It provides a template with instructions for both streaming and progressive delivery of your video to a customizable ...
Tutorial | Create a full Flash site
2008-04-18 16:54:00
This a great tutorial teaching how you can create a complete Flash-based web-site from scratch. Read Tutorial and Download support files
Tutorial | Set up a Flash MP3 interface
2008-04-18 00:02:00
Skip back and forth through your songs in style, while managing the track-list with an easily updatable XML file Using a bit of ActionScript and XML we?ll show you how to create a veritable stereophonic playground. These MP3s can be safely left to their own devices without screaming too loud, getting out of order or losing ...
Resources | Free Flash Template
2008-04-17 15:22:00
Here is another nice fully free flash template. View Demo | Download
Tutorial | Creating a Space Vortex Blast
2008-04-17 15:00:00
This tutorial will teach you how to create a cool animation of a space vortex blast using Photoshop and Flash. We will create the images of the space blast using Photoshop filters and then we will use Flash to animate those images to an animation that gives our explosion object the shaking effect to mimic ...
Tutorial | Rotating 3D Objects with the Tween Class in ActionScript 3
2008-04-17 12:00:00
Another great tutorial from Flash and Math, on 3D. This tutorial, will show you how to use the AS3 Tween class and its access to the built-in AS3 collection of ‘easing’ functions to produce interesting rotation effects for 3D objects. To illustrate the idea, we use the following example in which a hexagonal cylinder, drawn at ...
Tutorial | Skin A PV3D Cube Using MovieAssetMaterial
2008-04-17 11:58:00
A nice tutorial by FlashMech, will let you learn about the properties that can be used in the generic object that you pass in to the MaterialsList constructor as also on how to use a movieclip as a material through its linkage id using MovieAssetMaterial. Read Tutorial, and download support files ...
Tutorial | Loading an external .jpg, .png, or .gif bitmap image file in Ac
2008-04-14 21:10:00
In AS3, loading external images dynamically is done slightly differently than in ActionScript 2. Whereas in AS2, we could just use the loadMovie() method of the MovieClip class, this is no longer the case. Instead we have to use the Loader class, as well as the URLRequest class. This actually gives us more flexibility when ...
Tutorial | Creating a Timer in ActionScript 3
2008-04-11 12:58:00
This tutorial will cover the basics of using the Date() class and the Timer() class in ActionScript 3. The Timer class, as you may know, is new to AS3. The ActionScript 2 equivalent of a Timer object would be the setInterval method, which is no longer available to us in AS3. So, with no further ...
Resources | Flint - A AS3 Particle System
2008-04-08 13:48:00
I just noticed that Richard released the last version of Flint. FYI Flint is an open-source project to create a versatile particle system in Actionscript 3. The aim is to create a system that handles the common functionality for all particle systems, has methods for common particle behaviour, and lets developers extend it easily with ...
Multiplayer papervision3D example with Red5
2008-04-07 18:35:00
Paul Tondeur developed a multiplayer environment with Red5 and Papervision3D. A nice start for game developers. Source code is also available.
Tutorial | Build a reusable Flash Lite 1.1 component
2008-04-07 12:55:00
Components and reusable code are important aspects to developing applications for any platform, including Flash Lite 1.1. Components speed up development and help make coding tasks easier. Even though Flash Lite 1.1 is not as robust for application development compared to higher versions, it is still useful to have Flash Lite 1.1 components and is ...
Tutorial | Cool particle effects in Flash
2008-04-04 17:03:00
Creating a particle system in Flash may sound difficult, but as Seb Lee-Delisle shows you, it?s not rocket science. This tutorial is a great way of getting into programming simple physics and movement. More importantly, it shows that you can produce some beautiful particle effects with straightforward ActionScript. Get the support files and tutorial ...
easy plasma effect and source!
2008-04-04 13:29:00
Agit8 as great article about a very very nice plasma effect. The demo has 3 sliders you can use to change the plasma effect your own, try it here. Also, he made the source available.
Tutorial | Using XML in Flash CS3
2008-04-03 11:25:00
This great (7 page) tutorial from Kirupa.com shows you how to use XML in Flash CS3 - which involves using some ActionScript 3.0 code. If you?ve used XML in the earlier days of Flash, some of this will feel familiar to  you. However, Kirupa shows you some time-saving techniques that ActionScript 3.0 allows you to ...
Tutorial | Camera-motion controlled ball
2008-04-02 20:48:00
Milan Toth wrote a great tutorial explaining you how to make a very cool camera-motion controlled ball. Read Tutorial and download sorce files
Flash vCam AS3
2008-04-02 14:21:00
Using the vCam, a developer can animate a single vCam instance on the timeline to create the same pan. Simply place the vCam on the left side of the stage and create a motion tween to the right side of the stage. Publish out the file and the scene pans with a single ...
Tutorial | Fire Effect example with source
2008-04-02 08:34:00
I’m putting this post on the tutorials cat, because it explains the procedures to make a nice fire effect. Although as the article is so simple, you can call it as a tip with source, lol. Ricardo Cabello (mr.d00b ) posted the source at his blog with a little explanation(not much to explain, lol). ...
Flash CS3 Tutorial | Using a motion guide
2008-04-01 10:59:00
Corey shows us how to animate an object in Flash CS3 using a motion guide. RC shows us how to install the Lorem and More extension for Dreamweaver CS3. Corey shows us the basics in text wrapping in InDesign. Plus a bunch of tips. Use Rotation to rotate the symbol throughout Use easing to enhance the physics ...
Tutorial | Understanding how AS3 manages Depths
2008-03-31 13:47:00
In every Actionscript version, when two movieclips (or objects, shapes, texts…) overlap, the one with the greater depth stands in front of the other. You can think about depth as a Z coordinate. This tutorial will explain you how to manage AS3 sprites and depths, and what’s changed from AS2 to AS3. Read Tutorial ...
Play FLV and Live Video with Flash Lite 3.0
2008-03-28 12:07:00
Pasi has a great article taking you step by step how to setup a system to play FLV and live video with Flash Lite 3.0 and Flash Media Server 3.
Flash Tools for Developers: 3D Graphers in ActionScript 3
2008-03-27 15:19:00
Great article taking you to create 3D graphing applets using the Adobe Flash CS3 programming environment with the ActionScript 3.0 language. After working through this material you will be able to build a fully customized 3D graphing application (using either a function in two variables or parametric equations) using your own instructions, color schemes and ...
Papervision3D:Foundation and 3D Object Basics
2008-03-26 20:41:00
This is another nice tutorial for the people want to start with PV3D. Read tutorial 
Free Flash Business Template
2008-03-26 15:04:00
Long time that i didn’t post about free templates. This is one have a professional look, with corporation identity. Download
Flash CS3 Tutorial - Binary Socket Fundamentals
2008-03-26 12:32:00
On this new Lee Tutorial, learn how to use low-level binary sockets to connect to a POP3 mail server using ActionScript 3. Watch the tutorial and download source files
Flash CS3 Tutorial - Using Sound in ActionScript 3
2008-03-26 11:30:00
Craig introduces you to using sound in ActionScript 3. In this tutorial, we?re going to discuss accessing external sound files using ActionScript without ever actually importing them into the Flash authoring environment. Read the tutorial
Powerfull Dynamic XML Gallery V3
2008-03-25 19:03:00
Today choice at flashden is an awesome XML image gallery with dynamic xml categories where you can select the way the thumbnails are displayed on the stage: vertical, horizontal or random. Add as many images as you like by editing a XML file. Very simple to manage and personalize. This gallery also uses ...
Tutorial - Tracing 3D objects with papervision3D
2008-03-25 12:08:00
Xero wrote a nice tutorial about tracing 3D objects within PV3D. He made the demo and source available, which you can see through is original post.
Flash XML Music Player in ActionScript 3
2008-03-24 23:57:00
Craig Campbell just posted a nice jukebox example with source file available, demonstrating how you can do it using xml and as3.
Flash Tutorial - Realistic Animated Eyes
2008-03-24 22:21:00
Wipeout have a great tutorial which you can learn how to create an animated eyes that blink, wink and following the mouse pointer using Flash. Read the tutorial
Papervision 3D Tutorial - Getting Started with 3D in Flash
2008-03-24 15:32:00
As you probably know, Flash is a 2D program. However, there are a handful of open source 3D engines written in actionscript that allow real time 3D environments to be rendered within the flash player. Among these, is Papervision3D, which is probably the most powerful and widely adopted of the engines available. In this tutorial, we ...
Flash CS3 Tutorial - Controlling the Timeline with ActionScript 3
2008-03-21 14:58:00
Flash CS3 allows you to create either an ActionScript 2 or ActionScript 3 document. There are a number of ways ActionScript 3 is different from version 2. One of the first changes designers is no longer being able to attach a script to a button instance. In this tutorial you?ll learn how to control buttons ...
AS3 Dynamic Speech Bubble Snippet
2008-03-21 14:43:00
Nice example on AS3 showing how to draw a dynamic Speech bubble snippet using the drawing API. Check here.
Flash CS3 Tutorial - Create an interactive movie
2008-03-20 17:19:00
Paul Wyatt shows you how to set up a greenscreen shoot with a simple DV camera, replicating pro-style special effects along the way. Download Tutorial and support files - Part 1 Download Tutorial and support files - Part 2
Flash Tutorial - Creating generative art with as3
2008-03-20 14:09:00
Generative art can be an intimidating topic, but with the guidance of Chad Udell in this step-by-step tutorial, you?ll be creating compositions in no time. With Adobe?s release of ActionScript 3.0, it?s possible to create beautiful generative pieces using tools you already have in your arsenal. Here, we?ll explore some basic tenets of generative art ...
Flash video template: Video presentation with navigation
2008-03-18 23:28:00
  This Flash template is great for basic video presentations?situations when you want the user to see the main topics of a video and be able to navigate quickly to them. It does not contain some of the more sophisticated features, such as synchronizing ...
Mp3 player made simple with AS3
2008-03-18 22:54:00
Simple tutorial but useful. Shows you how to make a simple online flash mp3 player, actually using these techniques you will be able to advance it easily with more features to make a full functional online flash mp3 player. Read the tutorial 
Cool Flash Portofolio
2008-03-18 13:04:00
Today i’ve choose this nice portfolio from flashden. It’s very cool. With a nice interface, it provides a cool way to deliver video. Features: Fullscreen xml based Creative Flash Website Template for an elegant presentation 4 fully customizable sections (home, services, portfolio and contact) Fullscreen switching feature The code is very well commented Code is very centralized so you don?t have ...
Tutorial - Creating a Flash Lite Game
2008-03-17 21:21:00
Making rich media for mobile consumption has never been easier since the release of the Flash Lite player for mobile devices. You can make a vector graphics game that could be played on any device regardless of its operating system or screen resolution easily as long as that device is equipped with the Flash Lite ...
Flash Tutorial - Animate your portfolio
2008-03-17 12:21:00
An online portfolio is an essential tool for anyone in the creative industries, and it?s likely to be what you?re judged by whether your job has anything to do with designing websites or not. It?s important, therefore, to create a web presence which both displays your work well and has a strong, professional-looking interface. ...
AS3 Class: DistortionTweener
2008-03-14 23:06:00
Evolve made a cool AS3 class, which allows you to distort four points of an object. It is an easy to way make distortions such as trapezoids on a movie clip. This class is useful for example to use into the transition between pages of your flash site. Download full source code and check examples. ...
Flash CS3 Tutorial - Dynamic Flash-based portfolio
2008-03-14 12:02:00
Slingshot shows you how to create an online portfolio that?s quick to load, easy to update and displays your best work. Download Tutorial and Source files
51182 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker