Search  

NEED HELP PLEASE...

HomeForumsItem DiscussionNeed help please...
Default-profile ElHeffe
5 posts

I have purchased the Colour Slide template from butters. However, his profile says he is out of the Flashden loop for awhile and I really need to figure this out. So with that said, if there is anyone who has a suggestion, I would greatly appreciate it.

the final movie does not display dynamic or input text. if I place it in mc and test it, it all works fine. However when I integrate into the final flash movie to publish none of the dynamic text shows up and the input text does not work.

Any ideas out there???

Thanks in advance.

Posted 3 months ago
28941 arriba
203 posts
Exclusive author Referred at least one person Sold between 1 000 and 5 000 dollars

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
Default-profile ElHeffe
5 posts

Thanks,

I tried what you mentioned, but my paths where correct. I ended up send the files to Chuckanucka as I was working with his contact form. He figured that dynamic land input text doesn’t work with in a mask.

Removing the mask resolved the problem.

Posted 3 months ago