# Help ref "Fixing the Flash/Embed Issue"

**URL:** https://forum.kirupa.com/t/help-ref-fixing-the-flash-embed-issue/224620
**Category:** flash
**Created:** [May 3, 2007, 8:25pm UTC](https://forum.kirupa.com/t/help-ref-fixing-the-flash-embed-issue/224620 "2007-05-03T20:25:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mschenck](https://avatars.discourse-cdn.com/v4/letter/m/43a26b/32.png) [@mschenck](https://forum.kirupa.com/u/mschenck)
#### Post date: [May 3, 2007, 8:25pm UTC](https://forum.kirupa.com/t/help-ref-fixing-the-flash-embed-issue/224620/1 "2007-05-03T20:25:37Z")

</div>

The info relating to  
Fixing the Flash/Embed Issue  
on this page  
[http://www.kirupa.com/developer/flash8/flash\_fix.htm](http://www.kirupa.com/developer/flash8/flash_fix.htm)

was great, Thank You

One further question please

If the user doesnt have Flash installed, or enabled, the page is blank.

Can something be added to one of the lines that returns a message/link/ or alt content?

Thank you

\<div id="“flashcontent3"” style="“width: 117px; height:430px”"\>\</div\>  
\<script type="“text/javascript”"\>  
var fo = new FlashObject(""/siteimages/general/side\_bar\_us.swf"", ““animationName””, ““117"”, ““430"”, ““7"”, “”#FFFFFF””);  
fo.addParam(”“allowScriptAccess”", ““sameDomain””);  
fo.addParam("“quality”", ““high””);  
fo.addParam("“scale”", ““noscale””);  
fo.addParam("“loop”", ““false””);  
fo.write("“flashcontent3"”);  
\</script\>
