Suggestion / tweak: Flash player background colour (1 Viewer)

Matt Kirby

Portal Member
June 14, 2009
43
8
Home Country
United Kingdom United Kingdom
Hi,

Firstly, thanks to cheezey, this is an awesome plugin!

I'm running iPiMP 5.2.0 for MP 1.2.0 Beta, and it's working great on my Android, and on my laptop.

I noticed that when streaming, the html page would initially load with a black background, but when the video starts there are white bars surrounding it, rather than black.

After reading this post about the flash overlay, I had a look at the HTML in C:\Program Files\iPiMP\Aspx\Desktop\Players\Flash\Flash.htm, and noticed that the background for the HTML page is black, but the background colour for the Flash content is white.

To change this, open up C:\Program Files\iPiMP\Aspx\Desktop\Players\Flash\Flash.htm in a text editor, and change the line
Code:
'bgcolor':            '#ffffff'
to
Code:
'bgcolor':            '#000000'

In my copy this is on line 39, which is the version from the above post (which removes the overlay in the top left of the image).

I've attached my amended copy if it's useful for anyone else.

cheezey: I hope you don't mind that I've posted this, just thought it might be useful as it's a minor tweak.
 

Attachments

  • Flash.zip
    831 bytes

Users who are viewing this thread

Top Bottom