Make flash video player for playing live streaming video / TV in Adobe Flash CS3 / 4
To broadcast live streaming media on web page, we need to make a special flash video player to receive the live streaming digital signal from your streaming server (such as Adobe Flash Media Server).
Below is a step by step tutorial about how to do this in Adobe Flash CS4.
Step 1. Launch Adobe Flash CS4 Professional on your computer. Create a new ActionScript 3.0 document which is 640*480 pixels.
Step 2. Drag and drop the FLVPlayback component to the Stage and set its dimensions to 640 × 480.
The FLVPlayback component and the FLV Playback Custom UI controls appear in the Components panel, as shown in the following figure (Figure 1):
http://livedocs.adobe.com/flash/8/main/images/FLV_components.jpg
Figure 1
Step 3. Select the FLVPlayback component on the Stage and open the Properties panel in Flash CS4 (or click the Parameters tab in Flash CS3).
Double-click the source parameter and input the URL of the live stream rtmp://localhost/live/livestream. Click OK to finish this setting. Now you have told Flash where to get the live stream source data, but you haven’t told Flash to play the live stream (see Step 6).
Step 4. Select the FLVPlayback component on the Stage. In the Property inspector, name the instance myVideo.
Step 5. Add a new layer to the live streaming video and name it actions (see Figure 2).
http://www.adobe.com/devnet/flashmediaserver/articles/beginner_live_fms3/fig06.jpg
Figure 2
Step 6. Select the first frame of the actions layer and press F9 to open the Actions panel.
In the Script pane enter:
myVideo.isLive = true;
The isLive property of the FLVPlayback component can be only two values: true or false. This property works only if the video or TV feed is streaming from Flash Media Server. If you were not using Flash Media Server—that is, progressively downloading the video from an HTTP address—and you set isLive to true, then Flash would simply ignore the ActionScript and nothing would happen.
Step 7. Close the Actions panel, save all the settings and click File > Publish Settings. Select Flash (SWF) and HTML (.html) in the Type list when the Publish Settings dialog box opens. Click Publish. When it finishes, you could close the dialog box, save the Flash file and quit Flash.
Now you know that it is not difficult to make such a web flash video player to play live streaming video or TV on the Internet. Moreover, not only Flash CS4, but also I know another tool can do this even with no coding needed, it is called Moyea Web Player – http://www.playerdiy.com/, which is free. It provides a free RTMP Stream Plugin to receive and play live streaming video in a custom web flash video player. (see Figure 3)
http://www.playerdiy.com/images/addons/rtmp1.jpg
Figure 3
More information about this RTMP Stream Plugin click here – http://www.playerdiy.com/configuration/addons/rtmp.html
Stephen Web is an expert in web multimedia development who concentrated to give you the best solution of video player for web – http://www.playerdiy.com
Leave a Reply Cancel reply
Macromedia Flash Tutorials
Descargar Adobe Flash Cs5 Portable [HD]
Aqui otro video tutorial HD, aqui el link: adf.ly casi llegando al final. Algun problema o algo… »Flash AS3 ScrollPane Component Tutorial: Scrolling Custom Movieclips
Get the Free Source File:www.developphp.com Use two lines of code to scroll custom content in… »Tuto CS5 # Neon/Incrustation…
Danny Elfman’s – This Is Halloween (Panic! At the Disco Cover)
Watch my first music video I made using Macromedia Flash MX. I hope you enjoy. Song: This Is… »Curso En Videotutoriales De Autocad Principios Basicos 50% De Comision
Es Un Completo Curso De Autocad De Excelente Contenido Y Edicion Para Personas Que Quieran Convertirse En Expertas En El Tema.… »Happy Birthday Animation
This is my first Flash Animation, So dont expect it to be that PRO :P It is about a girl who is… »Flash ActionScript 3.0 and XML Basics – AS3 XML Tutorial
Free Source Files: www.developphp.com In this lesson i go way in depth with explaining and… »
Recent Comments