Thanks Kyle. I just found another thing that I’ll need to get creative on: the solution as it stands does put a video player on every page, even when there’s no video. I expect I’ll need to create some conditional statement that uses the code if {video} exists. Jeremy
Yeah, if your field short name is “video” just wrap it in:
{if video} other junk here{/if}
Hi I installed the plugin and want to integrate the player with a playlist for audiofiles (mp3). I followed this tutorial. I am using field frame (1.4)ff matrix (1.5) and ngen file filed (1.0).
It can not make this working. Is this tutorial only for videos? How do i have to configure for audiofiles? Any ideas?
Thanks!
Solved: Found out that i have to use in the ngen file field the parameter
show='filename'
and absolute path for player and template.
I’m trying to get the AdSolutions plugin to work with FLV Media Player but so far I haven’t had much luck. My code looks like this:
{exp:flvplugin playerpath="{sitepath}swf/player-licensed-viral.swf" file="{siteurl}media-playlist" playernumber="{entry_id}" width="450" height="500" allownetworking="all" allowscriptaccess = "always" skin="{sitepath}swf/skins/inverted.swf" frontcolor="ffffff" lightcolor="cc9900" backcolor="#000000" controlbar="over" plugins="adtvideo&adtvideo;.config={siteurl}adconfig" icons="true" smoothing="true" wmode="transparent" image="{image}{mImage}{/image}" playlist="bottom" stretching="uniform" description="{description}" title="{title}"}<div id="player{entry_id}"></div>
The documentation that comes with Adsolutions says that the variables to add are “adtvideo” and “adtvideo.config”. What am I missing?
UPDATE: Had to downgrade to 4.0 :( It’s working now though.😊
UPDATE #2: Now I can’t get two plugins to work at the same time. :( HELP!
It appears I have hit a wall and am hoping you guys can assist.
Steps taken so far:
<trackList>
{exp:weblog:entries weblog="media_player" limit="1" disable="trackbacks|categories|pagination|category_fields|member_data"}
{audio_player}
<track>
<title>{audio_title}</title>
<annotation>{audio_description}</annotation>
<location>{audio_file}</location>
</track>
{/audio_player}
{/exp:weblog:entries}
</trackList>
</playlist>
{exp:flvplugin playerpath="/scripts/player.swf" file="{audio_file}" playernumber="{entry_id}" width="400" height="302"}<div id="player{entry_id}"></div>
I’m getting an error in the player that says, “This is not a valid XML file.”
Ultimately, I’d like to have a playlist with many songs but right now I am just trying to sort out what the issue with the XML file is.
Thanks, Ryan
Fixed:
{exp:flvplugin playerpath="/scripts/player.swf" file="get_the_album/media-player" playernumber="{entry_id}" width="400" height="302"}<div id="player{entry_id}"></div>
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.