# SWFObject / Flash Detection Kit - Embedding SWFs from a parent folder

**URL:** https://forum.kirupa.com/t/swfobject-flash-detection-kit-embedding-swfs-from-a-parent-folder/208703
**Category:** flash
**Created:** [December 1, 2006, 11:43am UTC](https://forum.kirupa.com/t/swfobject-flash-detection-kit-embedding-swfs-from-a-parent-folder/208703 "2006-12-01T11:43:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gone2far](https://avatars.discourse-cdn.com/v4/letter/g/9e8a1a/32.png) [@gone2far](https://forum.kirupa.com/u/gone2far)
#### Post date: [December 1, 2006, 11:43am UTC](https://forum.kirupa.com/t/swfobject-flash-detection-kit-embedding-swfs-from-a-parent-folder/208703/1 "2006-12-01T11:43:06Z")

</div>

Hey,

I’m having issues with embedding SWFs from a parent folder e.g. trying to load example.swf:

FDK:

```auto
"src", "../example"

```

SWFObject

```auto
var so = new SWFObject("../example.swf", ...)

```

I’ve tried using absolute paths on my web server but no luck.

Also, I can’t get deeplinking / FlashVars to work in SWFObject e.g.:

```auto
so.addVariable("link", "foo")

```

Any help appreciated!
