The Daily Click ::. Forums ::. General Chat ::. video on website
 

Post Reply  Post Oekaki 
 

Posted By Message

eyeangle



Registered
  12/06/2003
Points
  1683
12th October, 2004 at 05:14:37 -

I need to have a page where there is a list of short video clips and you can click any of them.

When you click them they open up in a frame to the right as a movie.
Exactly what this guy has done...

http://nunzioweb.com/wacky_videos.shtml

But I don't know how he has done it. Can anyone help me out?

 
theonecardgame.com

Klikmaster

Master of all things Klik

Registered
  08/07/2002
Points
  2599

Has Donated, Thank You!You've Been Circy'd!VIP MemberPS3 Owner
12th October, 2004 at 13:10:51 -

this guy has got 2 "iframes" on his page, one to select a movie, and one to play it. The code he used for the window with the selection is:

<iframe name="video_select" src="video_select.htm" width="100%" height="256" scrolling="auto" frameborder="0">[Your user agent does not support frames or is currently configured not to display frames.]</iframe>

he has another file (video_select.htm) which he has used to be displayed in that frame

all the links in that frame, link to the video files, he's included target="video_play" to make the links appear in that other iframe, as that is the name of the other iframe.

Look up iframes if you are still confused

Image Edited by the Author.

Image Edited by the Author.

 
n/a

ChrisB

Crazy?

Registered
  16/08/2002
Points
  5457
12th October, 2004 at 13:28:41 -

For browser compatibility, <object> should be used instead of <iframes> - although I think it only causes problems on Safari and probably Konqueror.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click