We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

FLV Media Player 4.5

Development and Programming

smartpill's avatar
smartpill
456 posts
15 years ago
smartpill's avatar smartpill
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}
       
Danny Veiga's avatar
Danny Veiga
58 posts
15 years ago
Danny Veiga's avatar Danny Veiga

Has this been updated for ee 2 yet?

       
verveuster's avatar
verveuster
34 posts
15 years ago
verveuster's avatar verveuster

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.

       
NNWebmaster's avatar
NNWebmaster
43 posts
15 years ago
NNWebmaster's avatar NNWebmaster

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!

       
Marco Angeli's avatar
Marco Angeli
34 posts
15 years ago
Marco Angeli's avatar Marco Angeli

Hi everybody,

FLV Media Player 4.5 can handle vimeo videos?

Marco

       
Ryan Faubion's avatar
Ryan Faubion
81 posts
15 years ago
Ryan Faubion's avatar Ryan Faubion

It appears I have hit a wall and am hoping you guys can assist.

Steps taken so far:

  1. Downloaded and installed
  2. Added the swfobject.js to the document head
  3. Created a Media Player channel
  4. Created a XML templated called, “media-playlist” and added the following code that template:

      <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>
  1. Added the following code to my template to appear on the site:
{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>
       
First 3 4 5

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.