Page 1 of 1

Using Jing in Wordpress?

Posted: Wed Aug 26, 2009 10:27 am
by Wolf_22
I've uploaded a Jing SWF file to my Wordpress library, however, I'm having issues getting it to be embedded properly (or else, there's a problem with the SWF file). I have no experience making those Jing videos, so first, let me ask this: do they have some sort of constraining properties that would constrict the movie's proportions?

Secondly, my embed code is below. Only part of the movie shows up and I'm not sure why. Any input on faulty aspects would be appreciated (I used 100% in thinking that it would just max out the space, but it still remained cropped):

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="movie" value="http://blah.blah.edu/~tutlib/vtl_content/uploads/2009/08/test.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="content=http://blah.blah.edu/~tutlib/vtl_content/uploads/2009/08/test.swf&width=100%&height=100%"></param><param name="allowFullScreen" value="true"></param> <embed src="http://blah.blah.edu/~tutlib/vtl_content/uploads/2009/08/test.swf" quality="high" bgcolor="#FFFFFF" width="100%" height="100%" type="application/x-shockwave-flash" flashVars="content=http://blah.blah.edu/~tutlib/vtl_content/uploads/2009/08/test.swf&width=100%&height=100%" allowFullScreen="true"></embed></object>