Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 10 of 10

Thread: Flash Intro

  1. #1
    Join Date
    Oct 2004
    Posts
    6

    Flash Intro

    hi i am new to AMS... I am making a menu where there are 2 pages. One is the intro page where a small flash will be playing and the 2nd page is where my menu is. what i wanted to know is how do i set when the flash finishes playing in page one.. it automatically goes to page 2..
    can someone help....
    thanks

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    If you look in Menu/Project/Startup Movie you can specify a flash file there. Just remember that on the last frame of your swf you need to put in an fscommand "quit". That tells AMS to stop playing and go on to the first page of your application.

    If that's not appropriate, I'll look back in later when I have a little more time and post an example unless someone does so first.

  3. #3
    Josué Alba Guest
    well you can do this using on FSCommand

    Can you add the following script at the end of your flash file.
    Code:
    fscommand ("quit");
    and you should add this code in your first page of your flash page on AMS5.0
    (double click on the flash object and in actions tab type)
    Code:
    if e_FSCommand == "quit" then
          Page.Jump(page2);
    end
    hope it helps

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    Here's an example for you -

  5. #5
    Join Date
    Oct 2004
    Posts
    6

    thank you soo much....

    problem solved....

  6. #6
    Join Date
    Aug 2004
    Location
    Elgin, Illinois, USA
    Posts
    84
    Anyone know where I can make a flash movie intro without purchasing FlashMX? I thought there was a program out there 'cheap' that would do it.

    I'd love to have my "first play" logo intro in Flash.

    Thanks
    Allen

  7. #7
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I bought SwishMAX and it works pretty good;however, it still costs a little bit ($100 when I bought it), but it is better than say $699 for Flash MX 2004 Pro... especially if all you need is some simple text intro's etc.

    http://www.swishzone.com/
    Intrigued

  8. #8
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Or check this out (I have not used such though):

    http://www.freeflashintros.com/SiteBuilder/
    Intrigued

  9. #9
    Join Date
    Aug 2004
    Location
    Elgin, Illinois, USA
    Posts
    84
    Thanks Intrigued
    Those were the sites I was looking for. A long time ago I found that Swish site but lost the url and didn't remember the name.

    Allen

  10. #10
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    No problem. Glad that is what you were looking for.

    Sincerely,
    Intrigued

Similar Threads

  1. For the people who desire a transparent Flash intro..
    By AGRO in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 02-26-2004, 11:10 AM
  2. lowest flash version
    By LegoGirl in forum AutoPlay Media Studio 4.0
    Replies: 13
    Last Post: 07-31-2003, 06:04 AM
  3. Flash intro, need to jump to home
    By pagedown in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 06-13-2003, 05:11 PM
  4. HOWTO: Install the Flash Player from a CD-ROM
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 04:05 PM
  5. Flash Intro BEFORE menu screen
    By jsdsapphire in forum AutoPlay Menu Studio 3.0
    Replies: 4
    Last Post: 08-17-2001, 09:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts