Probs with VideoPlayer on website

Hey guys,

When editing the template i faced a problem with the video player. It simply doesn’t show the movies i add, the errors are as follows:

There is no property with the name “_width” (line 483)
if ( (w == _video._width && h == _video._height) || _autoSize ) return;

There is no property with the name “_width” (line 484)
_video._width = w;

There is no property with the name “_height” (line 485)
_video._height = h;

There is no property with the name “_xscale” (line 507)
if ( (xs == _video._xscale && ys == _video._yscale) || _autoSize ) return;

There is no property with the name “_xscale” (line 507)
if ( (xs == _video._xscale && ys == _video._yscale) || _autoSize ) return;

There is no property with the name “_xscale” (line 508)
_video._xscale = xs;

There is no property with the name “_yscale” (line 509)
_video._yscale = ys;

There is no property with the name ‘_xscale’.
return _video._xscale;

There is no property with the name ‘_yscale’.
return _video._yscale;

There is no property with the name ‘_width’.
return _video._width;

There is no property with the name ‘_height’.
setSize(w, _video._height);

There is no property with the name ‘_height’.
return _video._height;

There is no property with the name ‘_width’.
setSize(_video._width, h);

There is no property with the name ‘_width’.
_video._width = _videoWidth;

There is no property with the name ‘_height’.
_video._height = _videoHeight;

There is no property with the name ‘_height’.
_video._height = newHeight;

There is no property with the name ‘_width’.
_video._width = newWidth;

There is no method with the name ‘__set__groupName’.
mx.controls.RadioButton(this._target).__set__groupName(this._group.name);

I have also added those 2 files to one of my servers:

http://rbpoker.ru/VideoPlayer.as
http://rbpoker.ru/RadiobuttonItem.as

Could you guys help me please?

Best Regards,
Rashid