Which is faster in loading loadVars or loadVariables?

Hi,

I’m just wondering which is faster in loading data from a database loadVars or loadVariables. I made a shout box and used loadVars to load shout entries from database but I think it took twice the time to load data than using loadVariables which I used on my news blogger. (Shoutbox: www.keldesigned.com/test/main.html)

Did anybody else experienced this phenomenon?

:-\

Thanks,

comicGeek

I’m not sure if one’s faster than another, but Ahmed told me that LoadVars should be used for large streams of data and loadVariables should be for little things.

I use loadVariables more than LoadVars, but for the most part, they operate the same.

I can’t imagine they being any different. Its basically just internal structure in the Flash movie and not something which makes your internet connection any faster or slower (which is for the most part is what makes for the delay in loading).

I never use loadVariables anymore myself. Always loadVars