I just looked at your source code and noticed a few errors. You have the URL of your flash pointed at FLA files when they’re suppose to be SWF files. Here’s your code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="32" height="32">
<param name="movie" value="http://nubiansoul.com/test/akademiks.fla">
<param name="quality" value="high">
<embed src="http://nubiansoul.com/test/akademiks.fla" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed></object>