Firefox 3.6 and Browser Plugin

Problems with Unreal Media Server

Firefox 3.6 and Browser Plugin

Postby osetivo » Sat Jan 23, 2010 12:22 pm

Does anyone have Firefox 3.6 working with UMediaPlayer Browser plugin?

Thanks
osetivo
 
Posts: 0
Joined: Wed Sep 02, 2009 6:53 pm

Re: Firefox 3.6 and Browser Plugin

Postby osetivo » Sun Jan 24, 2010 9:03 am

Nevermind, I figured it out.

My old code was setting the PlayerObject to a width/height of (1, 1) which would automatically resize to the proper OnResize(width, height) using....

po = new PlayerObject("player");
po.createPlayer(1, 1);

Apparently it no longer automatically resize, so I have a 1x1 pixel player. :D (yes the sound was working)
Just had to set the PlayerObject size to fix "my" issue.

po = new PlayerObject("player");
po.createPlayer(<?php echo $player_width?>, <?php echo $player_height?>);
osetivo
 
Posts: 0
Joined: Wed Sep 02, 2009 6:53 pm


Return to Experience and troubleshooting

Who is online

Users browsing this forum: No registered users and 2 guests

cron