Shopping Cart

Your cart is empty
Comments
Blog
Home : Blog : Flash : W3C Validated Site And Flash Problem Solved

W3C Validated Site And Flash Problem Solved

E-mail
User Rating: / 0
PoorBest 
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.

Here is the code

<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 href="http://www.macromedia.com/go/getflashplayer/">
Download Macromedia Flash Player</a></p></object>

All you have to do is to set the width and height of the swf flash file and set the filename - that is the url path to the file. And that is it. The site gets validated.



Comments
Add New Search RSS
+/-
Write comment
Name:
Email:
 
Website:
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
Please input the anti-spam code that you can read in the image.
Anonymous |2008-08-04 18:24:40
great article