I'd get links from the rss feed here:
http://www.dailymotion.com/rss/user/AFRICA24/1
It gives you two different embedded links for each video, either will do. The following code will play the video with api2; you can use (or borrow code from) libVideoSItes if you want it to play for basic users.
SR_xml = '<media><url type="flash">'..str_html_encode(
EMBEDDEDLINK.."?autoPlay=1")..</url><options><AudioAbortInterval>120</AudioAbortInterval><VideoAbortInterval>120</VideoAbortInterval></options></media>'
VideoResource("PlayDirect (Playon Premium Required)", "code:_SPECIAL_resolve_xml='"..SR_xml.."'", "", "", ConvertTime("03:00:00"))