XML data contains linebreaks in the tags - won't work with Flash

Hello. I have a Flash file that draws upon an xml file for content. When I try to create that xml file using an Adobe Designer 7.0 pdf form, I get line breaks in the tags. You don't see them in Internet Explorer XML viewer but you do see them in Notepad or phpDesigner. Anyway, these linebreaks cause the xml file to be unusable even when the Flash file is supposed to ignoreWhite. Does anyone know of a way to stop these linebreaks from occurring? Thx

threejay10,
thanks for pointing me to the other discussion thread on
http://www.justin-cook.com/wp/2007/03/08/flash-9-doesnt-work-on-mac-os-x/
i am not that comfortable in Terminal so I opted for the one other option i could see that doesn't reliance on me typing a slew of sensitive characters into Terminal.
So, instead, I downloaded Pseudo from VersionTracker
http://versiontracker.com/dyn/moreinfo/macosx/9608
installed it in my applications folder. then dragged the Flash 9 installer onto Pseudo. Flash then installed perfectly and all is working well.
It seems there is a simple fix after all. Apparently Pseudo installs into the root and therefore, I assume, bypasses the permissions issues. After 2 days of trying to solve this, I"m happy it's over. Thanks again for pointing me in the right direction. I hope others can find this thread and the solution.
Cheers, TM

