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 Player Plugin - config.xml issues

Development and Programming

birdie's avatar
birdie
68 posts
16 years ago
birdie's avatar birdie

Hi all,

I am trying to use the config.xml set up for the FlashVars on the FLV Player Plugin (see here: http://developer.longtailvideo.com/trac/wiki/FlashVars), but the setting seems to get stripped out. Here is the EE code for the embed:

<div>
    {exp:flvplugin playerpath="{site_url}player-licensed.swf" file="{video_file}"  playernumber="{entry_id}" skin="{site_url}bekle/bekle.swf" config="{site_url}config.xml" controlbar="over" width="640" height="360"}<div id="player{entry_id}" class="flvContent">The latest Flash Player is required to view this video. <a href="http://www.adobe.com/go/getflashplayer">Please download it here.</a> </div>    </div>

Which results in this:

<div>
    <!--
** FLV Media Player Plugin v4.0 ** 
An easy and flexible way to add video and audio to your website.
See: http://www.5pieces.com/blog/flv-player-plugin-v4/ for more information.
-->
[removed]
var flashvars = {
controlbar: 'over',
skin: 'http://mysite.com/bekle/bekle.swf',
file: 'http://mysite.com/videos/videofile.flv',
id: '49'
};
var params = {
wmode: 'opaque',
bgcolor: '#CCCCCC',
allowfullscreen: 'true',
allowscriptaccess: 'always'
};
swfobject.embedSWF('http://mysite.com/player-licensed.swf', 'player49','640','360', '9.0.0','expressInstall.swf', flashvars, params);
[removed]
<div id="player49" class="flvContent">The latest Flash Player is required to view this video. <a href="http://www.adobe.com/go/getflashplayer">Please download it here.</a> </div>    </div>

The settings work fine when they are added to the embed directly, but the settings from the xml file do not get picked up at all.

Any tips?

Cheers!

       

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.