DirectoryWeb DesignBlog Details for "Flash Enabled - Get Ready with Flash..."

Flash Enabled - Get Ready with Flash...


Flash Enabled - Get Ready with Flash...
Here you will be able to find Free Flash Templates, as well free flash components, tutorials, tips, news and a lot more. In other words, you want to know something about flash? Then this is the right place to visit.
Articles: 1, 2, 3, 4, 5, 6, 7

Articles

Tutorial | CSS Decorative Gallery
2008-05-30 20:55:00
In this tutorial you will know how to decorate your images and photo galleries without editing the source images Read tutorial and download support files
More About: Tutorial , Tips , Gallery , Dreamweaver
Tutorial | Glowing Orb With Dial
2008-05-30 17:20:00
In this Photoshop tutorial we?ll be experimenting with layers and styles to create a cool glowing orb and dial effect. Read Tutorial and download support files
More About: Tutorials , Tips , Dial
Tutorial | 6 Quick?n?Dirty Photoshop Text Effects From Scratch
2008-05-30 17:15:00
In this tutorial you will create 6 different effects using just layer styles. So really this is like 6 tutorials in one! Read Tutorial
More About: Tutorials , Photoshop , Dirty , Quick
Tutorial | Creating Starburst glints of light
2008-05-29 23:26:00
Here is a nice effect that looks like the sun glinting off a metallic or shiny surface. This starburst effect even includes a little lens flare. A tasteful replacement for the sometimes over used lens flare filter. Read Tutorial
More About: Creating , Light
Tutorial | Wheel rotation control with AS3
2008-05-29 23:18:00
In this Flash actionscript tutorial we will see how to make an animation rotation, how to control speed with buttons, just a small and fun example. Read Tutorial
More About: Tutorials , Resources , Adobe
Tutorial | Create an Impressive Mock-up of a Grunge Box
2008-05-29 22:55:00
Learn how to create impressive mock-up designs. In this tutorial, you will learn how to use the Vanishing Point Filter to get quick and professional presentation results. The final result is a realistic looking box, which looks well-worn, as if it was shipped worldwide. Use these techniques to create other mock-ups in your design work ...
More About: Resources , Tutorial , Photoshop , Tips , Grunge
Resources | Flash Maps API?s and Tutorials
2008-05-29 16:14:00
Franto posted a very complete list with the available Flash Maps API’s as also lot’s of documentation available. He points also lot’s of Tutorials where you can learn how to start using these amzing API’s and some map collections which can inspire your works. Read full article
More About: Resources , Flex
Tutorial | Create a AS3 / Flash 9 MP3 Player with spectrum display
2008-05-28 23:32:00
In this tutorial, we’re going to build a Flash mp3 player with a spectrum analyzer written in AS3. We’ll focus on the spectrum analyzer and build just the basic functionality for the player itself. Actionscript 3 has a new class called SoundMixer which gives you global sound control in the SWF file. It comes with the computeSpectrum method that takes a snapshot of the current sound wave and places it into the specified ByteArray object. The values are formatted as floating-point values, in the range -1.0 to 1.0. There are in total 512 values. Half of them for the right and left channel. With these values you can easily create a visual spectrum. Let’s take a closer look at our renderSpectrum function, which is automatically called, when Flash enters a new frame. First of all, we set a reference to the spectrum graphics: function renderSpectrum(e:Event):void { var g:Graphics = this.mcMp3Player .spectrum.graphics Next, we compute the spectrum in the byte array “s...
More About: Tutorial , Display
Components | Video & MP3 Players Collection
2008-05-28 18:37:00
Today i bring you some of the most cool Video and Mp3 players to use in your flash projects. Putting a video player or a mp3 player in the frontpage of your website, can make the difference. Here are some nice options you can bear in mind. Video Players MP3 Players
More About: Components
Tutorial | BitmapRoll and BitmapCylinder custom AS3 classes
2008-05-28 16:10:00
In this tutorial, Flash & Math presents two custom AS3 classes: BitmapRoll and BitmapCylinder. The former takes a bitmap image and coils it into a coil that can be rotated in 3D by the user. The latter, wraps a bitmap around a cylinder. Both the coil and the cylinder respond to clicks. Read the tutorial and download support files
More About: Tutorial , Classes , Custom
Tutorials | 3 great tutorials on Flash CS3 and Away 3D
2008-05-28 15:51:00
Fabrice Closier, posted 3 great tutorials on Flash and Away 3D 2.0, about reading the elevation values, using the fog filter and using the Lathe class. If you want to start using this great 3D engine, defenitly i would keep an eye on Fabrice’s blog. Tutorials Away3D Lathe Away3D Fog filter Away3D Surface Tracking
More About: Great
Tutorial | Combine photos to create surrealist landscapes
2008-05-27 21:55:00
This project demonstrates how Mike Harrison combine stock images to construct a landscape, outlining some simple but extremely useful techniques that will help you in your own compositions. Download Tutorial
More About: Photos , Photoshop , Landscapes , Create
Tutorial | Give Your Site a Little Flash with CS3
2008-05-27 21:49:00
The day that everyone has long predicted has arrived: Video is no longer a novelty online and Flash video has become the darling of the Web. In this column, you?ll get a quick look at how the well-integrated programs in Adobe CS3 Production Premium make it easy to get your video ready for the Web. ...
More About: Tutorials , Tutorial , Site , Give
Tutorial | Masking Hair (Video Tutorial)
2008-05-27 21:41:00
Masking hair is one of the harder challenges faced when you want to move a subject from one background to another. Here are two techniques for getting this done.
More About: Video , Tutorials , Tutorial , Photoshop , Hair
Tutorial | How To Build Flash Player 10 Applications using Flex SDK
2008-05-26 23:07:00
A tutorial on how to build Flex applications for Astro flash player. This will be a step by step tutorial which is intended to help you install the last Flex SDK from daily builds. Read Tutorial
More About: Applications , Tutorials , Flash , Flash Player
Tutorial | How to Load In and Animate Content with jQuery
2008-05-26 22:51:00
In this tutorial we will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page. We will also be integrating some awesome animation effects. Read Tutorial ...
More About: Content , Load , Dreamweaver , Jquery
Tutorial | Create Cool Watercolor Effects in Photoshop
2008-05-26 20:10:00
In this tutorial Fabio will show a quick way to simulate that effect using only Photoshop and some Brushes. Read Tutorial
More About: Tutorials , Adobe , Cool
Source | Draggable text selection in AIR with AS3
2008-05-26 14:55:00
Here is a nice post by 9media.com regarding the text drag, where you can find the source code that enables you to do it. This feature is missed in the Flash Plugin, so for sure it will be a nice resource for you. Get the source
More About: Tips , Source , Text , Source Code
Tutorial | Adobe Air Collada-Papervision3D Viewer
2008-05-26 13:35:00
Mike Lively posted another great video tutorial and source, this time on Adobe Air. View tutorial and download source
More About: Tutorial , Source , Flex , Viewer
Tutorial | Flash 10 Drawing API
2008-05-24 16:16:00
If you are interested in learning about the Drawing API with the goal of creating something using it, this is the right read for you. Read Tutorial
More About: Tutorials , Flash , Resources
News | Nonoba Multiplayer API - AS2, AS3, Free API, Free Hosting and Win $2
2008-05-23 18:38:00
Today i got an e-mail from Chris Benjaminsen, advising about their Nonoba Multiplayer API. I hadn’t time to deeply research the site nor their API, but from what i’ve read and seen, i think that is the 1st company offering this service for free and it will save lot’s of time to people who wants ...
More About: News , Hosting , Flash , Resources , Adobe
Flash Enabled Blog - Contribute to
2008-05-23 16:16:00
Hi, Yesterday we have published the 1st of many tutorials on Flash Platform. The first tutorials are being submitted by some people i’ve invited to. Although, as it seems this initiative had a good acceptance, we will be opening the acceptance of tutorials to everyone. Therefore, if you enjoy to write tutorials and help the others ...
More About: News , Tutorials , Adobe , Blog
Tutorial | Create a Space Scene
2008-05-23 12:15:00
In this tutorial you will go to create an image similar to the final result (above)This process took 3 hours to paint with alot of fine detail work, you will still get the idea. Read Tutorial
More About: Space , Tutorials , Photoshop , Scene
Tutorial | A Slick Supernatural Text Effect
2008-05-23 11:06:00
In this tutorial you will be creating a smokey night effect on text to give it an eerie supernatural sort of feel. It’s a good exercise in using the Wave distortion filter… Read Tutorial
More About: Tutorials , Photoshop , Supernatural , Text
Flex/Air Tutorial - How to build a contact manager in AIR using XML
2008-05-23 00:26:00
Hello from Dreaming in flash’s team We’ve been invited by Carlos to make some tutorials on what we know best, Flash and Flex. This will be the first part of our first tutorial: How to build a contact manager in AIR using XML. For the first part of this tutorial we’ll be reading, parsing and searching an XML ...
More About: Tutorials , Tutorial , Adobe , Contact , Manager
Tutorial | Full Moon in The Midnight Forest - making of
2008-05-22 21:24:00
Another cool tutorial, on hon how to create a full moon wallpaper. Read Tutorial
More About: Tutorials , Photoshop , Full Moon , Moon
Tutorial | Create a Sliding Menu Bar with Flash CS3
2008-05-22 15:41:00
In this tutorial, you will learn how to create a menu with a bar underneath it that moves left and right based on which button the user is hovering over. This tutorial is created with Flash CS3 and ActionScript 3. Read Tutorial and download support files
More About: Tutorials , Adobe , Source
Tutorial | Create Abstract Backgrounds
2008-05-22 15:25:00
Abstract backgrounds are easy to create in Illustrator with a couple of simple techniques. Using Gradient Meshes, Steps Blends and Opacity Masks you can quickly create an abstract background. Read tutorial
More About: Tutorial , Abstract , Backgrounds , Create
Tutorial | Create a Cool Animated Navigation with CSS and jQuery
2008-05-22 13:29:00
Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with the magic of javascript we can avoid Flash altogether. Today we’re going to build a really cool animated navigation menu using just CSS and ...
More About: Tutorials , Resources , Tutorial , Tips , Cool
Tutorial | Create a MP3 Player with metal effect
2008-05-22 13:14:00
In this tutorial you will learn how to design a product in Photoshop . The product is a RCA Lyra X3030 portable media player. Although the chances are, you are thinking “why would I need to make it?”, the reason for this tutorial is to teach people the techniques used for mocking up a product design. Read ...
More About: Tutorials , Resources , Metal , Tutorial
More articles from this author:
1, 2, 3, 4, 5, 6, 7
47304 blogs in the directory.
Statistics resets every week.


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