Shopping Cart

Your cart is empty
Comments
Blog
Home : Blog : Flash

Flash

W3C Validated Site And Flash Problem Solved

E-mail
Flash
Sunday, 24 December 2006 15:56

Recently I have decided to make W3C html compliant websites and I have found out that after the site has been validated the rankings went up. I have seen the change on few of the sites.

I have also start making Content Management System W3C validated sites and the problems were sometimes found in flash because flash by default is not validated by W3C.

So you have to kind of tweak a code.

Read more...
 

Flash Validation

E-mail
Flash
Tuesday, 28 November 2006 13:29

Example 1

 

<object type="application/x-shockwave-flash" data="filename.swf"
width="200" height="200"
id="movie1">
<param name="movie" value="filename.swf">
<p>You need the Flash plugin.</p>
<p><a xhref="http://www.macromedia.com/go/getflashplayer/">Download Macromedia Flash Player</a></p></object>