all groups > flash data integration > september 2007 >
You're in the

flash data integration

group:

Problem with possition of swf when is loading dynamically to textfield


Problem with possition of swf when is loading dynamically to textfield Elier Delgado
9/3/2007 5:52:54 PM
flash data integration: 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


Re: Problem with possition of swf when is loading dynamically to textfield Elier Delgado
9/4/2007 3:16:22 PM
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.
AddThis Social Bookmark Button