Results 1 to 2 of 2

Thread: Flash in Vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    6

    Flash in Vb

    Okay im about to have a fit. I cant find any documantation on the net to help me with this.

    I want to display a flash .swf file in VB.NET - my current code is:

    Code:
        Private Sub playflash()
            With AxShockwaveFlash1
                .Stop()
                .Movie = "C:\Documents and Settings\Zachary\My Documents\Visual Studio Projects\flashwork\bin\admin.swf"
                .Playing = True
            End With
        End Sub

    Whilst it produced no errors - it dosent load the flash move into the Shockwav flash object that I have placed in the form.

    Any help PLEASE!!!!

    Thanks

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    First off , you may need to change your path so it doesn't contain spaces (sometimes , this can be the problems) like C:\YYY.XXX .

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