Link to home
Start Free TrialLog in
Avatar of sebastiz
sebastiz

asked on

flash button alignment

TRying to align flash buttons (on layers)in dreamweaver but will only align the layer rather than the buttons themselves. And the only option is  'align height' or  'align width' but doesnt say to narrowest/ tallest/ shortest or what.
ASKER CERTIFIED SOLUTION
Avatar of mrwebdev
mrwebdev

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
No actually mrwebdev its not so as I have checked it now and through changing the align properties we can only make the alignment of the text in the flash button not the button itself. You should click on left or right of the flash button in design view and then change the alignment in order to have an html code like this one down here..
<div align="center">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22" align="middle">
    <param name="movie" value="button1.swf">
    <param name="quality" value="high">
    <embed src="button1.swf" width="100" height="22" align="middle" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" ></embed>
  </object>
</div>
Ok I think you did it.
Regards,
Fahd Murtaza
Avatar of mrwebdev
mrwebdev

Sebastiz,

Glad that helped you get it aligned for your project,
and thank you!

:)