# Using manual JS Active Content Fix, but now how do I append the \*.swf?

**URL:** https://forum.kirupa.com/t/using-manual-js-active-content-fix-but-now-how-do-i-append-the-swf/190571
**Category:** flash
**Created:** [June 13, 2006, 3:24am UTC](https://forum.kirupa.com/t/using-manual-js-active-content-fix-but-now-how-do-i-append-the-swf/190571 "2006-06-13T03:24:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![messlah](https://avatars.discourse-cdn.com/v4/letter/m/c37758/32.png) [@messlah](https://forum.kirupa.com/u/messlah)
#### Post date: [June 13, 2006, 3:24am UTC](https://forum.kirupa.com/t/using-manual-js-active-content-fix-but-now-how-do-i-append-the-swf/190571/1 "2006-06-13T03:24:17Z")

</div>

Hi all I am using this method to fix the Active Content issue,  
[http://www.adobe.com/devnet/activecontent/articles/devletter.html#multipleoccurrences](http://www.adobe.com/devnet/activecontent/articles/devletter.html#multipleoccurrences)  
but now I have come across a situation when I have to append the end of the .swf.

EG: Active content fix script. It does not use the extension .swf

\<script type=“text/javascript” \>  
AC\_FL\_RunContent(  
‘codebase’, ‘[https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0](https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0)’,  
‘width’, ‘764’,  
‘height’, ‘141’,  
‘src’, ‘images/footer\_graphic\_1\_about’,  
‘quality’, ‘high’,  
‘pluginspage’, ‘[https://www.macromedia.com/go/getflashplayer](https://www.macromedia.com/go/getflashplayer)’,  
‘align’, ‘middle’,  
‘play’, ‘true’,  
‘loop’, ‘true’,  
‘scale’, ‘showall’,  
‘wmode’, ‘window’,  
‘devicefont’, ‘false’,  
‘id’, ‘footer\_graphic\_1\_about’,   
‘name’, ‘images/footer\_graphic\_1\_about’,  
‘menu’, ‘true’,  
‘allowScriptAccess’,‘sameDomain’,  
‘movie’, ‘images/footer\_graphic\_1\_about’,  
‘salign’, ‘’  
); //end AC code  
\</script\>

I need to add .swf?\<%response.write qs%\>" to the images/footer\_graphic\_1\_about, because I am passing a variable through the .swf.

Eg: images/footer\_graphic\_1\_about.swf?intro=no

Any help would be great.
