Welcome, Guest
  • Author Topic: Windows component (once again)...  (Read 1072 times)

    caraffucciu

    • Server what's that
    • *
    • Posts: 34
      • View Profile
      • Email
    Windows component (once again)...
    « on: 06/20/05, 03:50 »
    Two questions one veiled more specific to my project the more general second which will be able to surely interest more world...
    The first: thanks to you I can starting from a button open a window Windows (component) by integrating a swf there...
    However as this fenetre comprises a player mp3 when I click on the cross to make disappear the window that Ci obviously cut the sound... then I would like to know how to make so that when one clicks on the cross the window disappears without cutting the sound (visible=false).. if it is rather simple to make with a clip I recontre however difficulties with the component...

    Second question: I tried to open a second window in the component Windows and that... is does not go impossible finally?


    Thanks.......

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Windows component (once again)...
    « Reply #1 on: 06/20/05, 03:53 »
    Probably you can create the sound object in main timeline, not inside the clip of the window. You can't create a window inside a window, but in a higher level (_root or some MC)

    Jorge