Link to home
Start Free TrialLog in
Avatar of elepil
elepil

asked on

How to set <object> tag in HTML to accomodate a resizable application

A typical <object> tag in an html page looks like:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                    width="400" height="400">

I need to get around having to specify a fixed width and height because my Flex/Flash application is resizable. When I remove the width and height attributes, my application doesn't even show.

Can anyone tell me how to use the <object> tag with a resizable object like my Flex/Flash application? Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Erwin_001
Erwin_001

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of elepil
elepil

ASKER

Sorry I didn't get back to this sooner. I did not describe my issue properly. So I will close this and award you the points anyway. My new post which describes the problem better is at:

https://www.experts-exchange.com/questions/24999904/How-to-use-SWFObject-with-a-resizable-Flex-application.html