Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Plugins with 4.3.132 and swfobject21.js

3 replies [Last post]

Hi,

I am bleeding quite a bit with this one.
I have been trying to get a custom plugin to work with with JW 4.3.132 and swfobject21.js. It works fine with an older version of swfobject.js.

I was wondering if someone could post an example that works.
I have tried:
flashvars.plugins = 'myplugin';
swfobject.embedSWF('player.swf', anchor, width, height, flashver, false, flashvars, params, attributes);

Thanks!

also having issues...

Here is my sample on using swfobject2 (I haven't gotten 2.1 yet).

var flashvars = {};
            flashvars.file = "http://www.youtube.com/watch%3Fv%3DtRJxi1zFwM8";
            flashvars.autostart = "true";
            flashvars.stretching = "uniform";
            flashvars.fullscreen = "true";
            flashvars.resizing = "true";
            flashvars.volume = "90";
            flashvars.quality = "true";
            flashvars.bufferlength = "6";
            flashvars.skin = "/assets/modieus.swf";

         var params = {};
            params.quality = "high";
            params.wmode = "opaque";
            params.base = "/assets/";
            params.allowfullscreen = "true";
            params.allowscriptaccess = "always";
            params.menu = "false";
            params.scale = "false";
            params.bgcolor = "#000000";

         var attributes = {};

         swfobject.embedSWF("/assets/player.swf", "preview", "519", "325", "9.0.115.0","/flashplayer/expressInstall.swf", flashvars, params, attributes);

I hope that helps.

Is the plugin you want to load uploaded to plugins.longtailvideo.com? Or, alternatively, have you changed the "basedir" variable in the 4.3 player?

By default, only plugins from plugins.longtailvideo.com can be loaded.