Hi guys,
I'm loading a XML to Dynamic Text field and all is OK, but the SWF is show at
left out site of the flash document, I only want put a icon and a text in the
same line, something like this:
<body><img align="left" src="icon.swf" width="15"><mess>You have 4 new
messages</mess></body>
I was try with many kinds of tags, CSS and attributes and nothing,
Regards, Elier
Elier Delgado - 04 Sep 2007 16:16 GMT
Finally, I can't do it with HTML or CSS, so I do this inside a movie in
icon.swf:
this._x = 68;
this._y = -8;
You must adjust your values to your specific issue, I tried to localToGlobal
but I didn't know.