Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2004
    Posts
    2

    Grin using "fscommand"??

    Hoi ,im trying too get a flash movie too stop, and then jump too a new page ,i set it up like this,

    "if e_FSCommand == "quit"
    Page.Jump("Page2");"

    But that doesn't work ,i keep getting,

    Syntax Error: [Location="Page1:Flash1", Event "On FSCommand", Line=21]
    Error Detail: [`end' expected (to close `if' at line 20) near `<eof>'] in []

    Could somebody tell me what i'm doing wrong?

    Thanks.

  2. #2
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    Hi,

    Just put the word "end" after your statement:

    if e_FSCommand == "quit"
    Page.Jump("Page2");
    end

  3. #3
    Join Date
    Mar 2004
    Posts
    2
    tHANKS.

Posting Permissions

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