View Single Post
  #3 (permalink)  
Old May 5th, 2008, 01:24 PM
peebman2000 peebman2000 is offline
Contributing Member

 
Join Date: Mar 2008
Posts: 106
Thanks: 8
Thanked 0 Times in 0 Posts
Rep Power: 1
peebman2000 is an unknown quantity at this point
Default reply

Thanks jmurrayhead, I don't know why he has me doing this.

Anyway yes you are correct, I've changed it and saved the flash file in the same folder as the xml file. I know longer get the error, but the images are not showing up in the flash file.

I'm looking up more stuff online on how to display images in flash from a xml file.

If you know anything else, let me know and thanks for the reply.

Quote:
Originally Posted by jmurrayhead View Post
I'm not a Flash/action script guy, but I see that your error specifies a different file than what you show in your code. Is it a typo or a problem?:

sfcflash\sfc.xml

osfcflash\osfc.xml

I've also seen a few sites mention how Flash opens files locally. What location do you run this script from? Is it the same location as the xml file? If so, maybe try:

Code:
menuXml.load("osfc.xml");
Unfortunately, I don't know much about Flash. Last time I touched it was back in 1997...and I didn't get very involved with it.
Reply With Quote