![]() |
|
swf banner works fine locally but not on server. Please hepl. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: swf banner works fine locally but not on server. Please hepl. (/Thread-swf-banner-works-fine-locally-but-not-on-server-Please-hepl) |
swf banner works fine locally but not on server. Please hepl. - alok9shm - 03-21-2014 So I had just spent the whole day putting together resources (copy+paste :Sarcastic to build a website, a simple HTML one, with a flash banner. The whole thing worked fine when i tested it locally, but it refuses to show up the swf banner when i publish it on the server.Here's the code segment: Code: <div id="ani"><object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="742" height="298">
<param name="movie" value="images/banner.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="8.0.35.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" /><!-- This param tag
prompts users with Flash Player 6.0 r65 and higher to
download the latest
version of Flash Player. Delete it if you don’t want users to see
the prompt. --><!-- Next object tag
is for non-IE browsers. So hide it from IE using IECC.
--><!--[if
!IE]>--><!--<![endif]--><!--
The browser displays the following alternative content
for users with Flash
Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer
version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="www.adobe.com/images/shared/download_buttons/get_flash_player.html" alt="Get Adobe Flash
player" width="112" height="33" /></a></p></div><!--[if !IE]>--></object><!--<![endif]--></div><img src="untitle.jpg" alt="" height="868" width="1003" /></div>No matter what the browser is, it shows the alternative content "Content on this page requires a newer version of Adobe Flash Player." given in the code above. This has pissed me off. :Angry: Please help me out. RE: swf banner works fine locally but not on server. Please hepl. - Alex Benoit - 03-21-2014 Look for examples on usage for the version tag. You may be using it wrong. Btw, you should ask this somewhere like stackoverflow if you want a quicker response, as it is based around these kinds of questions. :p Good luck man, hope you get it figured out.
RE: swf banner works fine locally but not on server. Please hepl. - Alex Benoit - 03-21-2014 Look for examples on usage for the version tag. You may be using it wrong. Btw, you should ask this somewhere like stackoverflow if you want a quicker response, as it is based around these kinds of questions. :p Good luck man, hope you get it figured out.
RE: swf banner works fine locally but not on server. Please hepl. - bluedog.tar.gz - 03-24-2014 Can you link me to your webpage? RE: swf banner works fine locally but not on server. Please hepl. - alok9shm - 03-25-2014 Here you go: http://saiwebdesigner.com |