|
-
Nov 14th, 2008, 05:25 AM
#1
[RESOLVED] Validate flash embedded code?
Hi,
I have a website the uses flash buttons and contains tags such as:
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
-
Nov 14th, 2008, 09:30 AM
#2
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
-
Nov 14th, 2008, 07:40 PM
#3
Re: Validate flash embedded code?
Does that mean I just have to replace
with
?
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|