![]() |
| ||
| How to include FLV videos in php Dear All, I am new to PHP. I would like to include video (Flash Videos) in the website using PHP. Can u please help by giving the code. Saji |
| ||
| Re: How to include FLV videos in php Quote:
Here is code from a previous project of mine. Use as much or as little as you want. The function I have included really only uses 5 fields: videoID status title caption embed_code MySQL Videos Table DROP TABLE IF EXISTS `videos`; PHP function to call the information from the database. You would need to connect to your database first. function getVideo($vid) { |
| ||
| Re: How to include FLV videos in php Thank you very much . Is working and solved my problem. Saji |
| ||
| Re: How to include FLV videos in php Quote:
The code worked fine with youtube video. When I replaced with my video it is a FLV file and its name is pv160308.flv, it is not working. What I did .. replaced the value="http://www.youtube.com/v/l5os6oII8Hk" and src=" http://www.youtube.com/v/l5os6oII8Hk" with local value="pv160308.flv" and src= "pv160308.flv". When executed . no display is coming. Could u pl. help Saji |
| ||
| Re: How to include FLV videos in php Quote:
I guess I misunderstood the question. You need to create an Adobe Flash FLV player... which would be a SWF file that has controls (play pause rewind) You could create this file to use a FLASHVAR to name the FLV file that you want to load in. Ex: src= "flvplayer.swf?video=pv160308.flv" There would be a variable in your flash file called 'video' that it would load onto the scene. |
| ||
| Re: How to include FLV videos in php you can try JW flash player.It's free and easy to use. |
| All times are GMT -4. The time now is 10:57 pm. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC