A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: * Clickable, Animated Flash .swf file *

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    9

    * Clickable, Animated Flash .swf file *

    I created 3 buttons in flash (biography, music, contact). Whenever you hover over them, they animate. Is there a way to make these clickable objects in Dreamweaver?

    I've searched and found out about the 'invisible button', but this doesn't work for me because it takes away the animation I created.

  2. #2
    Senior Member Steven FN's Avatar
    Join Date
    Mar 2010
    Location
    CA, USA
    Posts
    276
    I think it should be similar to using an image as a button in HTML.

    Actionscript Code:
    <a href="somePage.html">
         <flash embed code>
    </a>

  3. #3
    Junior Member
    Join Date
    Feb 2011
    Posts
    9
    Quote Originally Posted by Steven FN View Post
    I think it should be similar to using an image as a button in HTML.

    Actionscript Code:
    <a href="somePage.html">
         <flash embed code>
    </a>
    I appreciate this man : )

    I was getting confused because of what Dreamweaver was showing me. Don't ever trust Dreamweaver, always test!

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center