Image to Object with as3
Posted
by tictac
on Stack Overflow
See other posts from Stack Overflow
or by tictac
Published on 2010-05-13T00:55:23Z
Indexed on
2010/05/13
1:24 UTC
Read the original article
Hit count: 213
actionscript-3
|flex
I'm trying to convert an image in my assets
folder
"./assets/image1.png"
to type Object
. It needs to be Object
because that's what the function I'm using it in is expecting.
Any ideas what would be the simplest way to do this?
© Stack Overflow or respective owner