Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer

When you hover over my drop-down menu using IE8 or IE9, the menu div will display behind the YouTube embedment. It works fine on all other browsers. Upon research, I found out that many others have the same problem and the solution is to set the wmode attribute to transparent. So for instance <iframe width=”578″ … Read more

Managing and Playing Large videos

I am implementing a blog to share courses, lectures, tutorials or talks. The video sizes might be bit a bit big – so i was wondering what is a good quality plugin for wordpress that would allow to play videos smoothly , with different dpi settings and such. I want to host the files on … Read more

getting video dimensions

when attaching videos (eg. .flv) to a post – is it possible to query its dimensions? the problem is – i’ve got videos in 4:3 and 16:9 format and i need to get this information. any ideas? thanks 4 Answers 4 php-flvinfo and php-mp4info are php classes for reading flv and mp4 metadata. you could … Read more

Do_Shortcode not working for Embed

I’m trying to use Custom Field types to embed Youtube videos in a more organized fashion and using the Do_Shortcode() would seem to work perfectly, however this: <?php echo do_shortcode(”); ?> Does not seem to work, however in the same single.php file this does work perfectly: <?php echo do_shortcode(”); ?> I put them one after … Read more