Embedding Flash While Supporting Standards!

liunx

Guest
Howdy! <br />
<br />
I Have an Embedded Flash Movie n'a Webpage That, I'm Tryin'2 "Validate"!<br />
<br />
Validation Results (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.recallguinn.blogspot.com%2F">http://validator.w3.org/check?uri=http% ... pot.com%2F</a><!-- m -->) <br />
<br />
As You Can See It Is Not Possible To Validate This Webpage Using This Code:<br />
<br />
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"<br />
codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"<br />
WIDTH="200" HEIGHT="100" id="recall_logo"><br />
<PARAM NAME=movie VALUE="http://www.recallguinn.com/recall_logo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#CCCC99> <EMBED src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.recallguinn.com/recall_logo.swf" quality=high bgcolor=#CCCC99 WIDTH="200" HEIGHT="100" NAME="recall_logo" <br />
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"><br />
</OBJECT><br />
<br />
On Recommendation of "pyro", I Read "A List Apart: Flash Satay (<!-- m --><a class="postlink" href="http://www.alistapart.com/stories/flashsatay/">http://www.alistapart.com/stories/flashsatay/</a><!-- m -->)" By Drew McLellan! <br />
<br />
Now, I Have This Code:<br />
<br />
<object type="application/x-shockwave-flash" data="c.swf?path=http://www.recallguinn.com/recall_logo.swf" width="200" height="100"><param name="movie" value="c.swf?path=http://www.recallguinn.com/recall_logo.swf" /><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.recallguinn.blogspot.com/ReCallKennyGuinnLOGO.jpg" width="196" height="104" alt="" /></object><br />
<br />
<br />
...Where "c.swf"="The container movie is c.swf."?<br />
<br />
I Don't Quite Understand What "c.swf" Should Be???<br />
<br />
Can Someone Explain What "c.swf" Should Be, To Me?<br />
<br />
Thank you!<!--content-->Depending on the filesize of your flash movie, you may not even need to use c.swf. c.swf is a container movie, that is used to get around an M$ IE bug. What it is, is a movie that is the same size (in pixels) as your other movie, and is used to preload the original. On my site (<!-- m --><a class="postlink" href="http://www.infinitypages.com/webdesign.php">http://www.infinitypages.com/webdesign.php</a><!-- m -->), the flash files were small enough that I did not worry about it. But, if your files need to preload, you can find the c.swf file at <!-- m --><a class="postlink" href="http://dreamweaverfever.com/play/flashsatay/">http://dreamweaverfever.com/play/flashsatay/</a><!-- m -->. O.K.! <br />
<br />
Therefore, My Code Is... <br />
<br />
<br />
<object type="application/x-shockwave-flash" data="http://www.recallguinn.com/recall_logo.swf" width="200" height="100"><param name="movie" value="http://www.recallguinn.com/recall_logo.swf" /><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.recallguinn.blogspot.com/ReCallKennyGuinnLOGO.jpg" width="196" height="104" alt="" /></object><br />
<br />
<br />
...& *IT* WORKS!!! (<!-- m --><a class="postlink" href="http://www.recallguinn.blogspot.com/">http://www.recallguinn.blogspot.com/</a><!-- m -->) <br />
<br />
Thank You! pyro!<br />
<br />
Oh! ...& BTW - I L@@K@Your Website:Infinity Web Design (<!-- m --><a class="postlink" href="http://www.infinitypages.com/webdesign.php">http://www.infinitypages.com/webdesign.php</a><!-- m -->), VERY *Nice*! <br />
<br />
Now, I'm Headed Back Over To The Web Developer Forum - This Default Blogger Template Javascript Error! (<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=18287">http://forums.webdeveloper.com/showthre ... adid=18287</a><!-- m -->), To Solve That, Javascript Problem!<br />
<br />
Then, I'll Have The Much Coveted, "Valid" HTML!<br />
<br />
Validation Results (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.recallguinn.blogspot.com%2F">http://validator.w3.org/check?uri=http% ... pot.com%2F</a><!-- m -->)<br />
<br />
Thanks Again!<br />
<br />
HI-YO! "S-I-L-V-E-R" AWAY!!!<br />
<br />
- The L1 Ranger!<!--content-->Cool! I'm glad you like my site. Also glad to hear you were able to get the flash to validate. :)<!--content-->
 
Back
Top