Results 1 to 3 of 3

Thread: [RESOLVED] Validate flash embedded code?

  1. #1

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Resolved [RESOLVED] Validate flash embedded code?

    Hi,

    I have a website the uses flash buttons and contains tags such as:
    Code:
    <embed>
    
    </embed>
    However, the normal html/xhtml validators count those tags as errors. Is there a validator specifically for flash? Or does anyone know a site what explains how to make the non html code validator friendly?

    Thanks,

    Nightwalker
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: Validate flash embedded code?

    For XHTML you need to use the object tag for your code to be compliant.

    http://www.w3schools.com/tags/tag_object.asp

  3. #3

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Validate flash embedded code?

    Does that mean I just have to replace
    Code:
    <embed></embed>
    with
    Code:
    <object>
    </object>
    ?

    Edit:

    I fixed the problem, here is an example:

    Code:
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="30" tabindex="6" title="links">
            <param name="movie" value="links.swf" />
            <param name="quality" value="high" />
            <param name="bgcolor" value="#C5EB00" />
          </object>
    Last edited by Nightwalker83; Nov 14th, 2008 at 09:04 PM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

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



Click Here to Expand Forum to Full Width