flash navigation, links are not working
-
Hi,
I’m working on a custom theme for a friend of mine and I have created a flash navigation bar.
I’ve integrated the flash file with swfObject 2 and added the “allowScriptAccess=always” parameter. The swf shows up but the links are not working. It is coded in Actionscript 2 and I’m using getURL() for the links. Here is the actionscript :
this.onEnterFrame=function(){ var a = pupille_mc._y-_ymouse; var b = pupille_mc._x-_xmouse; var angleA = Math.atan2(a, b); pupille_mc._rotation= angleA/(Math.PI/180); } news_btn.onPress=function() { clic("http://www.julienbecker.com/kahn/"); } gallery_btn.onPress=function() { clic("http://www.julienbecker.com/kahn/?page_id=23"); } forum_btn.onPress=function() { clic("http://gengiskahn.actifforum.com/"); } function clic(u) { getURL(u,"_self"); }I’ve done a simple hmtl page
where I’ve integrated the same swf with the same method and the the links are working. So the problem must come from wordpress !? I’ve no plugin activated. I’m working on a mac and when I test the blog locally with MAMP I’ve the same issue.
Thanks for any help
The topic ‘flash navigation, links are not working’ is closed to new replies.