Flash_xml_guestbook question
- Started
- Last post
- 2 Responses
- laurita
hi,
i've just build a guestbook in flash...It works with a PHP.file and xml... If i go directly to the url (and direct the folders) it works good... But if i load it within my flashmovie it doesn't load the text.xml... anybody who can help me out here?thanks
- tGP0
ok, without looking at the file, this is my guess as to whats up...
if you are able to get it to work when you go directly to the swf on your server, but try to access it within your site with the swf being loaded into a parent movie, and it breaks...
you probably have an absolute path referencing the xml file you need... if you have the html file containing the parent movie on a higher directory, you may have to take a look at that path... remember, loaded files in flash are referenced relative to where the swf was executed, not where it is located...
try putting an absolute path to the xml, and see what happens
cheers
j
- laurita0
Hey, well, i think that should all be good... it seems not to load the text.xml file....
check this is the site...(it's a sketch file)
http://www.prainha-bar.com/
under guestbook...
but if you go here:
http://www.prainha-bar.com/Guest…
than it works...
You can see in the activity window that the PHP file is not loaded properly.. even though when i direct this file well, so the PHP file loadds, it still doesn't work and also not on the http://www.prainha-bar.com/Guest… strange...
help!