embeded code generation of flv file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

embeded code generation of flv file

Post by basudeb »

Suppose i am uploading a .flv video file . I need to generate the embeded code for that video .
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: embeded code generation of flv file

Post by superdezign »

*.FLV files are not natively supported in any browser that I know of (except maybe iPhone's Safari). You need to develop an application in Flash to run those videos.
Post Reply