Live Video swf problem

40 views
Skip to first unread message

Billy Magbanua

unread,
Dec 30, 2013, 1:15:34 AM12/30/13
to justintv-ap...@googlegroups.com

Hi Guys,

I'd like to ask for assistance for this problem we're experiencing using the http://www.justin.tv/p/live_video_swf_documentation

We are currently testing the live video swf ~ ActionScript 3 code for our application and from what the engineer told me, he hasn't been able to load the video since last Wednesday (it used to work before) and he's wondering what could be the cause of this and how to resolve. I just checked with him again and he told me about the Error #2044 "adError: text=No ads were found in the ad response. At least one ad is required to be able to load or play"
Below is the code that we are using, if there's a line of script that we need to add please let me know
.

flash.system.Security.allowDomain("*");
stage.scaleMode = flash.display.StageScaleMode.NO_SCALE;
stage.align = flash.display.StageAlign.TOP_LEFT;
var loader = new flash.display.Loader();
function loaded(e){
    addChild(loader);
    loader.content.api.play_live("pinkpokertableone");
}
loader.contentLoaderInfo.addEventListener(flash.events.Event.COMPLETE, loaded);
loader.load(new flash.net.URLRequest("http://www.justin.tv/widgets/live_api_player.swf?video_height=480&video_width=640&consumer_key=our_consumer_key"));

Thanks and looking forward to your reply.


~Billy

Reply all
Reply to author
Forward
0 new messages