Problems playing trailer in remix site project

5 replies [Last post]
Joined: 07/17/2009
Points: 13

The remix.php page works fine and pulls in the correct base kshow id. Everything seems to be working except the player for the trailer and when I want to view a recent remix. The player loads, but doesn't load in the video mix. Any ideas on the problem?

Joined: 07/17/2009
Points: 13

Update: it will play the trailer if i set WIDGET_ID to _[PartnerID], but if I try any other player even the defaults it won't play.

Joined: 04/05/2009
Points: 344

Can you please post the code you're trying to use?

Joined: 07/17/2009
Points: 13

I've attached a screenshot of the code. Am I using the wrong ID? Do I need to use the testme console to find this?

Open Screenshot

Joined: 04/05/2009
Points: 344

Try this instead:

const WIDGET_ID = "_27125/uiconf_id/1001491";
Joined: 07/17/2009
Points: 13

That did the trick. Thanks!