I have failed at this so far, but attempting to play a flv file over the internet into a vb.net application.

Please help...

What I have done is added the COM thing for Shockwave (FlashObj)...

FlashObj.Movie = "Link to flv file"
FlashObj.Play()

However nothing plays. Flash only says "Movie Not Loaded"

Any ideas?