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>