Hi,
I made a mailform but I wanna load the swf in another swf.
Now it doesn’t work anymore so I changed some stuff like _root and _level0 but without succes.
Maby someone can look at the file and change it, thnx…
CyA
Hi,
I made a mailform but I wanna load the swf in another swf.
Now it doesn’t work anymore so I changed some stuff like _root and _level0 but without succes.
Maby someone can look at the file and change it, thnx…
CyA
I don’t understand why you are validating with actionscript. I would use regular expressions in PHP to do that. It is better equipt for that. I tested it and it works ok. Seems like you are jumping around alot to do some pretty mild stuff
But hey, I don’t know much about php so I took a flashkit-mailform. Like I said the mailform works but not when I load it into another swf.
it can be that hard, but nobody seems to care…
bump (i’m really stuck)
Change
loadVariablesNum(mailform, 0);
to
loadVariablesNum(mailform, this);
Thanx for the reply but it still doesn’t work, I change it in this at two places. What could it be…
Which level are you loading in? _level1 or _level2?
loadVariablesNum(mailform, _level2);
Not working? Are you using Movies as your targert when loading an external swf? Did you try:
loadMovie(“swfFile.swf”, ContainerMovie);
Then,
loadVariablesNum(mailform, ContainerMovie);
:q:
:: Copyright KIRUPA 2024 //--