PDA

View Full Version : please, i need background infromation about loadVariables


jens
08-13-2001, 12:18 PM
can someone tell me about this phenomenon!?

i'm building my site and choosed flash as front end and php/mysql as back end...i made a bulletin board used for news...it's almost finished and working...i want to handle alot of articles, so i load the variables time by time from the database...this means..if the visitor browses through the articles the swf loads it's variables each time the user klicks the navigation buttons...so far so good...as i tested the site and loaded and loaded the articles and comments, the phenomenon shows up as i closed the explorer window...the harddrive begun to rattle for minutes and the system freezed...it seems he cleared the cache or something ...if i browse the board for a few articles and comments, the harddrive rattles not that long and the window closes faster...in netscape, there's no problem...btw...i'm using a mac with ie 5...

what's wrong with it?...i didn't find a way to 'unloadVariables'..is this a mac ie problem?...is my board amateurishly build...strange strange

thank you for help

duhuskermeg
08-20-2001, 10:55 AM
You can delete the variable, if you want to "unload" it..

delete variablename;




TranceMore