Results 1 to 3 of 3

Thread: Flash button and Unload Me

  1. #1

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310

    Question Flash button and Unload Me

    I have a Shockwave flash control named
    shwfla1 with args set as "quit".

    The below mentined code Generates the following Error:

    "This Program has performed an illegal operation
    Code 0x0000000"

    Private Sub shwfla_FSCommand(command as String, args as String)
    if args="quit" then
    Unload Me
    End if
    End Sub

    Help Me.

  2. #2

    Thread Starter
    Hyperactive Member Dorothy's Avatar
    Join Date
    Feb 2001
    Posts
    310
    But how do I stop it.?
    Neither shwfla1.Stop nor shwfla1.StopPlay works for my app.

    The movie keeps playing inspite of calling the function.

  3. #3
    Frenzied Member Devion's Avatar
    Join Date
    Sep 2000
    Location
    The Netherlands
    Posts
    1,049


    Though it should work. Maybe use a sleep command after the .stop command?

Posting Permissions

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



Click Here to Expand Forum to Full Width