Question
Login Form
I am creating a flash/sql login form. When the identity of
the user is confirmed in the data base, the flash file advances to
the next frame. That next frame is set up to load a swf movie on
top of the base level.
My question is: Is there a way to take the "username" from the form's user input box and add it to the extension .swf
in other words:
} ifFrameLoaded (1) {
loadMovieNum ("username.swf", 10);
}
How would I write that? Any help would be greatly appreciated.
Tom
My question is: Is there a way to take the "username" from the form's user input box and add it to the extension .swf
in other words:
} ifFrameLoaded (1) {
loadMovieNum ("username.swf", 10);
}
How would I write that? Any help would be greatly appreciated.
Tom