Welcome, Guest
  • Author Topic: Help with calling Flash Movie using Html button  (Read 2672 times)

    Tony

    • Server what's that
    • *
    • Posts: 7
      • View Profile
      • Email
    I have a series of Flash Movies that I would like to call up in the same cell of my page using buttons I made with Dreamweaver.

    I would like to get each movie to show up on the same position on my page everytime a user presses on of my buttons, one movie for each button at the same position or in the same cell.

    I want to avoid "popups" or having to have all the moviesload at once since this will take too much time, could any on epoint me in the right direction please, or have an suggestions??

    Thank you.

    :)

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:Help with calling Flash Movie using Html button
    « Reply #1 on: 04/01/04, 03:10 »
    Hi Tony, welcome to the boards !

    Use an iframe and load different HTML pages to it

    Jorge

    Tony

    • Server what's that
    • *
    • Posts: 7
      • View Profile
      • Email
    Re:Help with calling Flash Movie using Html button
    « Reply #2 on: 04/01/04, 03:18 »
    Hi Jorge

    Thank you very much for the help...I never even considered frames, but that is so logical..:)

    I love your'e Tutorials, I have downloaded nearly all of them and I hope to use your guets book on my up coming site.

    www.pageopen.com

    Tony

    Tony

    • Server what's that
    • *
    • Posts: 7
      • View Profile
      • Email
    Re:Help with calling Flash Movie using Html button
    « Reply #3 on: 04/01/04, 04:14 »
    Now i'm able to inster an iFrame but the movie just loads immediately:'( , would you know how I could load the movie only when I press a button outside the table??

    Tony

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:Help with calling Flash Movie using Html button
    « Reply #4 on: 04/01/04, 05:04 »
    Load by default a blank page. Use a link with a target to the iframe name. I.e

    <iframe src="default.html" name="flashcontent" width="150" height="100"></iframe>

    In the button

    <a href="flash1.htm" target="flashcontent">.....</a>

    Jorge

    Tony

    • Server what's that
    • *
    • Posts: 7
      • View Profile
      • Email
    Re:Help with calling Flash Movie using Html button
    « Reply #5 on: 04/01/04, 05:34 »
    You are a champion..:)

    That worked exactly as you set out.

    I cant thank you enough, Id kiss you since I'm Italian...but youre too far away. ;D

    Tony
    « Last Edit: 04/01/04, 05:35 by Tony »

    steve wheller

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Re:Help with calling Flash Movie using Html button
    « Reply #6 on: 05/19/04, 06:36 »
    Hi,

    Thanks for the great info. I had the exact same problem and iframes has fixed it. I have come across another problem though.

    I have a movie loading into the iframe and there is a button in that movie that loads an external movie into level 0. When the movie wasn't in an iframe this worked fine but now it's in an iframe its not loading the external movie.

    Any Ideas

    Cheers

    Steve

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:Help with calling Flash Movie using Html button
    « Reply #7 on: 05/19/04, 06:56 »
    steve, that's another problem, copy your question and post new topic.