Hi,
I have a little problem and it’s probable pretty easy to solve it. I have made a website, and everything works when I test it on my harddisk. So I have uploaded it. The site is now online and it doesn’t load the movie clips anymore. I know I can solve this problem by just filling in the entire address of the .swf that should be loaded but I wanna know if there is an other way. Example of one of my commands:
[AS]
on (release) {
_root.leftcontent.loadMovie("./content/home.swf")
}
[/AS]
This is the action I attached on one of the buttons on the main page: index.swf
My site works like this:
index.swf
|
|
|=Content (Contains home.swf)
Can anyone help me?