A Flash Developer Resource Site

Results 1 to 17 of 17

Thread: Using a Flash Drop Down over HTML Page

  1. #1
    Member
    Join Date
    Aug 2001
    Location
    DC Metro Area
    Posts
    59

    Using a Flash Drop Down over HTML Page

    Hello,

    I am working on a site where only the top navigation is done in Flash. I want to have drop down menus but how do I develop a drop-down menu so that it shows up over the HTML table in Dreamweaver?

    I want a drop-down to show up over top of existing HTML content like it would if you created the drop-down right in Dreamweaver. If I created a full drop-down in Flash it would create a large empty space until the user mouses over the links in the menu. Does this make sense?

    Thanks very much for any guidance/help!!

    Denise

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Mailed you a suggestion...

    Regards.

  3. #3
    Senior Member MiLo_Anderson's Avatar
    Join Date
    Feb 2004
    Location
    Canada
    Posts
    292
    I've always wondered if this was possible. Would you mind posting how it is done?=, if it can be that is.
    "A piece of toast always lands butter side down, and a cat always lands of its feet. If one was to tie a piece of toast to the back of a cat butter side up, would it hover above the ground in perpetual indecision?"

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    PMed you the same suggestion!

  5. #5
    Member
    Join Date
    Dec 2004
    Posts
    31
    For me ?

  6. #6
    Member
    Join Date
    Aug 2001
    Location
    DC Metro Area
    Posts
    59
    Thanks OldNewbie!!

    I will try this out today. Appreciate your help

    Denise

  7. #7
    Member
    Join Date
    Dec 2004
    Posts
    31
    pandenwolf can u send me what oldnewbie sent you?

  8. #8
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    I did!

  9. #9
    Banned wbwd's Avatar
    Join Date
    Dec 2004
    Location
    Timisoara Country[EU]: Romania
    Posts
    860
    can u send me one to ? a PM
    thx

  10. #10
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    I did!

  11. #11
    Art-by-Andy amorari's Avatar
    Join Date
    Dec 2004
    Location
    Orlando, Florida
    Posts
    151
    I've always wondered that myself. I would appreciate your advice as well. Thanks in advance.

  12. #12
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Edited!
    Last edited by oldnewbie; 12-28-2004 at 10:37 PM.

  13. #13
    Junior Member
    Join Date
    Jan 2005
    Location
    san diego
    Posts
    29

    Using a Flash Drop Down over HTML Page

    can i have it too please?
    thanks in advance.





    Originally posted by oldnewbie
    Edited!

  14. #14
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    PMed you.

  15. #15
    Banned wbwd's Avatar
    Join Date
    Dec 2004
    Location
    Timisoara Country[EU]: Romania
    Posts
    860
    lol

    oldnewbie ---> your my favourit
    the perfect POST MAN

    cheers ;]

  16. #16
    Junior Member
    Join Date
    Jan 2005
    Posts
    4
    may I also have your advice pls?

    Thanx in advance

  17. #17
    Denied ACCESSORIES
    Join Date
    Dec 2000
    Location
    Rio de Janeiro
    Posts
    208
    Originally posted by Bluegum
    may I also have your advice pls?

    Thanx in advance
    Simply put it can't be done the way Html does it. Flash is like a sand box only allowing its content to be seen with in the width and Height set in its embeded html object.

    Now there is a few ways you could imitate or hack the "OVER HTML" functionality. One way would be to place your flash file in a layer and position it over your html content you will need to set a few parameters in the embeded object.

    first the
    wmode = transparent

    in flash or in parameters you could set the below
    Stage.scaleMode = "noScale"
    Stage.align = "T"

    now you will need a to use a little javascript to get your div+flash layer to resize when the drop down is shown.

    I think that should get any of you, interested, started. Don't have time to put one together but shouldn't be very difficult.
    don't forget to set swliveconnect="true" for any flash back n forth javascript juggling of vars.
    ..,,;:'""':;,,..ASTRO

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