<div class="meta" robots="noindex">

</div>

Property

# Movie.BaseMovieWidth

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `Movie.Width<movie.width>` as a replacement.

</div>

## Description

The actual width of the movie in pixels.

## Sample code

This example displays the BaseMovieHeight and <span class="title-ref">BaseMovieWidth</span>.

``` xojo
Var f As FolderItem
Var m As Movie
f = FolderItem.ShowOpenFileDialog("")
m = movie.open(f)
MoviePlayer1.Border = True
MoviePlayer1.Movie = m
MoviePlayer1.Controller = 2
TextField2.Value = m.BaseMovieHeight.ToString
TextField3.Value = m.BaseMovieWidth.ToString
```

## Compatibility

All project types on all supported operating systems.
