I need to show a flash movie as an introduction screen to my Visual Basic 6 application I have tried:<br><br>With ShockwaveFlash1<br> .LoadMovie l_lngLayer, l_strMoviePath<br> .Play<br>End With<br><br>But nothing happens. No errors either.<br><br>I have also experimented with the FSCommand but I must be missing something. I am not very familiar with ActiveX controls either.<br><br>Please help. Thanks.<br>