A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Static Image w/Mouseovers

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    4

    Static Image w/Mouseovers

    Hi,
    I am very new to flash and don't know much about it at all. I am trying to learn it in an attempt to make this type of page http://planetbattlefield.gamespy.com...&id=239&game=8
    except all in flash. Previously I have been using Photoshop with Image Ready to splice the image up and then use Javascript for the mouseovers. Updating this is a real pain since the image numbers change everytime. I am sure this is possible to do in flash but how hard do you think it would be for a newbie and where would I even start? Thanks

    -Scott

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    First off, Flash is not a beginners program. You'd have to know how to make and use buttons, movie clips, actionscript, how to make it all work. Put it this way, if you built that page, how long did it take you to learn everything you'd have to know to build it?

  3. #3
    Junior Member
    Join Date
    Jan 2007
    Posts
    4
    Yes, I see what you’re saying. I did build it and it did take a while. To make it simpler instead of mouseovers I could just make all the items buttons. Then when they are clicked all the information about them could show below the whole tree itself. Although I might be able to do that with some type of DHTML script but flash might look better.

  4. #4
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Well, you could do it in flash, although, a flash movie that big would take forever to load. Generally they are made to fit in the working area of a browser window with no scrolling. That means it's going to look all different than that layout. You can make roll over tooltips, those are fairly easy, you can use radio buttons, but search is all but impossible.

    On the other hand, you can use flash sections inside an otherwise html or php page. Use the flash for the flashy stuff, use html for the rest.

  5. #5
    Junior Member
    Join Date
    Jan 2007
    Posts
    4
    What I am using right now are pretty much javascript tooltips. You think all those images in a flash file would take a long time to load?

  6. #6
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    They will take longer, I think, than html embedded images, since those can load progressively. A flash movie could do that, but you'd have to design for it. That's why flash movies use preloaders. I'm not saying it can't be done, I'm saying with no previous Flash experience, your going to to have to learn flash first.

  7. #7
    Junior Member
    Join Date
    Jan 2007
    Posts
    4
    Yeah, this is going to be tricky. Thanks for the info.

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