cjone
12-12-2003, 05:56 AM
Hi everyone.
I have an external text file that loads a movieclip into the text area of my flash movie. The text file uses the following XML:
web="<img width='*' height='*' src='webthumbs' hspace='25' vspace='0' align='left' />";
I have this working fine except for one thing. When the movieclip loads into the text area the images that are in my movieclip appear tiny instead of their real size.
The movieclip I am loading is an internal movieclip which means that its canvas size is the same as the rest of my movie. Where I have the *'s for width and height I have tried everything under the sun to try and manipulate the size of the images but to with no success. Does anybody know how to get the images in my movieclip to appear their actual size? I am really baffled |
thanku
cjone
I have an external text file that loads a movieclip into the text area of my flash movie. The text file uses the following XML:
web="<img width='*' height='*' src='webthumbs' hspace='25' vspace='0' align='left' />";
I have this working fine except for one thing. When the movieclip loads into the text area the images that are in my movieclip appear tiny instead of their real size.
The movieclip I am loading is an internal movieclip which means that its canvas size is the same as the rest of my movie. Where I have the *'s for width and height I have tried everything under the sun to try and manipulate the size of the images but to with no success. Does anybody know how to get the images in my movieclip to appear their actual size? I am really baffled |
thanku
cjone