Cool: Different and Unique
Posted 2 months ago
This is an xml driven, unlimited menu. You can modify two parameters in the two lines in the front of code.
1. linkEnable = false; (if you set linkEnable = true, the links will be enabled when you click the buttons.)
2. xmlUrl = ‘navigation.xml’; (the url of your xml file, you can modify names and links for the buttons. Also, you can add new buttons)
You may also like works below:
| Animations | |||
![]() |
|||
| Banner Rotator | |||
![]() |
![]() |
||
| Menu | |||
![]() |
![]() |
||
| News Reader | |||
![]() |
|||
| Preloader | |||
![]() |
![]() |
||
Hi..Can I use this menu for calling Javascript functions ? Don’t tell me it wont support..i badly need this menu style.
Posted 2 months ago
what does that entail? i never try that. but i think it is not difficuly. you can send me your detail to my mail box, i can try.
thanks for your enjoying.
Posted 2 months ago
Hi Mx – I have purchased and got it worked after some tweaking… Just for others.. I have made a Javascript call via AS for your menu and works like a charm… By the I am calling and displaying the page via AJAX call… but I have one problem… It is display the width =200 and height as 500 in IE fine.. but when I view it in MAC it is displaying very small..(I think it is taking relative..but Table TD width-200 is displaying fine though)...
any tips ? for me to get it work in MAC with same width..
I have following settings..
Give me sometime I will paste the AS code as well little later.. -Venkat Posted 2 months ago
oops..here is my settings.. param name=”scale” value=”noscale”
width=”200” height=”600” name=”preview”
Posted 2 months ago
Okay..even in chrome I have the same problem..width=200 is displaying too small..but in IE it is display fine…
here is the code. I have removed the tag brackets…to paste in this comment section…
object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0” width=”500” height=”600” id=”preview” align=”middle” param name=”allowScriptAccess” value=”sameDomain” param name=”allowFullScreen” value=”false” param name=”movie” value=”preview.swf” param name=”quality” value=”high”
param name=”bgcolor” value=”#ffffff” embed src=”preview.swf” quality=”high” bgcolor=”#ffffff” width=”500” height=”600” name=”preview” align=”middle” allowScriptAccess=”sameDomain” allowFullScreen=”false” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” object
Posted 2 months ago
hi, you can try this two steps: 1. please modify the document size to 200×500 in fla file, also make the size in html is 200×500, be sure they are the same all the time.
2. also you need to modify this two line actionscript code, line 12 and 13 var thisX:Number = 150; var thisY:Number = 100;
modify to:
var thisX:Number = 0; var thisY:Number = 0;
if it does not work ,plz tell me, you’d better give me a screenshot that shows your problem. mailto: mx9580@gmail.com
Posted 2 months ago
I would also like a “horizontal” version of this great menu also in AS3 . I see then working together where the “vertical” version brings in a different “horizontal” menu for each choice. So this like choosing a chapter and the see the pages available in that chapter. Thanks.
Posted 2 months ago
When I tried to change button names in the XML file to Cyrillic fonts it does not work! Some help? Thanks!
Posted about 1 month ago
i have tested it with chinese characters. it is fine now. perhaps it goes with Cyrillic fonts
please add this line code at top of the code in fla file:
System.useCodePage=true;
if you have problems, tell me.
Posted about 1 month ago