Dear all
   
  var news_path = this;
  var news_xml = new XML ();
  news_xml.ignoreWhite = true;
  news_xml.onLoad = function (success)
  {
         if (success)
         {
                //trace (this);
                CreateMenu (this);
         } 
         else
         {
                trace ("error load xml files");
         }
  };
  news_xml.load ("ld_xml/jianglb_xml.xml");
  //news_xml.load ("http://jianglb.com/wp-rss2.php";);
   
  In my flash website, I get the rss news by xml file in two ways, it works if 
I lunch it as soon as I get into the flash website, but it doesn’t work from 
the next time I lunch the rss part of the flash website, and it just generate 
some disorder code. I have no idea about it.
   
  Thank you very much.

       
---------------------------------
抢注雅虎免费邮箱3.5G容量,20M附件! 
_______________________________________________
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