# Only Play SWF on my server

**URL:** https://forum.kirupa.com/t/only-play-swf-on-my-server/171483
**Category:** Uncategorized
**Created:** [December 5, 2005, 9:11pm UTC](https://forum.kirupa.com/t/only-play-swf-on-my-server/171483 "2005-12-05T21:11:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tonygarcia](https://avatars.discourse-cdn.com/v4/letter/t/ac8455/32.png) [@tonygarcia](https://forum.kirupa.com/u/tonygarcia)
#### Post date: [December 5, 2005, 9:11pm UTC](https://forum.kirupa.com/t/only-play-swf-on-my-server/171483/1 "2005-12-05T21:11:04Z")

</div>

```auto
var t=this._url;
var tt="http://azulinteractive.com";
var ttt="http://www.azulinteractive.com";
if (t!=tt||t!=ttt) {
getURL("http://azulinteractive.com/stolen");
}
stop();
/*maybe
else{play()};
*/ 

```

After many hours of trouble shooting… this is the best a friend and I could come up with…

I’m using a php cms system… so i’d like to keep this in one swf… no external files…

any way i could fix this … so it only works on [azulinteractive.com](http://azulinteractive.com) ???

please help
