Hi all,
I am trying to get an swf file to open when a command button is clicked.

I though this would be the code needed

VB Code:
  1. Private Sub Command6_Click()
  2. Shell "C:\myfolder\test.swf", vbNormalFocus
  3. End Sub


any one know what I've done wrong?

thanks