i have a shockwaveflash object on my form, the problem is this code wont work, is there another code available to make the ShockwaveFlash1 be the same size as the form

Code:
Private Sub Form_Load()
ShockwaveFlash1.Width = Me.Width
ShockwaveFlash1.Height = Me.Height
End Sub
Thanks in Advance
Chris1990