mukesh.gupta
unread,Oct 29, 2009, 3:24:53 AM10/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flash Lite
Hi,
I created the flash(mobile) application , created the new layer with
other layers, dragged the combobox on the design. On TestMovie,
combox appears in the design.
Now in ActionFrame I created the dataprovider instance and an array
with 10 items in the array.
Used the for loop and insert the item in dataprovider from the array
and assigned dataprovider to the combobox.
On TestMovie, I got the following error :
The class or interface 'fl.data.DataProvider' could not be loaded.
Then I wrote the statement "import fl.data.DataProvider" at the top of
Action-Frame.Still on TestMovie, giving me the same error.
How to solve this?