complete
01-06-2006, 11:27 AM
Here is my challenge.
I have a website where I need to have a flash component drop-down list because the normal form list has way too much data that is fed to it (by the way, to see what I am talking about, the web site is www.completetranslations.com and I am talking about the registration page). The drop-down list is huge because it consists of thousands of different language selections that the user can choose from. Because there is so much data that is loaded on the users browser at load time, it takes way too long.
So I figured that the solution was to use a Flash component drop-down list. The idea is to feed the data to the component either after the page is already loaded onto the user's browser and/or feed the data to the flash component when the user clicks on it.
The additional challenge I see is to use this on a php page that already uses tables (tbl) files to load the content.
Suggestions, anyone?
I have a website where I need to have a flash component drop-down list because the normal form list has way too much data that is fed to it (by the way, to see what I am talking about, the web site is www.completetranslations.com and I am talking about the registration page). The drop-down list is huge because it consists of thousands of different language selections that the user can choose from. Because there is so much data that is loaded on the users browser at load time, it takes way too long.
So I figured that the solution was to use a Flash component drop-down list. The idea is to feed the data to the component either after the page is already loaded onto the user's browser and/or feed the data to the flash component when the user clicks on it.
The additional challenge I see is to use this on a php page that already uses tables (tbl) files to load the content.
Suggestions, anyone?