Adobe Flash Projector tutorials
Flash Media Server 2 offers a unique combination of traditional streaming media capabilities and a flexible development environment for creating and delivering media experiences to your audiences. These include traditional media like video on demand, live web-event broadcasts, and MP3 streaming, as well as rich media communication applications like video blogging, video messaging, and multimedia chat environments.
Related Tutorials
Playback External FLV File
Comparing to embedded video, the method Playback external FLV offers a number of benefits over embedded video,Here is a tutorial to show you how to use ActionScript to playback FLV with Flash Maker -- Sothink SWF Quicker.
Integrating Video in a Flash Movie
Want to integrate video in your Flash movie? You have two choices. You can embed the video in your Flash document, or keep progressively download it into a SWF file using from a FLV (Flash Video) file. In this tutorial you'll learn to use the Media Playback Component to display a FLV file in a Flash movie.
Preloading MP3 files
To preload MP3 file, we can use 'setinterval()' function to create polling mechanism that checks the bytes loaded for a Sound or NetStream object at predetermined intervals. We can use 'Sound.getBytesLoaded()' and 'Sound.getBytesTotal()' methods to track downloading progress of MP3 files.
Video Delivery Options
When we talk about delivering Flash Video, two options step into our mind: Embedded video and use ActionScript to playback external FLV file. Here I tell you the difference between them and help you choose one to match your needs.
Create a mp3 player with animated equalizer and playback controls!
I have received many requests to explain how to create an mp3 player in Flash, so here it is! You will learn to create the following (please note that this is a Flash 8 tutorial):
Extract and view .mp3 file details - Name of the song, Album, and Artist
ID3 tags are data fields added to MP3 file, which contains information such as the name of a song, album, and artist of MP3 files.
set volume of externally loaded mp3 file
In this tutorial, we will learn how to adjust volume of an externally loaded MP3 file in flash. As we all know, to get this done, we are basically revolving around sound object. The method used to adjust sound volume is setVolume() of sound object. Similarly we can even retrieve the already set volume by getVolume() method, getVolume() returns the sound volume level as an integer from 0 to 100, where 0 is off and 100 is full volume. The default setting is 100.
Accessing ID3 Tags (external .mp3)
In Flash MX you have the capability to load an external mp3 sound file into a flash movie using the Sound.loadSound() method. In the latest release of the Flash 6 Player it is possible to access the ID3 tags embedded in an mp3 encoded file. Unfortuneatley you cannot access the ID3 tags in an mp3 file until it has *fully* loaded, this is fine when you are using the Sound.attachSound() method but it causes problems when you are loading an external sound into the player...
Get flv files onto iPod
FLV is a "Flash Live Video" file. It is a format that is designed for web playback, offering high rates of compression. so it used more and more popular in the internet. But How can enjoy the flv files on the iPod? we should use a FLV to Video Converter.
Integrating Video in a Flash Movie in Flash MX
In this tutorial you'll learn to use the Media Playback Component to display a FLV file in a Flash movie.
Loading an external mp3 file
Learn how to load external mp3 files in your Flash movie, so that you can have background music in your site or anything else you imagine!
G10 I.P.I. v1.0
G10 I.P.I. is intended for use with live radio broadcasting or event on-cue audio. I developed G10 I.P.I. for speed and ease of use. I choose not to make the .mp3 files dynamic in order to minimize load time and for direct and immediate access to audio files on-demand with zero latency.
Video File Formats
A variety of video file formats, including AVI, MPEG, WMV/ASF, MOV/QT, RM/RMVB, DivX/XviD, MP4, 3GP, M1V, M2V can be imported to SWF Quicker. Here, I present you some detailed information about these video file formats.
Flash video player with custom controllers
This tutorial shows how to build flash video player with custom playback controllers using Flash CS3 and ActionScript 3.0.
How to put video on your website?
FLV (Flash Video) is a proprietary file format used to deliver video over the Internet via Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9. Recently a number of notable Websites, such as Youtube, Google video and Reuters, use FLV format.If you don't want your video to be watermarked by Youtube or other video hosting website, you should convert your video yourself, and host the converted FLV video yourself.
Glowing neon playback control buttons
I will show you how to create a set of cool, neon glow playback control buttons easily.
A Memopad, using the new MX Shared Object
This tutorial shows you how to make use of a new feature of Flash MX, the shared object. At the same time you will learn how to use radiobuttons as event handlers like real buttons.The shared object is a new feature of Flash MX and works like a cookie. When you type text into a textfield and this text is defined as a shared object, the text will be remembered even you close the file. This is also true when a file containing one or more shared objects is on a server.
Make your own mp3 Player Flash tutorial
One of the best features of Flash MX is its ability to download mp3 files directly into flash player, before the release of flash MX developers had to import mp3 files into their projects and this made handling such files very hard. But now with the loadSound() function you can easily load mp3s and choose the method flash player downloads them.
Generate Video Captions with Soundbooth
In this tutorial I am going to show you one example of how this works. We are going to take the audio track out of a video file, transcribe it and then use that transcription to create video captions in Flash.
Play Videos in Sequence
In this tut, I'll show you a method of playing sequential video through a video object and through the FLVPlayback component in Flash.
Flash MP3 Player
This tutorial demonstrates how to load and play MP3 sound with Flash Designer.
Awesome blue neon glow playback buttons
In this easy lesson made for Flash 8 professional I will show you how to create a set of cool, neon glow playback control buttons easily. No other applications will be used to create these buttons, because Flash has so much power on its own! You will see:
Simple MP3 Player
This tutorial learn how to make a mp3 player.
Sound controller
In this tutorial, we will learn, To attach external .mp3 file to swf, To create preloader for sound file, To create play / stop button, Volume controller and Balance (Pan) controller
Import and Play MP3 Sounds
This tutorial demonstrates how to import, play and stop a MP3 sound using Flash Designer.
Create an MP3 player with Adobe Flex
This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included.
Create an MP3 player with Adobe Flex
This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included.
Create an MP3 player with Adobe Flex
This tutorial steps you through the process of creating an MP3 player with Adobe Flex. Demo and source code included.
Create Flash Video
This tutorial you will learn how to import a video as an embedded file in a few minutes with Flash Maker -- Sothink SWF Quicker.
Working With XML
Sometimes you need to pass a flash file information. Perhaps you're making a flash-based photo gallery or an mp3 player. Maybe you want to use flash to parse server information. Whatever you need to do, it may make the most sense to use XML to pass your data to flash. Using XML is good because it's easy to parse as flash has built-in XML tools. In order to use an XML file, you need flash to do 2 things: read it and parse it. Here's an example of the code you'd need to read in an XML file (called info.xml) and parse it.
Using the LocalConnection object
In this tutorial we will setup a LocalConnection object that will connect two different swf's with eachother inside a html container file.
Sound
Adding sound to flash movies is a fun way to make your movies more interactive and dynamic. Adding sound in flash seemed a daunting task to me at first, however it is surprisingly easy! Hopefully this tutorial will help you out in your future flash endeavors. Just a quick note - you will need to have a music loop or music file of some kind handy to complete this tutorial, preferably an .mp3 file.
Working with XML
Sometimes you need to pass a flash file information. Perhaps you're making a flash-based photo gallery or an mp3 player. Maybe you want to use flash to parse server information.
Converting .WAV to .MP3
As you would already know most CD-Recording software uses the .WAV format to record audio as an Audio CD. With MP3s being all the rage there has arisen a need to convert them to .WAVs.For those of you baffled by the terminology, .WAV files are an audio format. When you copy CDs to your hard drive they will be in this format. In order to save space, the .MP3 format is used to compress the music (MP3s are about 10 times smaller!!), however, as a Flash developer you can only import .AIFFs or.WAVs which is why this tutorial has been written.
Using Flash for video animation
How to export Flash animations into a video format such as Windows AVI or Quicktime, and using it in a home video production. For advanced users, how to superimpose animation over video background sources using chromakeying.
Actionscript 3 based Mini Audio player / MP3 player in Flash
We will be covering a lot of topics whilst creating mp3 player, topics include, List Component Loading external XML data to list component Sound, Sound Channel and Sound Transform class Add Event Listener method FLV Components, such as Play / Pause / Stop / Mute / Back button / Forward button / Slider. Volume Control
Lower your file size
When you use lots of images/sounds/video in flash your final file size can be huge!! What you can do is lower the quality of your images/sounds which can make a big difference on file size...Don't worry you will hardly see the difference too, you wont loose much quality :)
Loading External Symbols During Playback
If you want to create flash 5 movies that contain dynamic content (i.e. are different each time they are viewed) then there are two major approaches to take.
Dynamically Controlling Volume via the Sound Object
The sound object is a very important aspect of Flash. Dynamically controlled sounds played directly from the library can only be realized by using this versatile object. Check out this tutorial and get a great start on using the sound object in your movies!
Drag and Drop Initiates Action Effect
In this Flash tutorial you will first create a symbol (object) that you can drag and drop around the screen. Next you will create a drop zone area that will cause the symbol (object) to react when it is dropped into the target area by performing a hit test. As always the completed source file is included.
 
Categories