Using Jing in Wordpress?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Wolf_22
Forum Contributor
Posts: 159
Joined: Fri Dec 26, 2008 9:43 pm

Using Jing in Wordpress?

Post 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>
Post Reply