Jump to content

Resetting Video Dimensions


Guest Realto619

Recommended Posts

Guest Realto619

Wasn't sure where to post this, so I figured this was as good a place as any. When I was watching the PHP Beginning OOP videos, I noticed that the dimensions for the videos were out of proportion. They're currently set to 716 x 364, but the resolution of the actual videos is closer to 716 x 400. Adjusting the object tags to the following would make for a much smoother video presentation:

 

<!-- video here -->

<object type="application/x-shockwave-flash" align="center" width="716" height="400" data="http://www.idea22.com/public/swf/i22_swf.swf?vv=videos:2007090910703839680:716:364:e"'>http://www.idea22.com/public/swf/i22_swf.swf?vv=videos:2007090910703839680:716:364:e">'>http://www.idea22.com/public/swf/i22_swf.swf?vv=videos:2007090910703839680:716:364:e">

<param name="allowScriptAccess" value="always" />

<param name="movie" value="http://www.idea22.com/public/swf/i22_swf.swf?vv=videos:2007090910703839680:716:364:e" />

<param name="allowFullScreen" value="true" />

<param name="flashVars" value="allowfullscreen=true&autostart=false&overstrech=fit&height=400&width=716&file=http://www.idea22.com/public/pv/2007090910703839680.flv&image=http://www.idea22.com/public/pv/2007090910703839680.jpg" />

<embed src="http://www.idea22.com/public/swf/i22_swf.swf?vv=videos:2007090910703839680:716:364:e" quality="high" width="716" width="400" id="idea22" align="center" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashVars="allowfullscreen=true&autostart=false&overstrech=fit&height=400&width=716&file=http://www.idea22.com/public/pv/2007090910703839680.flv&image=http://www.idea22.com/public/pv/2007090910703839680.jpg" />

</object>

<!-- end video -->

 

Not a criticism, just wanted to enhance the value of the videos even more than they are currently, which is very good.

Link to comment
Share on other sites

Actually, I took a look just now, and as far as I can tell, they are using the correct dimensions. Was there a specific video you were talking about? I've looked through a couple of the Beginner OOP videos, and as far as I can tell, none of the text in the videos is out of proportion (which would indicate video itself was out of proportion.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...