Welcome Guest, Not a member yet? Register   Sign In
using flash?
#1

[eluser]Sub-Zero[/eluser]
Hi!

I never use flash in CI before - this is my first attempt Wink. I have created a menu using flash and it looks like what I'm trying to do is not working Sad. Here is my code:

[removed][removed]
<noscript>&lt;OBJECT id="templateobj" classid="clsidBig Grin27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=680 HEIGHT=53&gt;

<PARAM NAME=movie VALUE="/directory/include/template.swf"><PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#1F314F>
&lt;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"&gt;&lt;/EMBED>&lt;/OBJECT&gt;&lt;/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?
#2

[eluser]ayukawaa[/eluser]
Hi, are you sure the route is ok?

try this and check it;

Code:
echo base_url().'/directory/include/template.swf'

^_^




Theme © iAndrew 2016 - Forum software by © MyBB