Playing Flash -How

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • JohnRH
    Forum Member
    • Dec 2007
    • 7

    Playing Flash -How

    Can anybody help.
    I am trying to set up a series of differnt buttons on one page that when clicked will play different flash (swf) files on that page.
    Not sure where to start as I am very new to scripting so any help would e really useful.
    Thanks
  • Mina
    Forum Member
    • Oct 2005
    • 630

    #2
    Basically, it would be
    Code:
    Flash.Load("Flash1", "AutoPlay\\Flash\\mymovie.swf", false, false);
    Flash.Play("Flash1");

    Originally posted by JohnRH View Post
    Not sure where to start as I am very new to scripting so any help would e really useful.
    I'd say reading the user guide is a good start
    Last edited by Mina; 12-16-2007, 06:02 AM.

    Comment

    • JohnRH
      Forum Member
      • Dec 2007
      • 7

      #3
      thanks and no thanks

      thanks for the advise.
      However do we really need the scarcastic jibe at the end. This is day 1 for a new member with a brand new program and a quick question. A good way to make an impression I think

      Comment

      • Mina
        Forum Member
        • Oct 2005
        • 630

        #4
        JohnRH,

        I did mean it.
        At least that's how I started off with ams. The user guide has a lot to offer.

        Goodluck,
        Welcome to the forums!

        Comment

        • FoxLeader
          Forum Member
          • Nov 2006
          • 432

          #5
          Mina is right. We all did like he did, and it's probably faster in much situation than waiting for an answer in the forums

          Comment

          • Desrat
            Forum Member
            • Nov 2006
            • 240

            #6
            also people are more inclined to help people that are at least willing to try and help themselves..

            Comment

            Working...
            X