Page 1 of 2

Custom Landscape not working!

Posted: Tue Jan 07, 2014 10:58 am
by gradtamu
Hello,
I tried adding my custom landscape to my widget a few weeks ago when I first tried yowindow and it worked perfect.
Now since the last couple days, when I try to achieve the same, the widget gets stuck at Please Wait... as soon as I add the landscape parameter to flashvars.

I followed every step - crossdomain or without crossdomain.
I converted to PNG.

I am not sure why suddenly it stopped working. Please help ASAP.
Heres the link to example page:

http://www.koroli.in/test2/example.html

Re: Custom Landscape not working!

Posted: Tue Jan 07, 2014 3:14 pm
by ikarus1969
As to err is human i always can be wrong, but:

The test-page url is: http://koroli.in/test2/example.html. In the soucrecode you reference the ywl-file by http://koroli.in/test2/11.ywl - which can be found (ok).
The content of the "ywl"-file is:

Code: Select all

<landscape id="11_1436BC31D47" type="picture" name="11">
  <data src="./test2/11.swf" horizonLevel="547"/>
</landscape>
Here you reference the landscape (flash) by coding "./test2/11.swf" which results in an absolute path of http://koroli.in/test2/test2/11.swf.

That path resp. that file does not exist. Neither www.koroli.in/test2/11.swf nor www.koroli.in/test2/11.png exist.

What is the correct path to your landscape? (flash)

So i am curious about what's the name of your landscape and where is it located?

Re: Custom Landscape not working!

Posted: Tue Jan 07, 2014 3:25 pm
by gradtamu
thanks for your reply ikarus. i had tried direct URL for ywl earlier but it was failing too.
hence i was actually trying out various ways to find out solutions but giving ./ paths.

i have now replaced direct absolutely URL in the ywl file but still it does not work. you can check it out.
i am not sure why it gets stuck!

Re: Custom Landscape not working!

Posted: Tue Jan 07, 2014 8:36 pm
by hermanz
Hi Chintan :good:

chang the file http://koroli.in/test2/11.ywl

<landscape id="11_1436BC31D47" type="picture" name="11">
<data src="1.swf" horizonLevel="547"/>
</landscape>


gr.
Herman :beer:

Re: Custom Landscape not working!

Posted: Tue Jan 07, 2014 8:57 pm
by gradtamu
thanks for the reply hermanz.

I had done that too before i opened a request on this forum.
but it still does not work.

i tried many different combinations of paths on different files but its creating problems.
i have now updated ywl file according to your instructions but the problem remains :(

Re: Custom Landscape not working!

Posted: Tue Jan 07, 2014 9:30 pm
by hermanz
Hi

now is the file 11.ywl

<landscape id="11_1436BC31D47" type="picture" name="11">
<data src="http://koroli.in/test2/1.swf" horizonLevel="547"/>
</landscape>

please change this in

<landscape id="11_1436BC31D47" type="picture" name="11">
<data src="1.swf" horizonLevel="547"/>
</landscape>

place the crossdomain file in the root

gr.
Herman

Re: Custom Landscape not working!

Posted: Wed Jan 08, 2014 8:48 am
by gradtamu
Hi Herman,
I already changed the ywl file as you instructed.
I also have cross domain in my root.

Please check: http://www.koroli.in/crossdomain.xml

Still it does not work.

Re: Custom Landscape not working!

Posted: Wed Jan 08, 2014 6:59 pm
by gradtamu
Can anyone help please? This is critical for us.
I would appreciate a solution.

Re: Custom Landscape not working!

Posted: Wed Jan 08, 2014 7:42 pm
by Wally©
Perhaps you should talk to your hosting company...

Maybe the problem is with them...

Re: Custom Landscape not working!

Posted: Wed Jan 08, 2014 8:02 pm
by gradtamu
no its not with the hosting company.
initially when i was successful in using it a few weeks ago, it was even working on my local machine.

please help...