On Fri, 20 Jan 2006 11:02:55 +0100, Eddie Codel <[EMAIL PROTECTED]> wrote:
> Awesome script Josh. Thanks for that contribution to the vlogosphere. > I'm wondering if you or anyone else has basically done the same thing but > embedded the video within the image area of the blog post. I see Steve > Garfield's vlog has exactly what I mean. To accomplish that, there is > some javascript wrapped around what is displayed in the blog which then > calls an external script to change it's contents. Hoping that might be > something that can be shared. I'm using that on my blog. You can get the javascript at <URL: http://www.solitude.dk/img/video-link.js > and there's no documentation. Make a copy of that file, upload to your own server and link to it with <script type="text/javascript" src="[URL]"></script>. Basically it searches for links of the format: <a href="[URL]" rel="enclosure" type="video/quicktime"> The first child of the link must be an image (to weed out false positives). You can see it in effect on <URL: http://www.solitude.dk/archives/20051201-1610/ > Problems with the current version: - Only works with Quicktime video - Image has to be the same size as the video - Quicktime player will be 320*240 regardless of your video size - Doesn't work in Internet Explorer, but degrades gracefully to a normal link Eventually I will fix these. - Andreas -- <URL: http://www.solitude.dk/ > Commentary on media, communication, culture and technology. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/videoblogging/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
