# FLVPlayback Loop

**URL:** https://forum.kirupa.com/t/flvplayback-loop/190719
**Category:** flash
**Created:** [June 14, 2006, 4:49am UTC](https://forum.kirupa.com/t/flvplayback-loop/190719 "2006-06-14T04:49:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![SquishyB](https://avatars.discourse-cdn.com/v4/letter/s/ee7513/32.png) [@SquishyB](https://forum.kirupa.com/u/SquishyB)
#### Post date: [June 14, 2006, 4:49am UTC](https://forum.kirupa.com/t/flvplayback-loop/190719/1 "2006-06-14T04:49:13Z")

</div>

Hi guys,  
We have a major project on here at the moment to do with flash menu designs and videos etc. Basicly we have a menu where u click a button and it jumps to a frame. On that frame is the information etc, and a video for that particular subject.

What im asking is this: We have put the video in using FLVPlayback and was wondering if it is possbile to have the FLV loop the video.

Thanks for any help,  
…SquishyB

---

<div class="post-metadata">

### Author: ![jiggy](https://avatars.discourse-cdn.com/v4/letter/j/a87d85/32.png) [@jiggy](https://forum.kirupa.com/u/jiggy)
#### Post date: [October 23, 2006, 6:15pm UTC](https://forum.kirupa.com/t/flvplayback-loop/190719/2 "2006-10-23T18:15:05Z")

</div>

[QUOTE=mlk;1974832]action on the flv object:

```auto

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

```

crude but works[/QUOTE]

Perfect! What ive been looking for! :cyclops:  
Thanks!

---

<div class="post-metadata">

### Author: ![chokdi](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chokdi/32/3359_2.png) [@chokdi](https://forum.kirupa.com/u/chokdi)
#### Post date: [May 14, 2008, 2:49pm UTC](https://forum.kirupa.com/t/flvplayback-loop/190719/3 "2008-05-14T14:49:02Z")

</div>

awesome!!  
i love this crude scripts!
