Hi skudu and welcome

Happy new year !
- open LoadingXML.as and change this line:
Code:
var request:URLRequest=new URLRequest('http://www.flepstudio.org/utilita/NewsScroller/news.xml');
with
Code:
var request:URLRequest=new URLRequest('news.xml');
- re-publish the SWF from the FLA
- insert the SWF into your Dreamweaver HTML page.
Keep the XML in the same folder of the SWF.