# Looping f4v background

**URL:** https://forum.kirupa.com/t/looping-f4v-background/312093
**Category:** Uncategorized
**Created:** [July 25, 2010, 1:09pm UTC](https://forum.kirupa.com/t/looping-f4v-background/312093 "2010-07-25T13:09:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![getrhythm](https://avatars.discourse-cdn.com/v4/letter/g/e56c9b/32.png) [@getrhythm](https://forum.kirupa.com/u/getrhythm)
#### Post date: [July 25, 2010, 1:09pm UTC](https://forum.kirupa.com/t/looping-f4v-background/312093/1 "2010-07-25T13:09:32Z")

</div>

I haave a video background that im calling in through the flvplayback method. Is there any code i can put on the component to make it loop once it has finished playing through? I’m using as2 at the moment. SWF instance name is “theVideo”

AutoRewind is true in the inspector  
AutoPlay is true in the inspector

Ive tried:

## on(complete){ theVideo.autoRewind = true; }

## on(complete){ this.autoRewind = true; }

What am i doing wrong?

Please help.

Dan
