---
title: url
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmovie/url
---

# url

A URL to a QuickTime or ISO base media file.

## Declaration

```swift
var url: URL? { get }
```

## Discussion

Discussion The value is nil if you didn’t initialize the movie with a URL.

## See Also

### Accessing movie information

- [data](avfoundation/avmovie/data.md)
