XML Slideshow in projector file
- Posted by jack on March 18th, 2010 filed in portal.jsqf.com
The mp3 resides on a layer within the slideshow movieclip.
The projector file works locally.
Additionally, if I embed it as an swf in an html doc it works just as it should.
Help!
with
And the code in actionscript within the fla:
xmlData.load("images.xml (http://www.ineffableconnections.com/images.xml)");
with
xmlData.load("http://www.ineffableconnections.com/images.xml");
and whaddya know...it worked!
Good call! Thank you.
if (exe == true) { trace("not work"); }
if (swf == true) { trace("see your xml file, use complete address for your files");
:D
the projector file is an .exe file, I want to offer this as an alternative the the swf embedded in the html file.
i hope this is what you were asking for.
I don't have a preloader other than the one included in the xml slideshow.
if (exe == true) { trace("not work"); }
if (swf == true) { trace("see your xml file, use complete address for your files");
:D
xml has a structure like :
this should be entire link too because you want from the desktop to load something from the server. if you let it as it is you load from a directory images/JPEG from the desktop. i don't know if i was clear, you have only to write complete addresses
#If you have any other info about this subject , Please add it free.# |