[Flashcoders] don't think this is possible - 100% of variable height table cell

2006-02-15 Thread Tom Rhodes
Hi all, 

 

Does anyone know a way to force a movie with a fixed width to fill 100% of a
table cells height?

 

I'm thinking it's not possible, but if there was a way to get the height of
a cell through js, then maybe it is, I can't find any usefull info on the
subject at all.

 

cheers,

 

tom.

 

 

 

 

___
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


Re: [Flashcoders] don't think this is possible - 100% of variable height table cell

2006-02-15 Thread John Giotta
That is kind of backwards... if you where just looking to fill a cell
you just set the width to 100%, but you have your reasons.

I suggest using JavaScript to write the Flash element to the cell with
HTMLElement.innerHTML or better yet FlashObject
http://blog.deconcept.com/flashobject/

However, the trick is knowing the height of cell... I'm not sure if
this is possible at runtime if the property isn't already defined in
the tag.
___
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