Main - Mid 2005


YouTube Mid 2005 Player Patching

Before continuing, make sure you have Free Flash Decompiler.

  1. Open JPEXS Free Flash Decompiler
  2. Download the YouTube player and open it with FFDec
  3. On the left panel, open "Scripts"
  4. Now, open DefineSprite (24), Frame 1, and click DoAction
  5. On the right panel, click "Edit P-Code"
  6. Now, change "get_video.php" to blank
  7. Now, to embed it on your website, this is the code: <object width="500" height="355"> <param name="movie" value="player.swf" flashvars="video_id=yourvideofile.flv">

If you did everything correctly, it should look like this:

Back to main patching zone - Demonstration