Page is a not externally linkable
swfnewbie - 3:33 pm on May 22, 2008 (gmt 0)
Will 2 have performance implications and also make the application look slow for the user as the data is fetched from the db and swf is being built? Which option is better and how best to do it? Thanks
Yes, i should have mentioned.. i will be storing the user-entered values in the database.. Then we have 2 options..
1. Generate the swf immediately on the server after storing the values in the database.
2. Generate the swf at runtime when the user requests for the swf
Ram