jrCore_media_player passing vars

nate
@nate
8 years ago
917 posts
The documentation says we can pass variables to the player call but they aren't passing. I'm passing a var called override.


{jrCore_media_player
        override=true
        module="jrAudio"
        field="audio_file"
        search1="_item_id = `$item.action_item_id`"
        limit="1"
        autoplay=false}

I also tried it as a string. I'm not seeing it in the player template.
updated by @nate: 07/08/16 07:48:43PM
michael
@michael
8 years ago
7,715 posts
check it at {$_params.override} should be there.
nate
@nate
8 years ago
917 posts
I see. Thanks.

Tags