I have a very unique problem, i am not sure if it's something related to
security sandbox issue or something else.

I have a flash player ( http://www.authorstream.com) in which i play slides
dynamically. I pick up a xml file and then prepare an array of the slides to
be loaded in the player.
I have System.security.allowDomain(*); line written on first frame of all
slides (swf files being loaded into player).

Scenario1 :

Each slide (a swf file) on reaching it's end call a AS function (inside
player) from it's last frame which picks up the next array value and make a
loading call for next slide.

Problem: If i remove the www from the full url i.e. make it e.g.
http://authorstream.com/presentation.aspx<http://authorstream.com/presentation.aspx?pun=fundude-804-animated-gif-images-animation-sking-ice-bike-house-new-age-learning-entertainment-powerpoint&vw=enmMostViewed&pg=1>and
then check a slideshow which runs automatically and it's slide changes
automatically at the end. It doesn't load next slide (if called
automatically from inside the loaded slide.swf). But if i click next or
previous button it load the slide at that position.
Now if i play the same slideshow with www attached in the url i.e.
http://www.authorstream.com/presentation.aspx<http://www.authorstream.com/presentation.aspx?pun=fundude-804-animated-gif-images-animation-sking-ice-bike-house-new-age-learning-entertainment-powerpoint&vw=enmMostViewed&pg=1><http://www.authorstream.com>then
it plays properly.
i.e. next slide loads on a call to load next slide from inside the loaded
slide (swf file).

Scenario2:
In this case my player and xml file are on Domain 1 and swf files to be
loaded as slides in the player are on Domain 2. I call crossdomain.xml file
from Domain 2 on which all slides reside.

Problem: similar to the problem mentioned above if i play the slide show
from Domain 1 i.e. http://69.41.184.19/presentation.aspx
<http://69.41.184.19/presentation.aspx?pun=dinesh-571-gifs-new-age-learning-entertainment-powerpoint&vw=enmLatestUploads&pg=22>
Slide loaded inside the player doesn't initiate the function call written in
the player and keep on looping in itself.

The problem which i see is that loaded slide is not able to call the
function written in player if played from subdomain  or any other domain.
Although i have called crossdomain.xml and calling it in the player.
Moreover i have writting System.Security.allowDomain(*) i don't see it is
playing any role here. Don't know why.

Can anyone provide me any insight into the issue? i will highly thankful.

--
Thanks & Regards,
Vivek Lakhanpal.
Phone: +91-987-608-2125 (India)
Skype ID: lakhanpalv
Website: http://viveklakhanpal.spaces.live.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to