Without including swfobject.js can only swf files be loaded through html.And if so is there a common tag for all the browsers.

<object id="myMovieName" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="movie.swf" name="movie">
<param value="high" name="quality">
<param value="#FFFFFF" name="bgcolor">
<embed align=""
       type="application/x-shockwave-flash"
       name="myMovieName"
       bgcolor="#FFFFFF"
       quality="high"
       src="movie.swf"
       href="movie.swf">
</object>
link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

The combination you posted, <object> with nested <embed> should work for all browsers. There isn't one tag that works for all browsers. See this document for details.

I would still recommend swfobject, though.

link|improve this answer
+1 on swfobject – ngen Feb 7 '11 at 15:34
actually, you can use SWFObject's static publishing method, which doesn't require JavaScript. It uses nested object elements. See learnswfobject.com/the-basics/static-publishing – pipwerks Feb 7 '11 at 16:02
feedback

If the implementation uses "smarty," which doesn't take {} especially during the variable declaration, this way is the only way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.