XML Slideshow in projector file

  • I created a slideshow using the XML Slideshow tutorials. I published as a projector file and then uploaded the file to the server. I can download the file from the server, when the movie begins the music begins, but the slideshow doesn't play.

    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!


  • I replaced the code in the xml file:


    images/JPEG/2.jpg


    with


    http://www.ineffableconnections.com/images/JPEG/2.jpg


    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.


  • projector = exe file or swf file ?
    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.


  • check upercases and lowercases too.


  • the file works when I publish as a .swf file and view it from the generated html file. I publish the projector (.exe) file at the same time. I download and run and the music plays but no pictures...check it out http://www.ineffableconnections.com/after.htm the first link after "Enjoy" is the html file with the embedded swf. The link marked download the projector file has the .exe file (which performs perfectly locally). The jpegs for the slideshow are pretty hefty 4MB. Could that cause problems for the exe?

    I don't have a preloader other than the one included in the xml slideshow.


  • projector = exe file or swf file ?
    if (exe == true) { trace("not work"); }
    if (swf == true) { trace("see your xml file, use complete address for your files");
    :D


  • it's like _this said. i've watched your code and you load the xml with load("images.xml"). you have to put the entire link with http://....

    xml has a structure like :

    images/JPEG/2.jpg


    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.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about XML Slideshow in projector file , Please add it free.