Embedding SWF files into WordPress posts with SWFObject
I just had a heck of a time embedding a SWF file (the YouTube video from the previous post) into my WordPress post. Even when using the plain HTML editor, WordPress apparently does funny things to my HTML. Grrr! Feels like I'm using FrontPage or something!
Anyway, so I figured out that the problem was because WordPress was trying to convert the quotation marks in my code to smart quotes. Lovely! This was, of course, messing up the JavaScript required for SWFObject. So I tried putting the contents of the script tags into HTML comments, thinking WordPress might ignore the comments. And it did. But it also munged my newlines, thereby actually commenting out my JavaScript code. Grrr x 2! Finally, I got it to work by using multiline comments.
Here's the resulting code that worked:
<div align="center" id="flashCaptPicard"> You need the Flash Player to view this video. </div> <script type="text/javascript"> /*<!--*/ var so = new SWFObject("http://www.youtube.com/v/2CTB6Lklpik", "flashCaptPicard", 425, 350, "7"); so.write("flashCaptPicard"); /*-->*/ </script>
Comments
by Brajeshwar on 2006-05-31 11:38:09
by Bryan Rieger on 2006-05-31 13:26:02
by Julian Sander on 2006-08-08 12:19:14
by aral on 2006-08-08 13:39:04
by Julian Sander on 2006-08-08 21:34:37
by unijimpe on 2006-08-11 20:15:40
by blog.abstractfactory.de » Blog Archive » SWF Object in WordPress on 2006-08-12 08:12:07
by убождане » Blog Archive » Flash Embed on 2006-08-15 23:21:56
by “Share Your Smile” » How to embed SWF Files into WordPress on 2007-01-12 08:06:13
by Jesse on 2007-06-23 01:44:29
by JUST GOOD DESIGN | BLOG » Embedding Flash on 2007-06-24 22:44:21
by Pete on 2007-07-19 06:00:33
by Aral on 2007-07-19 07:21:56
by jay on 2007-09-11 07:59:51
by Aral on 2007-09-11 08:34:28
by Srinivas on 2008-05-12 04:25:45
by Tingo on 2009-02-14 23:59:42
by iwebie on 2008-10-08 18:07:22
by Iscar on 2009-05-30 08:35:49
by Sandip Saini on 2009-07-04 07:53:49
by Konya Nakliyat on 2009-07-31 16:11:35
by vinod_danims on 2009-07-24 13:55:57
by sanvaz on 2009-10-12 13:00:24
by sokkhim on 2009-12-23 02:01:02
by Nap on 2010-02-04 10:11:15
by Nironjin on 2010-05-21 05:14:22
by mike on 2010-08-25 10:03:29
by saroxx on 2010-10-29 23:01:26
by ugg boots on 2010-12-14 03:40:09
by แหวนแต่งงาน on 2011-02-01 10:19:45
by ภาษาเกาหลี on 2011-04-04 06:28:32
by SB on 2011-04-06 21:02:11
by Kenneth Ahrens on 2011-04-25 01:41:03