Welcome

Welcome to our blog about all kind of topics that are related to software development. We blog about:

SOA, BPM, EDA, ECM and all the other buzz words. Beware some post might not be so common as you think. We are not scared to go against main stream thoughts.

Technologies like java, maven, springframework, OSGi and front end technologies and frameworks like jQuery, DWR, Flex.

Finally to make this happen we need tools and of course a Mac (well some of us do). So we blog about that as well.

Technorati

Add to Technorati Favorites

Doing youtube movies with internet explorer

logo_youtube.gifI already wrote before i have a Mac. I do not use the internet explorer on the mac and if I am using a windows machine I mostly use opera or firefox. Why am I telling you this, well that means I do not very regularly test on internet explorer. The previous post from Freddie with all the nice Youtube movies did perfectly work on the mac, but Freddie could not see the movies. So we started debugging. Finally when I got to this website:

http://www.bernzilla.com/item.php?id=681

I started to understand the problem. The browser was missing the flash plugin and the format of the embedding of youtube movies was not good. So I changed the links and yes it works. It turns out that internet explorer does not come with a warning and a download option for unavailable plugins when using the embed tag.

Here is the solution as I took him from the mentioned website.

<object 
	type="application/x-shockwave-flash" 
	style="width:425px; height:350px;" 
	data="http://www.youtube.com/v/CnhEfxxhg34&amp">
		<param name="movie" 
			value="http://www.youtube.com/v/CnhEfxxhg34&amp" />
</object>

Long live google for searching, bloggers for posting solutions and internet explorer for sticking to standards

1 comment to Doing youtube movies with internet explorer

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>