A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash to Javscript

Hybrid View

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    10

    Flash to Javscript

    Hi everyone,
    I am really stuck in my javascript programming.
    Actually I am creating a site
    http://damiracle.com/rogerfederer2/
    where I have created the menubar in flash, but I want to create in jquery or javascript just to avoid flash.

    Can anyone please provide any idea about it.

    Thanks in advance.

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    If you want the scaling animation when rollovering the buttons in the javascript version, then I can't be of much help, but if you just want to turn them to buttons to avoid Flash, you can simply make JPEG images of those buttons in an Image Editing software such as Photoshop, and then use HTML tags to give them button properties. Example, if you have an image button named, image1.jpg, you'd use this code in your site codes:

    Code:
    <a href="about.html"><img src="image1.jpg"></a>
    To have them sorted in a line, you'll have to use TABLES!

    Hope this helps
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

Tags for this Thread

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