Results 1 to 5 of 5

Thread: running .SWF in form

  1. #1

    Thread Starter
    Addicted Member mfurqan's Avatar
    Join Date
    Oct 2005
    Location
    Pakistan
    Posts
    176

    Arrow running .SWF in form

    i went to Componenets selected a Shockwave Flash.... and drawn it now it is like :


    Private Sub ShockwaveFlash1_OnReadyStateChange(newState As Long)

    End Sub


    how can i run .swf file ?
    Muhammad Furqan Attari.

  2. #2
    Lively Member
    Join Date
    Jan 2003
    Location
    Sydney
    Posts
    69

    Re: running .SWF in form

    another flasher ay?



    here ya go!

    ShockwaveFlash1.Movie = App.Path & "\yourfile.swf"

    assuming the name of your flash activeX instance on the stage is ShockwaveFlash1

    enjoy!

    mp

  3. #3

    Thread Starter
    Addicted Member mfurqan's Avatar
    Join Date
    Oct 2005
    Location
    Pakistan
    Posts
    176

    Re: running .SWF in form

    what si "App.Path &" ?
    Muhammad Furqan Attari.

  4. #4
    Lively Member
    Join Date
    Jan 2003
    Location
    Sydney
    Posts
    69

    Re: running .SWF in form

    ohh sorry. the path where your applicaton resides... so the swf file is located in the same directory as your vb application in this case

  5. #5

    Thread Starter
    Addicted Member mfurqan's Avatar
    Join Date
    Oct 2005
    Location
    Pakistan
    Posts
    176

    Re: running .SWF in form

    thanks
    Muhammad Furqan Attari.

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