Results 1 to 2 of 2

Thread: flash and validation

  1. #1
    Join Date
    Dec 2007
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default flash and validation

    I'm wondering what fixes are out there for problems such as this. This always happens to me when putting flash content into an xhtml / css page.

    ~ Regards
    Steve Case

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    See:

    http://www.alistapart.com/articles/flashsatay

    Basically though, according to the w3c standards, the embed tag is invalid.

    So you can either rely upon javascript to create and/or write out the invalid code in such a way that it is hidden from the validator (which really doesn't solve the problem*), or you can learn how to write valid object/object tag pairs in place of the invalid object/embed tag pairs.


    *It will solve the problem in the near term. However, as more and more browsers become standards compliant, you may lose compatibility.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •