# FLV playback: press Play to do an action

**URL:** https://forum.kirupa.com/t/flv-playback-press-play-to-do-an-action/226882
**Category:** Uncategorized
**Created:** [May 24, 2007, 8:17pm UTC](https://forum.kirupa.com/t/flv-playback-press-play-to-do-an-action/226882 "2007-05-24T20:17:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![friggingmick](https://avatars.discourse-cdn.com/v4/letter/f/58956e/32.png) [@friggingmick](https://forum.kirupa.com/u/friggingmick)
#### Post date: [May 24, 2007, 8:17pm UTC](https://forum.kirupa.com/t/flv-playback-press-play-to-do-an-action/226882/1 "2007-05-24T20:17:12Z")

</div>

I use a “progressive download” FLV playback skin and seem can’t get the function to work when press on the play button. I can’t find any proper reference to playback play button’s path in forum, is this path correct?:

```auto

myVid.play_mc.onPress = function() {
	screenout._visible = false;
}

```
