Closed Thread
Results 1 to 2 of 2

Thread: Help with flash buttons

  1. #1
    Member royal_titanium is an unknown quantity at this point
    Join Date
    Feb 2006
    Posts
    49

    Help with flash buttons

    hello

    I want this flash button:
    Code:
    <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="93" height="33" title="Login">
      
      <param name="BGCOLOR" value="">
      <param name="movie" value="button2.swf">
      <param name="quality" value="high">
      <param name="submit" value="submit">
      <embed src="button2.swf" width="93" height="33" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" submit="submit" ></embed>
    </object>
    to be able to do this :
    Code:
    <input type="submit" value="Login" name="submit">
    -------------------
    Can anyone give me the correct code ?

  2. #2
    FWS Addict veggie1232 has disabled reputation veggie1232's Avatar
    Join Date
    Aug 2005
    Location
    Seattle, Washington
    Posts
    646
    if your dealing with flash you probibly wont get as much help as you would on a forum meant for flash www.flashkit.com has a bunch of tutorials and a forum where your answere will be answered quickly not to take away from this forum but for flash action script flashkit would be your best option
    <<Signatures can be a maximum of 4 lines>>

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts