it´s the clasic problem about paths… review your files where and from where are reading the data, think on paths if you put a clip inside a clip inside a clip, and the last level clip use something like this:
_parent.goto…..
maybe you need to change all to _root
Also, maybe you have problems with paths, but with the dinamic content, is this from a xml file? If yes, may be when you compile the clip you are puting thing in paths differents where flash is looking for. A common error is for example, i have my flash in a swf folder, there is the xml file too, when compile from flash eveything goes ok, but, when i embed this into a html file, that is in other folder different from swf, the xml file couldn´t be find by flash due to paths… when the swf file is embebed in an html, the root of the movie is the place where the html file is, so if you have this:
html/index.html swf/myflash.swf swf/myxml.xml
If you load the xml normaly you only pass the variable “myxml.xml” and when compile from flash, no problem, but, from the embed swf in the index.html, you need this:
”../swf/myxml.xml” and it will work from the html, but, this time, not form flash ide….
Well, i hope you could solve this.
Posted 3 months ago










