Main - Mid 2005
YouTube Mid 2005 Player Patching
Before continuing, make sure you have Free Flash Decompiler.
- Open JPEXS Free Flash Decompiler
- Download the YouTube player and open it with FFDec
- On the left panel, open "Scripts"
- Now, open DefineSprite (24), Frame 1, and click DoAction
- On the right panel, click "Edit P-Code"
- Now, change "get_video.php" to blank
- 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