tags:

views:

23

answers:

0

Just trying to use a VB form app to run a flash game from the .swf file. Keeps coming up with weird errors using both the web browser tool and microsoft web browser tool. Thanks.

Edit:

   Private Sub frmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) 
   Handles MyBase.Load
        Me.frmFlasher.("http://website.com/media/flash/flashitem.swf")
   End Sub

Errors; Line 1: Invalid Character, Line 0: Object Expected