Hello,
I have been looking for a flash lite dynamic list component, where I can load items to it form XML files ? I downloaded a nokia list component, but it's not a dynamic one and gives me an error on loading.
Thank you
Hello,
I have been looking for a flash lite dynamic list component, where I can load items to it form XML files ? I downloaded a nokia list component, but it's not a dynamic one and gives me an error on loading.
Thank you
According to my observation, Forum Nokia List Component is fully dynamic. What u have to do is simply :
1- Load the XML file using loadVars
2- Break the variables into an array
3- use populateData API of list component to populate the list component with the provided array of data.
BTW, explanation is always good that what kind of error u got and how u r populating the list component .but it's not a dynamic one and gives me an error on loading.
Best Regards,
SajiSoft
Here is the error message:
The class or interface 'com.forumnokia.List.ListClass' could not be loaded.
This error means that u do not install the components correctly.Try reinstalling the components :
/Flash_Lite_Components.html
Moreover, m sure u r using Adobe Flash CS3/CS4 .
Best Regards,
SajiSoft
I reinstalled the component again, and I still get the same error message. I think there is a missing file (SWC file). When I unzip the file, I have two files ListComponent.fla and ListClass.as inside this folder com\forumnokia\List.
You have taken reference of forum nokia list component.
Now see this below article in which dynamically the list is being created in the flash lite.
Dynamic list
And also compare the code with that article...
If still it is not running then something components are missing.
Best regards,