flex - AS3 How to create a custom list item renderer with image(base64 png string) at runtime -


I'm a newbie for flex. I'm trying to create a list with the mouse, but there are many examples That they are using all embedded images. My problem is how can I create a list with the icon from the base64 png string in sequence?

Use (the first object object in that component list).

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -