How would I convert this to VB.NET.
VB Code:
  1. AxShockwaveFlash1.Movie(App.Path & "\XML_FLV_player.swf")


I don't think this is correct
VB Code:
  1. AxShockwaveFlash1.Movie(Application.StartupPath & "\XML_FLV_player.swf")