Link to home
Start Free TrialLog in
Avatar of bihle
bihle

asked on

Insert flash in DW2 and play it in IE 5.0

I can play flash files in IE 5.0 but when i look at it its VERY small (animations)I use this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="32" height="32">
        <param name="SRC" value="yourfilehere.swf">
        <embed src="yourfilehere.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="32" height="32">
        </embed>
      </object>

How can i make it bigger???
Avatar of cabrionet
cabrionet

Your definition of width and weight is small (32 x 32).
Change in source width and height.
(width="32" height="32">) start with
width="100" height="100">. Test and find the size you need. Good luck;

Cabrio
ASKER CERTIFIED SOLUTION
Avatar of cybernietic
cybernietic

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