By DustyDust on
Hi, first post here, I hope you will help me with my problem.
It's simple, I put a flash menu in a div like this:
<div id="header">
<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="614" height="168">
<param name="movie" value="header.swf" />
<param name="quality" value="high" />
<param name="wmode" value="Transparent" />
<param name="menu" value="false" />
<param name="scale" value="noscale" />
<embed src="header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="614" height="168" wmode="Transparent" menu="false" scale="noscale"></embed>
</object>
</div>
For the exemple, I made the urls simple :
getURL("http://localhost/drupal/node/14");
they work when I create a new html page (not with drupal).
but in drupal, the links just don't work, nothing appen.
Can Someone help me with this?
Thanks in advance.
Comments
I have the exact same problem.
Were you able to find a solution for this?
I solved this by using swfobject.js
I had the same problem, but solved this using swfobject.js. You can download this from http://code.google.com/p/swfobject
i was using the swfobject but
i was using the swfobject but for some reason i couldn't embed the swf object. I unactivated the swfobject and just used the direct embed feature on the swftools module. now my links don't work
check it out... www.faithandimmigration.org
I just added the swfobject.js
I just added the swfobject.js and still the links are not working
I have the same problem
I have tried several ways and it still doesn't work.
The flash displays but the links don't work I've tried enabling and disabling various options but nothing has worked.
Frustrating really as it works on an older version of the site with no problems.
Resolved problem
Well don't ask me why or how. All I did was add a menu block with links to the pages I was referencing and it works.
I solved the same problem
Well I don't know if you finally have solved your problem or not, but if you haven't you can try what I did.
Install the module swftools here is a tutorial
http://www.computerminds.co.uk/flash-objects-drupal
use the javascript option to embed, and enable swf filter.
Create a block where you will embed your flash menu and now upload your swf file in the sites/default/files directory, now back to your block you just need to write <swf file="your-file-name.swf" > and done :D
that was the only way I found to make it work, hope it helps you and maybe someone with the same problem in the future (: