Web Design Forum  
 
Go Back   Web Design Forum > Web Software > Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 08-26-2010, 02:21 AM   #1
Bronze Member
 
Join Date: Jul 2010
Posts: 31
Question Bit of PHP needed...

I need a bit of php to show a video in the frame.

I need a ad on the top and the video underneath.

I need it in a video embed code.

But i don't want to put the embed code each time.

I also want it to be like www.domain.com/video.php?id=1

And the line could be ?1=http://videourl.com/vid1.mkv

Ill also need to set the titel...


Any one could do this for me?

Thanks
__________________
Get PREMIUM WebHosting from £0.50 > www.lolhosting.info
Use cupon code :webdesign When ordering a Basi package to get it free



My posts are the view from my eyes and probably not yours!
Don't comment on them cos i don't read them!

Last edited by Jackster; 08-26-2010 at 02:33 AM.
Jackster is offline   Reply With Quote


Old 09-02-2010, 08:59 AM   #2
New Member
 
ErikFox's Avatar
 
Join Date: Sep 2010
Posts: 2
Default

All you have to do is create the frames as you do in html and place the ad code.

What is the embedded player that you are using? All you have to do is pass the video url or the id. What is the embed code you are using?
__________________
cloud hosting and virtual servers
ErikFox is offline   Reply With Quote
Old 10-11-2010, 11:34 AM   #3
New Member
 
Join Date: Sep 2010
Posts: 7
Default

if you have few videos you can just do like this:

$urls=array(1=>'http://videourl.com/vid1.mkv', 2=>'http://videourl.com/vid2.mkv');

then to recall the url variable:
$id=(int)$_GET['id'];
$url=$urls[$id];

or, if the suffix is always the same and only the number is changing, you don't need to set an array, so you can do like this:

$id=(int)$_GET['id'];
$url='http://videourl.com/vid'.$id.'.mkv';

anyway if you have a lot of videos you can store your video links in a database and recall with the id... the database solution is pretty long to explain here
__________________
Start a logo design contest at Logo Arena! Get your logo designed by top logo designers
logoarena is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:45 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.