Embedded Flash Player is not working from another domain (Cross-Domain swf access )

Embedded Flash Player is not working from another domain (Cross-Domain swf access )

Posted by Sajith M.R in webworld on 18. Jul, 2008 | 4 Comments

When I used an flv player for my website www.amvizone.com, the main problem I faced was the external embedding. So I provided the iframe embedddng method instead of embedded object like youtube. The problem was the embedded flash player only worked with the my domain (where the player.swf is placed). When I put the [...]

Requirements for a Video Website

Requirements for a Video Website

Posted by Sajith M.R in webworld on 23. Jun, 2008 | 6 Comments

If you are planing to start a video website like youtube, here is some things to keep in mind.

FLV PLAYER
========
You know in now a days most of the video streaming websites use flash player for video streaming. The video file is in flv format. So you need a flash video player for this purpose.
You [...]

Download Youtube Videos using PHP Code

Download Youtube Videos using PHP Code

Posted by Sajith M.R in php, php source code on 29. May, 2008 | 34 Comments

If you want to get the FLV file of any youtube video url using php code, here is the solution.

If you are a PHP Programmer and if you are working with any video website, and if you need to grab videos (FLV files) from youtube and to put it yourown site (not object embedding) [...]