Results 1 to 3 of 3

Thread: Flash Button

  1. #1
    Join Date
    Jul 2005
    Posts
    223
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Question Flash Button

    How do I replace form buttons with flash buttons that do the same things as the form buttons?

    Original Buttons

    Code:
    <input type="submit" value="Send">
    Code:
    <input type="submit" value="Log In">
    Code:
    <input type="button" onclick="showPicker(this, event);" value="Choose...">


    Example Flash Button
    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="22">
            <param name="movie" value="generalchatsend.swf">
            <param name=quality value=high>
            <embed src="generalchatsend.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22"></embed> 
          </object>
    My Web Site
    Japan Town

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    To use Flash buttons you just put the "instructions" on the button IN Flash and then publsh the .swf to your site, call the .swf on the page, and there you go.

    You don't need external coding for buttons in Flash. Otherwise you could just use animated .gif's

    ~BLiZZ
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You could try javascript interaction with flash. Google that.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •