Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

+ Reply to Thread
Results 1 to 2 of 2
  1. #1

    Default Help with working script that won’t convert to higher version player (As2)

    HI have an issue with a file that was created some time ago to Fplayer v6 and when I now “upgrade” it to 8-9 or 10 it does not load the xml links ;/
    I have no idea why, the file(s) works fine in the old player 6
    I have a set of xml files (note: one file for each country on a map,and the possible solution should not include to put all links in the same xml file)

    the xml looks like this (example is for Denmark file called dk.xml): [code]
    …………………………………………………………………………………………………………
    <broadcast>
    <story>
    <lead>www.alink.com</lead>
    <URL>http://www.alink.com/</URL>
    </story>
    </broadcast>

    …………………………………………………………………………………………………………
    So in the flash file I have a set of buttons the does a few actions
    one action is to call/go to a specific frame in a MC in that frame I put the Xl loading stuff for each frame (lable)
    [code]
    -.--------------------------------------------------------------------------------------------------
    headlineXML = new XML();
    headlineXML.onLoad = myLoad;
    headlineXML.load("be.xml");
    function myLoad(ok) {
    if (ok == true) {
    Publish(this.firstChild);
    }
    }
    function Publish(HeadlineXMLNode) {
    if (HeadlineXMLNode.nodeName.toUpperCase() == "BROADCAST") {
    content = "";
    story = HeadlineXMLNode.firstChild;
    while (story != null) {
    if (story.nodeName.toUpperCase() == "STORY") {
    lead = "";
    URL = "";
    element = story.firstChild;
    while (element != null) {
    if (element.nodeName.toUpperCase() == "LEAD") {
    lead = element.firstChild.nodeValue;
    }
    if (element.nodeName.toUpperCase() == "URL") {
    URL = element.firstChild.nodeValue;
    } element = element.nextSibling;
    }
    content += "<font size='+2' color='#3366cc'><a href='"+URL+"'>"+lead+"</a></font><br>"+body+"<br><br>";
    txt.htmltext=content;
    }
    story = story.nextSibling;
    }
    }
    }
    ---------------------------------------------------------------------------------------------------------
    the button (main stage) that calles the MC frame lable with the xml that loads the load thex and a link into a dynamic txt box (called “txt”), has this code on it: [code]

    ----------------------------------------------------------------------------------------------------------
    on (press) {
    infoon("DK");
    }
    on (rollOver) {
    DK._alpha = 50;
    }
    on (releaseOutside, rollOut, dragOut) {
    DK._alpha = 100;
    }

    ----------------------------------------------------------------------------------------------------------

    so as said it works fine in FP 6 (as2) but when published to FP 8 -9 or 10 only the XML does not load at all
    What could be the issue (I know that it is old code and it is pretty poor and should be fully upgraded but my
    skills is not on that level, I managed to make the above work from some tutorials but understanding the publishing issues
    is a bit over my head J

    I would be extremely gratefull if anyone could help me out it is really frustrating especially since the file actually works fine
    in the old player ;/

    best
    OrsonB

  2. # ADS
    Join Date
    Always
    Posts
    Many
     
  3. #2

    Default

    Hello,

    Thanks for the sharing this post.

    This is the such a nice information.

    Thanks & Regards,
    Smith Brown
    http://www.applemacvideo.com/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial