Keyword

AllVideos Silverlight WMV Transparency Solution

  • ddmobley
  • ddmobley's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #20501 by ddmobley
For those individuals who have been looking for a solution to the transparency issue of showing WMV's together with Lightbox images, Suckerfish menu items, etc., here is the fix:

In mambots(plugins)/content/jw_allvideos/players/wmvplayer.js:

Find:
/****************************************************************************
* The player wrapper; loads config variables and starts MVC cycle.
****************************************************************************/
jeroenwijering.Player = function(cnt,src,cfg) {
	this.controller;
	this.model;
	this.view;
	this.configuration = {
	backgroundcolor:'FFFFFF',
	windowless:'false',

Change windowless to "true" and add "pluginbackground: 'Transparent'," to look like:
/****************************************************************************
* The player wrapper; loads config variables and starts MVC cycle.
****************************************************************************/
jeroenwijering.Player = function(cnt,src,cfg) {
	this.controller;
	this.model;
	this.view;
	this.configuration = {
	backgroundcolor:'FFFFFF',
	pluginbackground:'Transparent',
	windowless:'true',
That will fix it.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum