YouTube selfmade – Part 2
As promised in the first part, we want to do the stunt ourselves – but as I do not own a copy of Flash nor someone was willing to donate a license, I have to do it in PHP using the MING Library. But let’s stop ranting and get down to a text editor:
< ?php
ming_useswfversion(7);
$movie=new SWFMovie(7);
$movie->setDimension(480, 360);
$movie->Background(0,0,0);
Posted in: IT Related stuff | No Comments »
YouTube selfmade – Part 1
Have you ever asked yourself how sites like YouTube are working? Why it is possible grabbing videos from there that simple? How it’s built? I guess that’s some questions now. But if you don’t mind, I’ll answer some…
Let’s start with our web browser and hit a video portal. As an example I’m using the following video clip found on YouTube:
Posted in: IT Related stuff | No Comments »
