Lisa23 Posted July 12, 2011 Share Posted July 12, 2011 Hi i am trying to load video to jwplayer you can do it from by putting the name of the files directly into the script like this <a href="#" onClick="jwplayer().load({'file': 'video_SD.mp4', 'hd.file': 'video_HD.mp4'})"> but now i want the names to come from the database so i tried it like this echo "<td><a href=\"#\" onClick=\"jwplayer().load('file':" . $row['first_vidoe'] . "'file.hd':" . $row['2ndvideo_HD'] . "' )\">" . $row['FirstName'] . "<a/></td>"; echo "<td>" . $row['Age'] . "</td>"; but it doesnt upload the videos can somenone please help please thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/241769-how-to-retrieve-jwplayer-video-player-files-from-the-database/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.