Getting flash to validate?

This is a discussion on "Getting flash to validate?" within the Flash & Multimedia Forum section. This forum, and the thread "Getting flash to validate? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Jun 5th, 2007, 21:40
Junior Member
Join Date: May 2007
Location: London
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Getting flash to validate?

http://www.newoptical.net/

Hi. I'm currently trying to make the lastfm radio player in the above page validate as strict xhtml. Could anyone be so kind as to point me in the right direction? I think there's a way..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Jun 12th, 2007, 14:22
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Getting flash to validate?

Something that looked like this, will validate.

Code: Select all
 
<object type="application/x-shockwave-flash" data="myMovie.swf" width="431" height="68">
<param name="movie" value="myMovie.swf" />
<param name="BGCOLOR" value="#000000" />
<a title="You must install the Flash Plugin for your Browser in order to view this movie" href="http://www.macromedia.com/shockwave/download/alternates/"><img src="needplugin.gif" width="431" height="68" alt="placeholder for flash movie" /></a>
</object>
Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Jun 24th, 2007, 10:33
SuperMember

SuperMember
Join Date: Mar 2006
Location: London
Age: 23
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Getting flash to validate?

As far as I'm aware the best supported method for getting flash to validate in a site is to use the Satay method: http://alistapart.com/articles/flashsatay

another way which I've seen people use is by loading the flash using javascript http://www.osflash.org/ufo

Both are pretty easy to implement too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Jun 29th, 2007, 21:51
saltedm8's Avatar
SuperMember

SuperMember
Join Date: Nov 2005
Location: here
Age: 27
Posts: 1,518
Blog Entries: 2
Thanks: 1
Thanked 11 Times in 11 Posts
Re: Getting flash to validate?

Code: Select all
<object type="application/x-shockwave-flash" data="root/to/yourheader.swf" width="780" height="169">
<param name="movie" value="root/to/yourheader.swf" />
<img src="http://www.webforumz.com/images/root/image.jpg" width="780" height="169" alt="banner" />
</object>
this definetly validates
Last Blog Entry: Strict and Transitional Doctype's (Sep 12th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
flash validation, strict xhtml flash, valid flash, xhtml flash

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
trying to validate css Phixon Web Page Design 12 Oct 2nd, 2007 20:44
flash/javascript banner won't validate milly Starting Out 8 Aug 7th, 2007 23:56
Attempt to validate Phixon Web Page Design 11 Jul 24th, 2007 14:25
Why should I validate CSS? spinal007 Web Page Design 13 May 11th, 2007 14:24
validate database Monie Classic ASP 3 Sep 9th, 2004 01:56


All times are GMT. The time now is 22:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42