What's wrong with my codes??
-
i try to make a about form to display a flash using application.startuppath i pretty sure i already put the loading.swf in the application folder, but i dunno y when it loads still nth to display, below is my coding
Private Sub MenuItemAbout_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItemAbout.Click about = New About() about.ShowDialog() about.flash.Movie = Application.StartupPath + "\loading.swf" about.flash.Playing = True End Sub
anyone have any idea what is the problem?? any help is greatly appreciated... -
i try to make a about form to display a flash using application.startuppath i pretty sure i already put the loading.swf in the application folder, but i dunno y when it loads still nth to display, below is my coding
Private Sub MenuItemAbout_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItemAbout.Click about = New About() about.ShowDialog() about.flash.Movie = Application.StartupPath + "\loading.swf" about.flash.Playing = True End Sub
anyone have any idea what is the problem?? any help is greatly appreciated...