I have use greensock imageloader for sometimes (It’s a great plug-in so easy to use and i love it), just wondering is there a way you can load bitmap which doesn’t create a movieclip inside the container? I couldn’t find this solution in the API
http://www.greensock.com/as/docs/tween/com/greensock/loading/ImageLoader.html
does anyone have any experience?
Cheers
Bill
According to the docs:
So they are saying you don’t have to supply a
containerin the vars object. If you just want to get the bitmap then it says you can use therawContentproperty.Try something like this:
Although you say that you like this, loading a bitmap is trivial in AS3 without a library: