Welcome, Guest
  • Author Topic: SWF BUTTON + Inline Frame  (Read 1559 times)

    carloangelo

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    SWF BUTTON + Inline Frame
    « on: 10/31/04, 06:15 »
    Hey guys! Need your help here!  ;)

    Can you please tell me how I can do this?

    I have a website I'm working on and it has a flash navigation on top (FlashMX 2004) and an Inline frame at the bottom of it. I wanna know how I can have the button in my flash movie that when clicked and release, will call a certain URL and have it placed within the InLine frame.

    Thanks in advance!  ;D

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re:SWF BUTTON + Inline Frame
    « Reply #1 on: 10/31/04, 15:53 »
    Hi Carlo Angelo,
    it is exactly how you would do it with a normal link in that nav bar ;)

    Your inline frame needs to have a name. Then you can direct content to it.

    With flash this works like this:
    Code: [Select]

    on(release){
       getURL("contentpage.html","nameOfIFrame");
    }



    Thats it ;)

    « Last Edit: 10/31/04, 15:53 by Ronald Wernecke »
    happy flashing
    8)
    Ronald

    carloangelo

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    Re:SWF BUTTON + Inline Frame
    « Reply #2 on: 10/31/04, 18:31 »
     ;D  WHOA DUDE! Thanks alot man! IT WORKS! EUREKA!  ;D