How can i download video from youtube in my mobile

Sample files

Many Flash developers already know how to play an FLV and to stream it to the browser-based Flash Player. In this article, I will show you how to target the player to play FLV videos from YouTube using Flash Lite 3.

The hard part of doing this is around the YouTube website, which "hides" FLV files from downloading. However, the YouTube site can't really hide the position of the file. So what I do with this technique is read from YouTube page, parse the values, and pass the result to the player to stream the file.

ads

How can i download video from youtube in my mobile

A few notes about streaming files:

  • This is not really a streaming because there are some limitations to the FLV format we are going to download.
  • The files are sometimes too big in size and dimension, which can cause poor and slow streaming.
  • The 3gm Network also has a problem buffering the file because of net congestion, however, I will show a simple trick to perform a fluid connection later in the Frame 3 section of this article.
  • The amount of data could be streamed in a perfect way if we could actually access the video directly from the RTMP protocol using Flash Media Server and choosing the right file size and dimension. However, YouTube video is served via progressive download and not streamed using Flash Media Server.

The technique I use here includes building the app, grabbing YouTube IDs, parsing and establishing the connection.

Setting up the application

To get started, you need to create a new Flash file and create some layer. Follow these steps:

  1. Open Flash CS3 Professional, create a new file and name it Youtubev2.fla
  2. Create five layers and name them: over, text, buttons, actionscript, and BG .

Frame 1: Building the interface

Follow these steps to build the interface:

  1. First, create a button on stage and give it the name avanti .
  2. Next, give your video player a name. To do this, create a text field and call it YouTubePlayer.

Related posts

  • Whats Up For Mobile Download Whats Up For Mobile Whats Up For Mobile . Below is the list of link download related to Whats Up For Mobile . to download Whats Up For Mobile click on the link...

  • Downloading themes for your mobiles This article describes where to find themes for mobiles and how to download them. The use of mobile phones can be made more enjoyable and interesting by...

  • How to download YouTube videos to iPad & iPhone: Watch YouTube offline on your iPad or iPhone with free, easy-to-use apps If you'd like to download a YouTube video to watch offline on your iPad...

  • List of Best free Mp3 Music Download Sites – List of Top 7 Sites Here is the most awesome list of best free Mp3 music download sites. Every music lover should check this list. We all love to...

  • Music video by One Direction performing What Makes You Beautiful, 3GP - Video Clips 3GP - Video Clips can be transmitted from the computer on your mobile phone using an infrared port, data...