Jump to content

post a video?


techker

Recommended Posts

hey guys i want to make a litle script for my boddy's web site to upload video .that part is good but i have a quick question on posting the vids..

 

with pictures you usally do echo img...

 

if i store the path of the vid in my database and echo just the path will the video show?

 

and when you upload on youtube does it convert it to flv?

Link to comment
Share on other sites

in a way... the embed tag is depreciated, so you will have to use the object tag, and that has a few more parameters that you will need to specify.

 

read through all the information on w3schools to get a better understanding of the object tag, and make sure the video is in a format that will be accepted by the object tag:

 

http://www.w3schools.com/media/media_object.asp

Link to comment
Share on other sites

wow i need to read up more on object tag's..it can really simplify lots of work!

<object
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="3d.wmv" />
</object> 

 

need to read up on were does the class id come from..lol

thx

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.