Hi!
I 'm workig on my private site now, and I've made flash banner for it...but when I tied to validate my site, w3c validator throws me errors about embed and parameters inside embed flag, that it can't be used at all... how can I do to repair this? I know, that it can be rebuild somehow, I've seen sth like that on http://www.salagedata.com. There are animated element in header, but page is 100% validated. Thanks for your help.
problem with flash banner
Started by justyna, Sep 09 2007 05:38 AM
5 replies to this topic
#1
Posted 09 September 2007 - 05:38 AM
|
|
|
#2
Posted 09 September 2007 - 05:44 AM
... you should look in page source and it will be all clear ...
#3
Posted 09 September 2007 - 05:47 AM
justyna said:
Hi!
I 'm workig on my private site now, and I've made flash banner for it...but when I tied to validate my site, w3c validator throws me errors about embed and parameters inside embed flag, that it can't be used at all... how can I do to repair this? I know, that it can be rebuild somehow, I've seen sth like that on http://www.salagedata.com. There are animated element in header, but page is 100% validated. Thanks for your help.
I 'm workig on my private site now, and I've made flash banner for it...but when I tied to validate my site, w3c validator throws me errors about embed and parameters inside embed flag, that it can't be used at all... how can I do to repair this? I know, that it can be rebuild somehow, I've seen sth like that on http://www.salagedata.com. There are animated element in header, but page is 100% validated. Thanks for your help.
I've looked in page source, and I can't understand one thing...ok, it's a gif file inserted instead swf and there is img instead embed, but why in IE, when I enter site I can see swf not gif....how is that??
#4
Posted 09 September 2007 - 05:50 AM
justyna said:
I've looked in page source, and I can't understand one thing...ok, it's a gif file inserted instead swf and there is img instead embed, but why in IE, when I enter site I can see swf not gif....how is that??
Ok, I see you're a noobie... look, this is a source code from www.salagedata.com:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="69" height="70">
<param name="movie" value="http://www.salvagedata.com/templates/sd2007s/images/127.swf" />
<param name="quality" value="high" />
<img src="http://www.salvagedata.com/templates/sd2007s/images/salv.gif" width="69" height="69" alt=" "/>
</object>
you can see, that there is gif file in <img>, but you should look inside param's too, so
<param name="movie" value="http://www.salvagedata.com/templates/sd2007s/images/127.swf" />
as you can see here is swf file inserted and IE displaying that file, instead animated gif ...
#5
Posted 09 September 2007 - 05:53 AM
lukaszw said:
Ok, I see you're a noobie... look, this is a source code from www.salagedata.com:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="69" height="70">
<param name="movie" value="http://www.salvagedata.com/templates/sd2007s/images/127.swf" />
<param name="quality" value="high" />
<img src="http://www.salvagedata.com/templates/sd2007s/images/salv.gif" width="69" height="69" alt=" "/>
</object>
you can see, that there is gif file in <img>, but you should look inside param's too, so
<param name="movie" value="http://www.salvagedata.com/templates/sd2007s/images/127.swf" />
as you can see here is swf file inserted and IE displaying that file, instead animated gif ...
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="69" height="70">
<param name="movie" value="http://www.salvagedata.com/templates/sd2007s/images/127.swf" />
<param name="quality" value="high" />
<img src="http://www.salvagedata.com/templates/sd2007s/images/salv.gif" width="69" height="69" alt=" "/>
</object>
you can see, that there is gif file in <img>, but you should look inside param's too, so
<param name="movie" value="http://www.salvagedata.com/templates/sd2007s/images/127.swf" />
as you can see here is swf file inserted and IE displaying that file, instead animated gif ...
thanks for your help :)
#6
Guest_Kaabi_*
Posted 10 November 2007 - 09:53 AM
Guest_Kaabi_*
So it's all been worked out well, aye? Examining the source code always helps when trying to find problems, obviously.


Sign In
Create Account

Back to top









