Hello,,,
Im trying open flash file on button click event, but its didn't open, when i write
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
AxShockwaveFlash1.Movie = "D:\My Project\Practice Projects\SWF-File_As_SplashScreen\SWF-File_As_SplashScreen\Resources\back_blue.swf"
AxShockwaveFlash1.Play()
End Sub
then its properly work and play,,
but i build this app and published so that it will not work, ri8?
im trying like this:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
AxShockwaveFlash1.Movie = "|DataDirectory|\Resources\back_blue.swf"
AxShockwaveFlash1.Play()
End Sub
but here no response, any idea to solve this problem???
or else give me code for start swf file on load event and perfect path,,,
Please Help,,,
@Nilesh
Thanks In Adv,,,