[thelist] How do I align HTML text to a flash object?

John Corry webshot at members.evolt.org
Sun Dec 15 21:32:01 CST 2002


> http://www.millenniyum.com/theindex.html
>
>     I want the
> light blue text that is on the bottom right corner of my
> flash object to be aligned with the edge of the flash object,
> and not with the edge of the page.

You could make your flash movie 100% wide...
Or...
You could put the flash movie & the text in a container (like, <div>)
that is fixed width and align the text to the right of that container.
Or...
You could put the text in a container that is positioned an absolute
pixel distance from the top, left corner of the window (that would
probably only work if the text were fixed size though...)
Or...
You could put the flash movie and the text in a table, 2 rows, 1 column,
and make the table only as wide as the flash movie, and make the second
row cell align="right"
Or...
You could use a intermediate window that would open a pop-up window for
displaying your flash movie and text. The pop-up could be sized to be
only as wide as the flash movie and the text could be aligned right in
that window.

Mahalo,
John Corry




More information about the thelist mailing list