A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Working great in the swf not so great in the html

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    5

    Working great in the swf not so great in the html

    Dear all,

    Here's the story of a simple menu: when your mouse is over the menu button, the panel with the menu choices appears and your mouse can travel around the panel. As soon as you leave the panel with your mouse, the panel disappears.

    This is happening in the swf:
    http://aracelid.110mb.com/test/menu_ee.swf

    But when you go to the html and your mouse goes out of the panel, a lot of times the panel does not disappear:
    http://aracelid.110mb.com/test/menu_ee.html

    What is going wrong?
    (the fla file in case is need it: http://aracelid.110mb.com/test/menu_ee.fla)
    My publishing settings in the HTML tab:
    Flash Only
    Match Movie.
    Loop
    Display menu
    High quality
    Transparent without windows
    Default
    Default
    Alignment center center

    Thanks a lot in advance!!

  2. #2
    AS3 Mod
    Join Date
    Sep 2007
    Location
    O-H-I-O
    Posts
    2,385
    You are using a movieclip in the background to detect the rollout, while that will work withing an SWF it will not work if the flash file is embedded because the SWF is only the width / height you specify therefor that outlayered movieclip becomes invinsible.

    I guess you could raise the width / height in the embed code by 5 and that MAY work but would still be trial and error.

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    5
    Thank you so much!!

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