Using javascript to link thumbnail to jwplayer
-
Hello there
I have used Kim woodbridge’s instruction to create individual links for my thumbnails in Nextgen gallery.
If someone can please help me with this php code to use individual thumbnail to call video into a player that is at the top of the same page. I want to convert this
<img src="https://thisismysite.net/thumbs/image.jpg" onclick="jwplayer().load({file:'https://thisismysite.net/streams/video.mp4'});jwplayer().play();">
<a href="<?php echo $image->ngg_custom_fields["Link"]; ?>"
I am not clued on so much on javascript, I will appreciate it if anyone can help
many thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using javascript to link thumbnail to jwplayer’ is closed to new replies.