[eluser]Sub-Zero[/eluser]
Hi!
I never use flash in CI before - this is my first attempt

. I have created a menu using flash and it looks like what I'm trying to do is not working

. Here is my code:
[removed][removed]
<noscript><OBJECT id="templateobj" classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=680 HEIGHT=53>
<PARAM NAME=movie VALUE="/directory/include/template.swf"><PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#1F314F>
<EMBED src="/directory/include/template.swf" menu=false quality=high bgcolor=#1F314F WIDTH=680 HEIGHT=53 TYPE="application/x-shockwave-flash"
PLUGINSPACE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT></noscript>
I put this code in my view and I put the template.js and template.swf in my include file. I don't get any errors at all, but CI is not displaying the menu. Any suggestions?