Groups | Blog | Home
all groups > flash actionscript > september 2006 >

flash actionscript : load swf into parent according to successful log-in



JenMQui
9/12/2006 8:28:30 PM
Hello out there!!!

I would like to have a swf loaded into a parent swf at a level # once a log-in
is successful. Which swf is loaded will depend upon the user associated to the
log-in (different swf for different users ? using phpMyAdmin).

Thank you for reading!!!!!
pwiop
9/12/2006 10:16:56 PM
Assuming you are using a database to store the users you could use
administrative levels of your choosing ie 'level1' level2 etc

THen you could feed that info to a conditional statement in the swf whcih
kinda says if(userLevel==level2){load x.swf etc

AddThis Social Bookmark Button