onemanstarwars Posted October 2, 2005 Share Posted October 2, 2005 I'm having a problem with embed and it not validating. Its a flash movie and the object turns out. Plus it works noproblem in Netscape. I have tried everything I can think of to be the problem but nothing works . If anyone can help it would be great.Validation pageMy site the flash is both the logo at the top and the menu.Thanx in advance onemanstarwars Link to comment Share on other sites More sharing options...
F-Man Posted October 2, 2005 Share Posted October 2, 2005 Here is the correct code: <object type="application/x-shockwave-flash" data="logo.swf" width="600" height="40" id="banner"> <param name="movie" value="logo.swf" /> Alternate text or image for users without Flash plugin.</object> After some testing it seems like you must absolutely set a width and a height, by the way. And the param tag is also necessary if you want it to work with IE.I think classid and codebase attributes may also be used, if you know what values are best for a Flash, I personally don't. =) Link to comment Share on other sites More sharing options...
onemanstarwars Posted October 2, 2005 Author Share Posted October 2, 2005 Thanx The only thing is the problem is with EMBED not OBJECT. The page turns out in both IE and Nets. but I'm having a problem with the EMBED not validating.The Validatorhttp://validator.w3.org/check?uri=http%3A%...ype=Inline&ss=1 Link to comment Share on other sites More sharing options...
F-Man Posted October 2, 2005 Share Posted October 2, 2005 embed doesn't validate because it is deprecated. object is the way to go. Link to comment Share on other sites More sharing options...
ermac Posted October 10, 2005 Share Posted October 10, 2005 and how to make it? (mozilla and netscape doesnt recognize <object> tag) Link to comment Share on other sites More sharing options...
F-Man Posted October 10, 2005 Share Posted October 10, 2005 and how to make it? (mozilla and netscape doesnt recognize <object> tag)<{POST_SNAPBACK}> Yes they do. Link to comment Share on other sites More sharing options...
ermac Posted October 11, 2005 Share Posted October 11, 2005 and how to make it? (mozilla and netscape doesnt recognize <object> tag)nvmhere is solution:http://www.alistapart.com/articles/flashsatay/I dont know is it working in opera but it works fine in netscape and firefox Yes they do.<{POST_SNAPBACK}> I dont understant why poeple posts sth when they dont wanna help - maybe some kind of blog would be more suitable for them Link to comment Share on other sites More sharing options...
WiCkEdStYlZ` Posted October 11, 2005 Share Posted October 11, 2005 >> Answered Here << Link to comment Share on other sites More sharing options...
F-Man Posted October 12, 2005 Share Posted October 12, 2005 I dont understant why poeple posts sth when they dont wanna help - maybe some kind of blog would be more suitable for them <{POST_SNAPBACK}> And I too don't understand; the code I posted above seemed to work in all browsers, what's wrong with it? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now