todd’s thoughts on the higher ed web world Rotating Header Image

Posts from ‘February, 2009’

No embed tag for now

Now that we have started to put a few more videos up at You Tube we have also embedded some of them directly into our pages. I took the embed code sample provided by You Tube and pasted it into the page.
<object width=”480″ height=”295″>
<param name=”movie” value=”http://www.youtube.com/v/wmkkVhBxLsc&hl=en&fs=1″></param>
<param name=”allowFullScreen” value=”true”></param>
<param name=”allowscriptaccess” value=”always”></param>
<embed src=”http://www.youtube.com/v/wmkkVhBxLsc&hl=en&fs=1″ type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”480″ [...]

noscript work-around

OK, so the <script> tag can go in the <head> section of a web page, but the <noscript>tag can not. Go figure!
The problem came up when someone tried to display a jQuery image rotator to cycle through some images. To make sure it degraded nicely when javascript was turned off we chose to just display [...]