# Flix Pro problems with loaded .swfs

**URL:** https://forum.kirupa.com/t/flix-pro-problems-with-loaded-swfs/95015
**Category:** Uncategorized
**Created:** [November 19, 2003, 3:19pm UTC](https://forum.kirupa.com/t/flix-pro-problems-with-loaded-swfs/95015 "2003-11-19T15:19:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jondj24](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@jondj24](https://forum.kirupa.com/u/jondj24)
#### Post date: [November 19, 2003, 3:19pm UTC](https://forum.kirupa.com/t/flix-pro-problems-with-loaded-swfs/95015/1 "2003-11-19T15:19:53Z")

</div>

i converted a quicktime movie to an .swf file using Flix pro Lite  
and i am loading that .swf like so:

```auto

stop();
loadMovie("3 sec flicker 1600.swf", _root.mtclip);

```

everything runs fine except at the end. i recieve an output  
message that says,

Target not found: Target=“flix\_player/play\_controls/play\_pause” Base="\_level0.mtclip"

does anyone know what this is asking for or how i can get rid of it?

thanks.
