I have a lot of videos I want to include in this page.
I think I would need to set up a array of all the videos?
And then
Code: Select all
<embed src=<? echo $array[number] ?> other attributes>Basically what I want to do is this.
I have a video page, with alot of videos. I want the videos to just be played from one page.
For example. If the links are
Code: Select all
<a href=/playvideo?videoname=myvideo>Play My Video!</a>Do you get what I mean.
I was thinking of how to do it, and I thouht to make a array of all the videos. But I do not know if that would be the best way. Can you guys please help me get started. Thank You!
EDIT: I just read this to myself, I repeat myself so much. LOL thanks!