How do you go about passing a url variable to jwplayer?

im using this:

<?php do { ?> <?php } while ($row_recentVideos = mysql_fetch_assoc($recentVideos)); ?>
$title
<?php echo $row_recentVideos['description'];?></str… (<?php echo $row_recentVideos['dateAdded']; ?>)

which on click of the title or image passes the current url (this is an example)
http://localhost/site/player.php?video=Toco%20Toucan.mpg

(player.php is the page the player is on)
______________________________________…

[size=10pt]how do you get jwplayer to actually play the video?[/size]

Sponsor our Newsletter | Privacy Policy | Terms of Service