Similar Messages

  • I recently installed an Airport Extreme 802.11N that I bought in May 2013. It replaced an Airport Extreme 802.11N that I bought in July 2007. My USB printer (Lexmark E350d) worked fine with the old Airport, but the printer won't work with the new one.

    I recently installed an Airport Extreme 802.11N that I bought in May 2013. It replaced an Airport Extreme 802.11N that I bought in July 2007. My USB printer (Lexmark E350d) worked fine with the old Airport, but I'm having trouble with the new one. When I try to print, I get a USB Waiting message on the printer, and when I force a page to print by pressing Go on the printer, I get a page that says ERROR: syntaxerror OFFENDING COMMAND: true.  . . .cvt . . . fpgm . . . x . . .lglyf . . . <..J head . . .     STACK: / [    -mark-   /sfnts I’ve tried shutting down the printer and disconnecting it and the Airport, but that doesn’t help. I reset the settings on the printer. I upgraded the Airport firmware and removed, reinstalled, and upgraded the Lexmark printer driver. After I upgraded the firmware and printer driver, a few pages printed correctly, but then I got the same syntax error page as before. Any suggestions for getting the printer to work correctly?

    Use a powered USB hub between the AE and the printer.. the usb port does sometimes have issues.
    Try deleting the printer in the Mac and reinstall it.. the change in AE can represent effectively a change of printer.. it is important to make sure that is all up to date.
    Beyond that.. USB printers.. ughhh! Consider for two toners you can go and buy a proper network printer.

  • TS3518 When using a projector the sound won't work with the picture.  I get one or the other. What can I do to get both?

    How can I get airplay to show picture and have sound using a VGA to hdmi adapter with Apple TV.  It won't play my video apps with sound? I get a choice of sound or video but not both?

    vga don't carry any sort of audio

  • IPhone 4s bluetooth won't work with Clarion FZ709

    Actually the issue is that the iOS5 won't work with the Clarion FZ709 - it sees it and then immediately drops. I've reset the Clarion, reset the iPhone, same thing - it can discover it, then it loses it seconds later. Of course, dropping the version back to 4 isn't going to work for my iPhone, since it's new. I guess I could use my 3GS again, but I'm spoiled now with the features of the new phone.
    A brief search discovered this issue was mentioned here months ago - will there be any update to address this? It's apparently causing issues for many other manufacturers and OEM stereos too.

    Same problem with my Clarion FZ 709 after upgrading to iOS 5. Before this upgrade all works fine. Its no problem with the new iPhone 4s, its a problem with iOS 5. I could re-produce this problem with the new 4s and the older iPhone 4. Both are running iOS 5 and are still not longer able to connect via Bluetooth. After initial pairing the connection get broken after a few seconds. Yesterday i have upgraded both devices to 5.0.1 but the problem is still not fixed. From Clarion i got the feedback that they are not able to fix this issue because it seems that the problem depends on a change by Apple done within the new iOS. So hopefully Apple will recognize this problem and deliver a bug fix within the next iOS upgrade.

  • My flash reads the xml, but does not understand the tag php....

    my flash reads the xml, but does not understand the tag php. I want to read my xml dynamically, please help me.
    code:
    stop();
    function randomOrder(targetArray)
        var _loc2 = targetArray.length;
        var _loc3 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc3[_loc1] = _loc1;
        } // end of for
        var _loc4 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc4[_loc1] = _loc3.splice(Math.floor(Math.random() * _loc3.length), 1);
        } // end of for
        var _loc5 = [];
        for (var _loc1 = 0; _loc1 < _loc2; ++_loc1)
            _loc5[_loc1] = targetArray[_loc4[_loc1]];
        } // end of for
        return (_loc5);
    } // End of the function
    var randomNUM = "?n=" + random(9999);
    _root.lan = 1;
    var homehead;
    var homelink;
    var homelinkwindow;
    var homebg;
    var homeflash;
    var lamp = Array();
    var promo = Array();
    var promobottom = Array();
    var headimg = Array();
    f_xmlwork2 = new XML();
    f_xmlwork2.ignoreWhite=true;
    f_xmlwork2.load("banner.php");
    f_xmlwork2.onLoad = function(sucess){
        if (sucess){
             trace ("XML loaded!");
             f_xmlItemx2 = parseInt(this.firstChild.childNodes[0].firstChild);
             f_totalx2 = f_xmlItemx2.length;
            trace(f_totalx2);
             var _loc12 =0;
             // declarar a imagem de fundo
             homebg = this.firstChild.childNodes[0].firstChild.nodeValue;
             f_headimg = this.childNodes[1];
                 for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)    {
    juju = f_headimg.childNodes[_loc2];
    jj = headimg.push({headimg: f_headimg.childNodes[_loc2].attributes.headimg, bgimg: f_headimg.childNodes[_loc2].attributes.bgimg, msgimg: f_headimg.childNodes[_loc2].attributes.msgimg, leftthrow: f_headimg.childNodes[_loc2].attributes.leftthrow, rightthrow: f_headimg.childNodes[_loc2].attributes.rightthrow});
                 //end for
    allpromo = this.childNodes[2];
    jjpromo = allpromo.childNodes;
    for (var _loc2 = 0; _loc2 < allpromo.childNodes.length; ++_loc2)
    trace (jjpromo[_loc2].attributes.title);
    jj = promo.push({img: jjpromo[_loc2].attributes.img, title: jjpromo[_loc2].attributes.title, url: jjpromo[_loc2].attributes.url, window: jjpromo[_loc2].attributes.window, info: jjpromo[_loc2].childNodes[0].nodeValue});
        // end of for
        allpromobottom = this.childNodes[3];
        jjpromobottom = allpromobottom.childNodes;
        for (var _loc2 = 0; _loc2 < allpromobottom.childNodes.length; ++_loc2)
            trace (jjpromo[_loc2].attributes.title);
            jj = promobottom.push({url: jjpromobottom[_loc2].attributes.url, window: jjpromobottom[_loc2].attributes.window, info: jjpromobottom[_loc2].childNodes[0].nodeValue});
        } // end of for
         if (f_xmlwork2.loaded == true)
            headimg = randomOrder(headimg);
            for (var _loc2 = 0; _loc2 < f_headimg.childNodes.length; ++_loc2)
                trace (headimg[_loc2].headimg);
            } // end of for
            play ();
        } // end if
    trace(f_xmlwork2);
    stop();
    PHP code:
    <?
    $link=  mysql_connect("localhost","rnpac_eco","123");
    mysql_select_db("rnpac");
    $dir="banner/";
    $dir1="produtos/img_pro/";
    $dir2="universo/actividades/";
    $sql = 'SELECT tbl_produto.id_produto, tbl_produto.produto, tbl_produto.legenda, tbl_produto.detalhe, tbl_produto.preco, tbl_produto.produto_cat_id, tbl_detalhe_produto.proprietario, tbl_detalhe_produto.local, tbl_detalhe_produto.qualidade, tbl_detalhe_produto.alcool, tbl_detalhe_produto.acidez, tbl_detalhe_produto.ph, tbl_detalhe_produto.informacao, tbl_detalhe_produto.gestor, tbl_detalhe_produto.condicionamento, tbl_detalhe_produto.detalhe_t, tbl_detalhe_produto.interesse, tbl_detalhe_produto.transporte, tbl_detalhe_produto.produto_id, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1, tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6
    FROM tbl_cat_produto, tbl_produto, tbl_detalhe_produto, tbl_imagem_produto WHERE tbl_produto.id_produto = tbl_detalhe_produto.produto_id AND tbl_produto.id_produto = tbl_imagem_produto.produto_id ORDER BY RAND()';
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row1=mysql_fetch_array($resultado);
    $sql = "SELECT  tbl_sub_universo.id_subuniverso, tbl_sub_universo.subuniverso, tbl_sub_universo.universo_id, tbl_actividade.id_actividade, tbl_actividade.entidade, tbl_actividade.legenda, tbl_actividade.subuniverso_id, tbl_actividade.det, tbl_actividade.preco, tbl_actividade.data, tbl_detalhe_actividade.actividade_id, tbl_detalhe_actividade.periodo, tbl_detalhe_actividade.descricao, tbl_detalhe_actividade.programa, tbl_detalhe_actividade.informacoes, tbl_detalhe_actividade.actividades, tbl_detalhe_actividade.localizacao, tbl_detalhe_actividade.locais, tbl_detalhe_actividade.servicos, tbl_imagem_produto.id_imagem, tbl_imagem_produto.imagem1,tbl_imagem_produto.imagem2, tbl_imagem_produto.imagem3, tbl_imagem_produto.imagem4, tbl_imagem_produto.imagem5, tbl_imagem_produto.imagem6, tbl_imagem_produto.actividade_id FROM  tbl_sub_universo, tbl_actividade, tbl_detalhe_actividade, tbl_imagem_produto WHERE tbl_actividade.id_actividade =tbl_imagem_produto.actividade_id AND tbl_actividade.id_actividade =tbl_detalhe_actividade.actividade_id ORDER BY RAND()";
    $resultado = mysql_query($sql)
    or die ("Não foi possível realizar a consulta.");
    $row2=mysql_fetch_array($resultado);
    $query='SELECT * FROM tbl_banner ORDER BY RAND()';
    $resultado = mysql_query($query);
    echo' <?xml version=\"1.0\"?>
    <home_left_headline>
    <bgimg>'.$dir2.''.$row1['imagem1'].'</bgimg>
    </home_left_headline>
    <home_flash>';
    while($row = mysql_fetch_array($resultado)) {
    echo'<swf headimg="" bgimg="" msgimg="" leftthrow="" rightthrow=""></swf>';
    echo'</home_flash>';
    echo'<promotop>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    <promo img="" title="" url="" ><![CDATA[]]></promo>
    </promotop>';
    mysql_close($link);

    i have two files banner.php, for testing my flash banner.
    This one works:
    -------------------------------| banner.php |---------------------------------------------
    <?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>
    -------------------------------|end  banner.php |---------------------------------------------
    this other does not work:
    -------------------------------| banner.php |---------------------------------------------
    <?php
    echo"<?xml version="1.0"?>
    <content>
    <settings>
    <menu X='160'/>
    </settings>
    <nav>
    <main Name='HOME' Link='home.swf'/>
    <main Name='EMPRESA' Link='home.swf' >
    <sub Name='HISTORIA' Link='content.swf' toLoad='content/contentrosa.xml'/>
    <sub Name='OBJECTIVO' Link='content.swf' toLoad='content/contentrosa2.xml'/>
    </main></nav>
    </content>";
    ?>
    -------------------------------|end  banner.php |---------------------------------------------
    Why? What is wrong? why does my flash does not understand the tag php
    Message was edited by: armandix

  • I just got an iPhone 5S, now when I try to use my old iPad the apps won't work because they are syncing with my new phone. Can I have the same account for an old iPad and a new iPhone?

    I just got an iPhone 5S, now when I try to use my old iPad the apps won't work because they are syncing with my new phone. Can I have the same account for an old iPad and a new iPhone?

    Connect your iPad to iTunes on the computer you usually Sync with and “ Check for Updates “...
    If an Update Appears Install it... if not... you are up to date for your particular Device...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download

  • Amchor Tags won't work!

    Hello,
    I have created a Frequently Asked Questions section of my
    website, with anchor tags attached to question so it goes down to
    that section on the page. When I was building it and before it was
    uploaded to ftp site, the anchor tags worked just fine. The only
    glitch at the time is that if a person scrolled back up to top of
    page, my Flash built nav/menu bar was gone.
    Now that I have uploaded it and the site has gone live, the
    anchor tags won't work. It pops up a The Page Could Not Be Found.
    Help! Not sure what went wrong! In the Link field in Dreamweaver, I
    have the url/#name of anchor. I previewed in Firefox and Explorer
    and it's doing the same thing with both browsers.
    Here's a link to the section:
    http://www.larrivee.com/6_customerService/faq.html
    Any help or input would be appreciated. This is the company I
    work for so it's embarrassing to have these broken links.
    Thanks!

    > Here's a link to the section:
    >
    http://www.larrivee.com/6_customerService/faq.html
    the links are wrong.
    <a href="faq.html/#5">
    The / slash does not belong there. It's not a /directory
    change, it's an
    #anchor.
    since the links are on the same page, change to this:
    <a href="#5">
    If the links were on a different page, it would be
    <a href="faq.html#5">
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • I have an Airport Extreme Base Station and have recently upgraded to Mountain Lion. Now airport utility won't work with my base station so I bought a Time Capsule. For the life of me I can't make the substitution work and only see a blinking amber light.

    I have an Airport Extreme Base Station and have recently upgraded to Mountain Lion. Now airport utility won't work with my base station so I bought a Time Capsule. For the life of me I can't make the substitution work and only see a blinking amber light. Can anyone who has made this change offer some advice?

    apikoros wrote:
    The Utility transferred all of the AE's settings, so I still have to change the password, which leaves me with only 2 other questions, I think:
    1)  I assume it's just a matter of using the Utility, entering a stronger password and checking for it to be remembered in Keychain Access.  But do I have to  change the password for each individual unit-- the TC, the Extreme and both Expresses-- or will changing it just for the TC alone work for the entire network?
    Resetting the password you will need to do for each device... the utility cannot even see those old units.
    So you will have to do it for each one.. think it through.. because as you change passwords the others will lose connection.. so start from the express which are wireless extending .. change those first.. and go back up the chain.. as each one changes it will drop off the network.. until you reach extreme and change that. Then you might need to reboot the whole network to get everything talking again. If something goes wrong.. just pluck that one out of the mix and plug in ethernet.. reset and redo the setup. That is my preferred method anyway.. do everything in isolation one by one. By ethernet and then nothing goes wrong.
    2)  Who's the treasonous SOB who spilled the beans to you about the ICBM in my back yard?!?
    N.Korean hackers.
    [Edit] Whoops-- one more question:  I want to partition the TC's disk, but Disk Utility doesn't see it.  What do I need to do?
    You cannot partition a network disk. And apple provided no tools for it in the TC itself. You can pull the disk out and partition it but that voids your warranty. (although done with care who is to know).
    Look at Q3 here.
    http://pondini.org/TM/Time_Capsule.html
    Mixing TM and data on the TC is worth planning carefully. They don't necessarily sit happily together.

  • My Viewsonic monitor won't work with the Imac using the Mini Port to DVI adapter.

    My Viewsonic monitor won't work with the Imac using the Mini Port to DVI adapter. I also tried the HDMI to DVI adapter ane the Mac-Mini with same result. The monitor does work on my older Macbook Pro that has the DVI connector. Is it a Software/Driver issue ?

    Should be extremely simple, please carefully read Connect multiple displays to your Mac. If you still have problems then it's probably a cable issue that would be resolved by replacing the adapter cable. You should be using this adapter. If you are using a third party adapter that might be your problem!

  • Itunes updated and now it won't work.  I unstalled it and reinstalled the older version and it still won't open. Says the itunes library won't work with the older program. Help

    Itunes updated and now it won't work.  I unstalled it and reinstalled the older version and reinstalled a older version and it still won't open.  Says the itunes
    library won't work with the older program.  Please help

    It says it cannot removed the older version of iTunes.
    Doublechecking before proceeding ... what's the precise text of that message, please? (There's a couple of different ones I can think of that you might be getting.)

  • I would like to update to Firefox 5.0.1, but I can't due to, too many things won't work with the version & will be disabled.

    I have wanted to update from 3.6.22, to 5.0.1, but can't do to the following reasons: I can't due to, too many things won't work with the version & will be disabled. They are: Microsoft. NET Framework Assistant 1.2.1, Iconix 3.90.1, HP Detect 1.0.5.1, Yahoo! Toolbar 2.3.5.201101200332202 (I don't care about Yahoo! Toolbar, because I don't use it!). As soon as these issues are fixed, I will be able to update, to the latest versions. These issues should be fixed & ready to work, before a new version is available. Thank you!

    Try using this extension to force compatibility.
    * https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Check and tell if its working.

  • I have a Canon D60 camera, my raw files won't work with the raw converter in my Photoshop CS5. Do I need CS6?

    Photoshop CS5 won't work with the raw files from my new Canon D60 camera. Do I need CS6?

    A Canon EOS D60? It had support since Camera Raw version 1.0.

  • My laptop thinks there are headphones in at all times, such that the speakers won't work, how do I fix this?

    My laptop thinks there are headphones in at all times, such that the speakers won't work, how do I fix this?

    Thanks but that did not work. Details: when I don't have headphones plugged in, the volume won't go up or down and it also displays a circle with a line through it meaning it's not working. When I go to settings and look at my audio output, it only says headphones, even if no headphones are plugged in. I have tried inserting and removing headphones many times, also tried poking the inside of the headphone jack with a stripped Q-tip, and nothing works. Something inside the jack that senses headphones is not sensing the lack of headphones.

  • I have just brought a new ipod and it won't work with my old imac as it is running pre 10.5 software. I can't upgrade the software, so what should I do?

    I have just brought a new ipod and it won't work with my old imac as it is running pre 10.5 software. I can't upgrade the software, so what should I do?

    There is nothing to do, unless you buy a new computer.
    Mac OS 10.5.8 or later is required.

  • Has anyone had problems with the latest driver update for the Lexmark printers? My Lexmark printers won't work with the latest driver update.

    Has anyone had problems with the latest Lexmark printer driver update? My Lexmark printers won't work with the latest driver update. If I reinstall an older version of the drivers, they work.

    Mine crashed once with new update, but working fine.
    I had to delete old printer, restart iMac, and then reinstall
    new drivers to get it to work. Would not complete without
    the restart after deleting non-working printer. No problems
    since and all features working.

Maybe you are looking for