
May 10th, 2008, 16:48
|
 |
Nerdy Moderator
|
|
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,152
Thanks: 2
Thanked 34 Times in 34 Posts
|
|
|
Re: PHP+SQL+File Upload
Easy:
- Get the videos from the database
- Loop through the results using mysql_fetch_array()
- Each loop create a link to myvideoplayer.php?video=currentvideo
- In myvideoplayer.php send the value of $_GET['video'] to the flash video player
- have the flash video player play that video (not sure how to do that, you'll have to ask in the Flash Forum for that)
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; project-2: kapp; }
<quote>"I think it's wrong that only one company makes the game Monopoly " - <name>Steven Wright </name></quote>
|