Monthly Archives: January 2009

Twitter Updates for 2009-01-21

Posted in Uncategorized | Leave a comment

Twitter Updates for 2009-01-16

Posted in Uncategorized | Leave a comment

Twitter Updates for 2009-01-13

  • Heading to 4th meeting of the day @ BOI Mespil Rd. Sometimes I feel like life is just a series of connected meetings :) #
  • RT @graywolf: star wars humor ROFLMAO http://zi.ma/12b1d7 #
Posted in Uncategorized | Leave a comment

Twitter Updates for 2009-01-09

Posted in Uncategorized | Leave a comment

Twitter Updates for 2009-01-08

Posted in Uncategorized | Leave a comment

DELL CEASES ALL PRODUCTION AT LIMERICK PLANT

Live from Twittersville: BREAKING NEWS: DELL CEASES ALL PRODUCTION AT LIMERICK PLANT via @lexia RT @NewsWire99.

I guess it had to happen sometime, but wow, what a blow to Limerick. I worked in Dell in Raheen (Limerick) back in 1998 or so for a summer during college. Was good fun, some great folks down there. Best of luck to everyone involved.

Posted in business, Irish | Leave a comment

Twitter Updates for 2009-01-07

  • @Talk2O2 afaik it’s running the o2 version of WM6 — showing as “CE OS 5.2.1238 (Build 17745.0.2.3)” in About. in reply to Talk2O2 #
  • @therealamz I don’t even bother trying to please him. In general know if he doesn’t like it, most norm^H^H^H^H other people will :) in reply to therealamz #
  • RT @smallbiztrends: Good advice from @khalidh on the value of security logos on your website: http://tinyurl.com/9cxcxf #
  • Wow, the twitter slowdown at 5-6pm is amazing! #
  • Just back from first rugby training since April. Bloody fitness session too! Legs really feeling it – I know I’ll be sore tomorrow. #
  • g’night all. #
  • @sineadcochrane On my 2nd, and strongly considering a 3rd coffee in reply to sineadcochrane #
  • RT @kennyEgan: This might sound funny but any recommendations who I should get onto about getting my Olympic medal insured?? #
  • Great bike deal: singlespeed Spec Tricross ~290 EUR http://bit.ly/po7zb I can recommend Pearson, bought a lovely Bowery from them last year #
  • Gorgeous all in one PC. Just need to sort the spec out. http://bit.ly/vVAp #
  • http://bit.ly/3SVq Total raised £135,000 – wow! I love the way they’re banding together. I’m not atheist but love the message. Probably :) #
  • http://xkcd.com/527/ – mouseover image for doubleplusgood comment :) #
Posted in Uncategorized | Leave a comment

Twitter Updates for 2009-01-06

Posted in Uncategorized | Leave a comment

Embedding FLV movie directly on your site

This is a brief description of how to embed an FLV movie on your site. This works for videos you have uploaded to your website and embeds it directly i.e. does not link to the video hosting site like YouTube etc. If you want to link to the direct file on the video host you can still use this method, but your video player swf needs to have a direct link to the flv (I recommend the JW player linked below). You can still do it that way, using the direct youtube flv link – but you probably need to setup a cron job to keep the direct link up to date as the video hosting companies change them sometimes..

See a working example here.

I downloaded the flv from youtube with DownloadHelper. I grabbed the flvplayer.swf as described about 2/3 way down this forum post.

Put the flv and swf both into local directory (was root) along with this code copied from above post:

<object type="application/x-shockwave-flash" width="400" height="350"
wmode="transparent" data="flvplayer.swf?file=movie.flv&autoStart=true">
<param name="movie" value="flvplayer.swf?file=movie.flv&autoStart=true" />
<param name="wmode" value="transparent" />
</object>

You can set size and autoStart in the code. If you want more control over the player appearance I recommend JW FLV Player – I’ve paid for a commercial licence for it (very cheap), use it quite a bit.

Please let me know if this helped you by posting a comment below – thanks!
- amd.

P.S. I used the rugby video because I own the copyright to it – I took it at a recent game. If you use a video off YouTube it might be infringing the owners copyright as well as breaking the YouTube TOS.

P.P.S. If you need some help with this post a questions in the comments with a description of what you’re doing, I’d be happy to help.

Posted in geek, web | Leave a comment