A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Help!!!!!!!!!

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Location
    fort lauderdale
    Posts
    182

    Help!!!!!!!!!

    please check out this link, notice when you rollover the logos at the bottom of the screen that the hover captions pop up on the flash map on the right, i need to know how this is done, i have tried everything i know, i have no clue how to do this, if anyone can help it would be much appreciated

    http://www.relatedrentals.com/index....perties&view=1



    thank you,

    sean

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    On your previous map?

  3. #3
    Senior Member
    Join Date
    Jul 2003
    Location
    fort lauderdale
    Posts
    182
    yeah, im going to incorporate it into html, but i need to setup up somthing similair to what you see in this link i have no clue how this is done



    thnx

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Well you can have a look at the html source code on that link, and at the bottom you'll see how it's done...

    Basically using this...

    http://www.macromedia.com/support/fl...hflash_03.html

  5. #5
    Member
    Join Date
    Dec 2000
    Posts
    55
    I think you can use
    on (rollOver) {
    setProperty("this", _visible, "100");
    }
    on (rollOver) {
    setProperty("this", _visible, "0");
    }

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