Re: [WSG] Validating Flash

2008-03-27 Thread Andrew Freedman

Tim MacKay provided the following information on 27/03/2008 4:37 PM:


Hi List,

 

My question is about embedding Flash on html pages (just certain 
elements -- not talking about full flash sites). I always get errors 
from HTML Tidy and the validator about the object and embed tags, 
which wrecks my validated markup. What is the standards-compliant way 
to embed Flash elements so that my site validates and stops throwing 
errors?


 


Thanks,

Tim




Hi Tim,

I always use the following code and my pages always validate. 


Is it standards compliant? Someone can answer that for me perhaps...

Andrew


script type=text/javascript
AC_FL_RunContent( 
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','180','height','185','title','Wonderful','src','swf/my_wonderful','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','swf/index_testimonial'
 ); //end AC code
/script

noscript
object type=application/x-shockwave-flash data=swf/my_wonderful.swf width=100 
height=100
 param name=movie value=swf/my_wonderful.swf /
 param name=quality value=high /
/object
/noscript






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Validating Flash

2008-03-27 Thread Marian M.Bida
Use swfobject, check my web site http://www.pureflash.net, see how I embed
my swfs and make it that way, it will work.

On Thu, Mar 27, 2008 at 8:06 AM, Andrew Freedman 
[EMAIL PROTECTED] wrote:

  Tim MacKay provided the following information on 27/03/2008 4:37 PM:

  Hi List,



 My question is about embedding Flash on html pages (just certain elements
 – not talking about full flash sites). I always get errors from HTML Tidy
 and the validator about the object and embed tags, which wrecks my validated
 markup. What is the standards-compliant way to embed Flash elements so that
 my site validates and stops throwing errors?



 Thanks,

 Tim



 Hi Tim,

 I always use the following code and my pages always validate.

 Is it standards compliant? Someone can answer that for me perhaps...

 Andrew

 script type=text/javascript
 AC_FL_RunContent( 
 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','180','height','185','title','Wonderful','src','swf/my_wonderful','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','swf/index_testimonial
  
 http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0%27,%27width%27,%27180%27,%27height%27,%27185%27,%27title%27,%27Wonderful%27,%27src%27,%27swf/my_wonderful%27,%27quality%27,%27high%27,%27pluginspage%27,%27http://www.macromedia.com/go/getflashplayer%27,%27movie%27,%27swf/index_testimonial'
  ); //end AC code
 /script

 noscript
 object type=application/x-shockwave-flash data=swf/my_wonderful.swf 
 width=100 height=100
   param name=movie value=swf/my_wonderful.swf /
   param name=quality value=high /
 /object
 /noscript






 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
http://www.pureflash.net
web designer and interactive media developer

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Validating Flash

2008-03-27 Thread Mahendran Venkatesan
Hi Tim,

Already we had some discussion related to this. Please refer the mails with
heading *The correct way of placing a swf file into a XHTML webpage*.
Here, you can find some information.

Thanks!
Venkatesan M

On Thu, Mar 27, 2008 at 11:07 AM, Tim MacKay [EMAIL PROTECTED] wrote:

  Hi List,



 My question is about embedding Flash on html pages (just certain elements
 – not talking about full flash sites). I always get errors from HTML Tidy
 and the validator about the object and embed tags, which wrecks my validated
 markup. What is the standards-compliant way to embed Flash elements so that
 my site validates and stops throwing errors?



 Thanks,

 Tim

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Validating Flash

2008-03-27 Thread Kane Tapping
Hi Tim,

For XHTML 1.0 Strict I use:

object type=application/x-shockwave-flash 
data=swf/flash-file-name.swf width=xxx height=xxx
param name=movie value=swf/flash-file-name.swf /
param name=play value=true /
param name=quality value=best /

pAlternative content for users if plug-in fails to load./p

/object








Kind Regards,

Kane Tapping
Web Standards Developer
Web and Content Management Services
Griffith University. 4111. Australia.
[EMAIL PROTECTED]
Phone: +61 (0)7 3735 7630





Tim MacKay [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
27/03/2008 03:37 PM
Please respond to
wsg@webstandardsgroup.org


To
wsg@webstandardsgroup.org
cc

Subject
[WSG] Validating Flash






Hi List,
 
My question is about embedding Flash on html pages (just certain elements 
– not talking about full flash sites). I always get errors from HTML Tidy 
and the validator about the object and embed tags, which wrecks my 
validated markup. What is the standards-compliant way to embed Flash 
elements so that my site validates and stops throwing errors?
 
Thanks,
Tim

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

[WSG] Validating Flash

2008-03-26 Thread Tim MacKay
Hi List,

 

My question is about embedding Flash on html pages (just certain elements -
not talking about full flash sites). I always get errors from HTML Tidy and
the validator about the object and embed tags, which wrecks my validated
markup. What is the standards-compliant way to embed Flash elements so that
my site validates and stops throwing errors?

 

Thanks,

Tim



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***