I want to link some images into a swc library in pure actionscript 3 – is this possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Absolutely:
1) in flash import the images to the library
2) export them for runtime sharing and give them class names
3) compile the project to a swc.
4) import the swc into your flex project and access the images by class name like you would any other class in an swc.