View Single Post
  #6 (permalink)  
Old May 10th, 2008, 16:48
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,152
Blog Entries: 9
Thanks: 2
Thanked 34 Times in 34 Posts
Re: PHP+SQL+File Upload

Easy:
  1. Get the videos from the database
  2. Loop through the results using mysql_fetch_array()
  3. Each loop create a link to myvideoplayer.php?video=currentvideo
  4. In myvideoplayer.php send the value of $_GET['video'] to the flash video player
  5. 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>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Reply With Quote