reply to discussion
Like Tree2Likes
  • 1 Post By stephenz
Results 1 to 3 of 3
  1. #1
    stephenz
    stephenz is offline
    Newbie
    stephenz's Avatar

    Posts
    1 - liked 1 times
    We know that Adobe Flash technology is all over the Web and is an example of how Internet video has finally arrived after overcoming many technological hurdles during the past decade. Many people make use of this and put their video to the Internet with flash video player. And I think many other people might want to do so as well.
    To make a web flv movie player for website, you can use Adobe Flash CS4, which is a commercial software and a little expensive (nearly 1 thousand dollars). Further more, to make flv player highly customized using Adobe Flash CS4, users must have knowledge and experience on ActionScript, which is a computer programming language. So it will be a little complicated to newbies. There is also other low cost way to make web flash video player without coding.
    This tool, called Moyea web player, it is free. It can do this and make kinda easy to build a custom flash video player to show off the Flash Video (.FLV) movies.

    Posting this just for fun and sharing. Hope it helps


    See More: Make flash video player for website
    camstuf likes this.




  2. #2
    iNokia
    iNokia is offline
    Newbie

    Posts
    3

    Re: Make flash video player for website

    whats about "jw player". Its the best player.... and free too.



  3. #3
    jacob11
    jacob11 is offline
    Phone Expert

    Posts
    1,084 - liked 12 times

    Re: Make flash video player for website

    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.

    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

    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.



  • Similar Threads







  • Quick Reply Quick Reply

    If you are already a member, please login above.