Couple of quick questions
Hi. Just got a few things I am trying to work out. Firstly, say I produce an swf and in the actionscript I have a link to an xml file. Say I then load this swf within my main swf which is in a different folder, does the url need to be relative from the main swf? It works on its own, but when I load the swf within my main one, I get a url issue.
Secondly, I am calling a load of swf's up within my main swf through buttons, I have a button home. The home button is basically the main swf as it is, with nothing loaded. I use an XML file to load up my other files e.g.
<item href="Assets/Work/Portfolio.swf">Portfolio</item>
When it comes to loading my main swf for when someone clicks the home button, is it a case of just providing a url to the main swf? I though It would have been silly reloading the main swf, as then I would imagine all the preloading needs to be performed again. Is there away to do this a different way?
cheers