|
-
Dynamic MovieClip non-comprehension?
Hi, I'm new here...and I am trying to create a cross-fade between two dynamically loaded images...but I can't even get that far. I would appreciate it more than you could know if someone could please tell me what is wrong with my simple code:
Code:
createEmptyMovieClip("testImageMC");
testImageMC.loadMovie("C:\\images\\DSC_0684_filtered.jpg");
trace(testImageMC._width);
trace(testImageMC._height);
_width and _height return 0, even though the image is loaded...waaaah!! :'(
Also, the image is right in the middle of the stage, and a "moveTo(0,0)" doesn't move it at all...help me, FlashKit members, you're my only hope.
(I'm using Flash MX, not even MX 2004)
Thanks SOOO much in advance,
DC
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|