Flash content works on direct link, but not when inserted into html?

Posted by Zolomon on Stack Overflow See other posts from Stack Overflow or by Zolomon
Published on 2010-03-16T17:56:05Z Indexed on 2010/03/16 18:01 UTC
Read the original article Hit count: 269

Filed under:
|

How come http://www.zolomon.com/wptj/wp-content/themes/default/polaroid.swf
works perfectly but not when implemented at http://www.zolomon.com/wptj/?page_id=8 ?

The code I use to insert the .swf-file is the following:

            <object width="522" height="490" id="polaroid" align="middle">
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="false" />
                <param name="movie" value="polaroid.swf" />
                <param name="menu" value="false" />
                <param name="quality" value="high" />
                <param name="scale" value="noscale" />
                <param name="bgcolor" value="#DFCEAF" />
                <embed src="wp-content/themes/default/polaroid.swf" menu="false" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="522" height="490" name="polaroid" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
            </object>

© Stack Overflow or respective owner

Related posts about flash-cs4

Related posts about html