This content has been marked as final.
Show 2 replies
-
1. Re: XMLConnector problem
DanelKirch Nov 14, 2007 11:15 AM (in response to DanelKirch)here is the code im trying to get in work
loadVariables("listing_ad.conf", this);
this.feed.URL = "listing_ad";
and if i test my movie with this code i get this:
Error opening URL 'file:///F|/www/NMSos01/'
its not the file i want to access its the URL where XMLconnector (feed) gets all the data from. -
2. XMLConnector problem
DanelKirch Nov 14, 2007 1:07 PM (in response to DanelKirch)problem again :((((
im going with this code in actions layer
this.feed.URL = "listing_ad";
loadVariablesNum("list_ad.conf", this);
and my textfile (list_ad.conf) contains this
listing_ad=http://localhost/NMSos01/Nmsos.php
Now the problem is that i get this error in testing my movie
Error opening URL 'file:///F|/www/NMSos01/listing_ad'
AND i discovered in FF a open tab with adress to this text file.
Anyone have any ideas ? it could help out alot.
