solved Embed single video on videos.tpl

CentricBeats
CentricBeats
@centricbeats
9 years ago
0 posts
I Want to be able to embed a video from any member video list to any page basically.

Right now im trying to add a video to the video.tpl

This code
{jrCore_media_player module="jrVideo" field="video_file" item=$item autoplay=$_conf.$ap}

is saying this
{jrCore_media_player} no media found for player


So i assume i need the right info for - field="video_file" -?
updated by @centricbeats: 03/26/16 03:55:30PM
michael
@michael
9 years ago
7,714 posts
Its saying: "You told me to get a video, but I couldn't find the one you asked for."

So you need to check what your asking for. does $item actually contain an item_id for the video you want to show?

Might take a look at Site Builder too, its pretty easy with that if you haven't seen it.

"What is Site Builder"
https://www.jamroom.net/the-jamroom-network/documentation/site-builder/2634/what-is-site-builder

This code works for video #2:
{jrCore_media_player module="jrVideo" field="video_file" item_id=2}
michael
@michael
9 years ago
7,714 posts
The docs for {jrCore_media_player} are here:

Docs: "{jrCore_media_player}"
https://www.jamroom.net/the-jamroom-network/documentation/development/788/jrcore-media-player
CentricBeats
CentricBeats
@centricbeats
9 years ago
0 posts
Got it thanks

Tags