Flash working on local (laptop) server but not in SiteGround - Joomla! Forum - community, help and support
i have flash page (only flas, nothing else). orks on personal server (laptop, xampp). not work when transfer remote server @ siteground.com. tripled check swf file exist @ correct directory -- image/flash/orthoqd-3.swf. website orthoqd.com -- click on flag, click on products.
the code simple:
=====================
<object data="images/flash/orthoqd-3.swf" type="application/x-shockwave-flash" height="400" width="400">
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="src" value="images/flash/orthoqd-3.swf" />
</object>
=================
thanks in advance
ben
the code simple:
=====================
<object data="images/flash/orthoqd-3.swf" type="application/x-shockwave-flash" height="400" width="400">
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="src" value="images/flash/orthoqd-3.swf" />
</object>
=================
thanks in advance
ben
try putting in full url flash file:
btw - have spelling error in products in menu (prroducts).
code: select all
data="http://www.yourdomain.com/images/flash/orthoqd-3.swf"
btw - have spelling error in products in menu (prroducts).
Comments
Post a Comment