This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
Here's an updated version of my previous XML Floating Icons menu. I have tried to fixed all the bugs :) Features of V2.0 ============= 1. Add as many PNG icons as you wish with XML 2. You can use icons of any size 16, 24, 32, 64, 18, 256 or anything else 3. The icons will be stacked row-wise automatically 4. A special glow effect ;) 5. Icons don't jump up-n-down To make... < lessmore > 10645 downloads, 54983 views
Hi, is there any way of displaying the text permanently below the icons rather than only showing up on mouseover? I tried to changes in the actionscript but does not work for me.
Great file! I am having difficulty with the links. I have placed all code where author said it should be but they still are not working for me.
I have also read through the post and tried user adrianTNT suggestions. The links are working but the floating icons no longer float. Did anyone else run into this issue. I am a designer so I struggle some with the scripting. Thanks for any help at all!
Thank you for your quick reply, it works great. The only problem now is that the rollover and rollout function doesn't work anymore. But I'll try to figure it out. thanks again
I added the code in, and when I click on the icons, the URL it loads is .../undefined
Any help with this?!
Hi is there any way of displaying the 'tooltip' text below icons on loading instead of onMouseover event.
woow good work !!
all parts working fine ( very easy to editing :) )
thank you GANESH
The links are working but the floating icons no longer float.
can anyone help me???
Hi, is there any way of displaying the text permanently below the icons rather than only showing up on mouseover? I tried to changes in the actionscript but does not work for me.
Hello,
Great file! I am having difficulty with the links. I have placed all code where author said it should be but they still are not working for me.
I have also read through the post and tried user adrianTNT suggestions. The links are working but the floating icons no longer float. Did anyone else run into this issue. I am a designer so I struggle some with the scripting. Thanks for any help at all!
Beautiful
Nevermind...I always forget to check the author's descriptions. ;) Great File and helpful description artrulesmyworld!!
Can someone please let us all know how to properly add links to the icons? Thanks!
Hello again,
Never mind. Found my AS error. t.action in wrong location. Works now...
john
Hi,
This is great but I cannot get the "getURL" function to work. (I'm not a coder...i'm a designer)
I loaded the AS just as you said and have tried many times with many tweaks.
Thanks,
John
Great work artrulesmyworld.
Is any online step-by-step tutorial for this excellent work in order to understand it perfectly?
Thank you.
fine work
but when you click and drag, it doesn't bounce back!
greaat job..!!!!!!!!
Excellent!!!
nice 10/10
Hi eltoonio, did you manage to get this working with links. I have the same problem when I add this code. Your help will be appreciated. Thanks
cool
Wow!!! It's cool ma...))
Thank you for your quick reply, it works great. The only problem now is that the rollover and rollout function doesn't work anymore. But I'll try to figure it out. thanks again
in first sample I sent it needed that code upper in the main code, anyway, here is by XML, add this right after _root.attachMovie("mc.item...
_root['item'+i].link = xml.firstChild.childNodes[i].attributes. link;
_root['item'+i].onRelease = function() {
getURL(this.link);
};
And in XML file inside the XML lines add an attribute called "link", for example:
image="i01.png" tooltip="Sim" content="sim card" link="http://ffiles.com"
I saw now that Artrulesmyworld also had some details about opening an URL in his description.
Thank you for your reply but it doesn't seem to work. I also would like to command the links trough the xml file, but I'm not very experienced.
@Eltoonio: I think it goes like this: after the long code in the file add this:
item1.onRelease = function(){
getURL("http://www.ffiles.com");
}
// Then second one is item2, item3, etc.
Really a very nice effect. Is there a way to add links to each icon?
too good
great, love the concept. you could do a better job about the reflections :D
thank you for this amazing flash file, but how can i make any button
do something.. like go to a frame? thank you!
This is great, It's also a good way to learn about XML in Flash. Thanks!
The file has icons as transparent PNG files, these icons will look nice on any background.