Re: [REQUEST] Dictionary Object for SWF
Wait, I see now that I can paste it in at design time, but it will only let me paste in a tiny fraction of my list.
This just keeps being a pain... So, I'm back to needing to import the list at run-time. Is this something that can be done with a swf ?
Re: [REQUEST] Dictionary Object for SWF
you might have to make it so the swf downloads your list from somewhere you've hosted it externally, the load it from there.
Re: [REQUEST] Dictionary Object for SWF
You could use the get object to do that ;)
Or, have multiple list objects...
Re: [REQUEST] Dictionary Object for SWF
Multiple list objects would be such a pain to do, since the list is so large. But I thought of that too. I'm only able to paste about 2200 into the list at design time, so simple math says this is just too prohibitive to attempt. Not impossible though. So the get object eh, good idea!
Re: [REQUEST] Dictionary Object for SWF
Are there any GET object examples... I'm unsure of how to pull this off.
Re: [REQUEST] Dictionary Object for SWF
All you have to do is GET the URL of a text file like in list format, and use some parser to add it to the list. Atm, you should make the list invisible, small as possible, and turn off all display settings in it for maximum performance.