One thing you can try is to give your image an id so it's seen as a
"MovieClip" within the textfield, then you can run a checker to see when
it's loaded then redraw the scrollbar...

<img id='mcID' src='"stuff.jpg"' hspace='10' vspace='5' align='left'>

so to access it you would path: textfieldname.mcID.

hope this helps some,
Dunc


On 9/20/06, Bbt Lists <[EMAIL PROTECTED]> wrote:

Gustavo Teider - Adobe Flash Developer wrote:
>
>>
> use setScrollTarget
>
> scrollbar.setScrollTarget(your_textfield);
>
> is this ?
>
But how do you tell if the data is actually done loading? I mean for
example, i have a field that loads a jpg in, and since the jpg takes a
little longer, the scroll bars account for the text, but not hte image.
And if I call redraw right after I call the data to be loaded, it seems
to still be too soon.



--
dnk

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to