Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading Variables

Status
Not open for further replies.

albie101

Programmer
Oct 8, 2001
50
NZ
I have a flash movie that needs to load a whole heap of data and I'm not sure what the best way to do it is. The flash is embedded in an ASP page, and the data is coming from either a database or an xml file, we haven't decided which yet. Can someone help me out and let me know the best way to load this data?
It all needs to be loaded before the movie starts, and as performance is the biggest hurdle I don't want to be hitting the database too often.
Cheers,
Emma
 
although improvement has been made flash can be very slow in parsing large XML files.

if you want to use xml then best to break it up into smaller chunks rather than one hit.

sounds like you will be best with remoting though. however if you are stuck with asp remoting may turn out not to be cost effevtive.

you might want to look at

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top