Page 1 of 1

Url problem?

Posted: Sun Nov 16, 2014 10:24 pm
by minimy
Hi, i have a little problem with webgadget.
I put this URL:
http://actualidad.rt.com/static/embed/envivo.html

and the gadget show this:

Error loading player:
Could not load player configuratión.

What is the problem, how can solve this?

Thanks!

Re: Url problem?

Posted: Sun Nov 16, 2014 11:54 pm
by falsam
Strange. I tried and I have no problem.

Code: Select all

Enumeration
  #Mainform
  #Navigator
EndEnumeration

OpenWindow(#Mainform, 0, 0, 500, 400, "", #PB_Window_SystemMenu|#PB_Window_ScreenCentered)
WebGadget(#Navigator, 10, 10, 480, 380, "http://actualidad.rt.com/static/embed/envivo.html")

Repeat : Until WaitWindowEvent(100) = #PB_Event_CloseWindow

Re: Url problem?

Posted: Mon Nov 17, 2014 7:41 pm
by minimy
Hi Falsam thanks for help.
I use mozilla as default browser, may be this?

Re: Url problem?

Posted: Tue Nov 18, 2014 3:29 am
by Thade
Works fine on first test. Shows error at second and further tests ...
But only with that url.
YouTube and other streams always work.

Re: Url problem?

Posted: Sat Nov 29, 2014 4:56 pm
by minimy
Yes its true and thanks for help.