how we can upload and view video files

Answer Posted / vipin gurjar

in php we use upload file by using copy function and copy
that clip in a folder

copy(source,destination)

and then u can specify a path like

<body>

<p>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-
444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=6,0,40,0" border="0" width="160"
height="160">
<param name="movie" value="file:///C:/Documents and
Settings/user/My Documents/My
Pictures/vimages/masterdata.jpg">
<param name="quality" value="High">
<embed src="filePthname%
20Pictures/vimages/masterdata.jpg"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1"
width="160" height="160"></object>
</p>

</body>

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between rest and soap?

566


How can we destroy the cookie in php?

529


What are the php functions?

545


Define metaphone()?

8292


What is $this in php?

535






How is it possible to propagate a session id?

509


What is difference between explode() or split() in PHP?

492


Is php an object or array?

513


How would you open a directory for reading in php?

568


How to access standard error stream in PHP?

582


How do you identify independent and dependent variables in research?

488


In how many ways we can retrieve the data in the result set of mysql using php?

495


Can we extend final class in php?

508


What is the use of @ in php?

543


Differentiate between require and include?

537