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