How to embed video on my website

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
oliverian
Forum Newbie
Posts: 16
Joined: Thu Jan 21, 2010 1:17 pm

How to embed video on my website

Post by oliverian »

Okay, so I finally got the flv file to play on my site, but as a link. How can I embed the player on the page rather than just the link?

The video link is "Experience Oliverian" and it is at the top of the news page:

http://www.oliverianschool.org/news/news.php


Thanks!
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: How to embed video on my website

Post by AbraCadaver »

I saw a commercial during the super bowl last month for a company called Google. It was hard to tell, but they seemed to have a site that searched for things on the interwebs. This was the first I had heard of this company, but I thought I would check it out. Here are my findings:

http://www.google.com/search?q=embed+flash+movie
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
oliverian
Forum Newbie
Posts: 16
Joined: Thu Jan 21, 2010 1:17 pm

Re: How to embed video on my website

Post by oliverian »

cute, but I tried to upload it to youtube and it wouldn't play the music with the video, so I was trying to do it on my own.
oliverian
Forum Newbie
Posts: 16
Joined: Thu Jan 21, 2010 1:17 pm

Re: How to embed video on my website

Post by oliverian »

My problem is that when I use the video as a link, it works but takes a long time to open. Once I try to embed it, I get a message of stream not found. Any ideas on how to solve this?

Thanks!
Post Reply