Hi all!
I am trying to get an older login script that DickN1943 got help with a few years back. I copied the old page it was used on and redid the look but kept the code. It works as it should in the browser preview but does not when exported as swf/html. I have tried it both locally and on the server. I am using V7 but exporting to Flash8 AS1.
Here is the AS on Frame 2:
Here is the AS on the button:Code:user = ""; users = ""; finduser = function(){ seluser = ""; for(i=1;i<4;i++){ if(user == user){seluser = user;} } }
Code:on(press){finduser();} on(release){ if(seluser != ""){getURL("projects/"+seluser+"/index.html");} }
The "user" is a dynamic text box. I don't know if any of that helps but thought I'd put it in anyway. Any ideas why it won't work when exported and how to fix?
Thanks for any insight you can provide
Still a newbie
Eric





Reply With Quote