alert 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
user artrulesmyworld
artrulesmywo.. (7)

XML Floating Icons V2.0

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...
more >
10645 downloads, 54839 views
Download (113.52 KB)

Comments

You need to login to post a comment.

user TWENTY4pack
TWENTY4pack 14 years ago

I added the code in, and when I click on the icons, the URL it loads is .../undefined

Any help with this?!

user sanjum
sanjum 14 years ago

Hi is there any way of displaying the 'tooltip' text below icons on loading instead of onMouseover event.

user shijo
shijo 15 years ago

woow good work !!
all parts working fine ( very easy to editing :) )
thank you GANESH

user othelo
othelo 15 years ago

The links are working but the floating icons no longer float.
can anyone help me???

user sanjum
sanjum 15 years ago

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.

user tchase
tchase 15 years ago

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!

user sleepdragon
sleepdragon 15 years ago

Beautiful

user jrgiblette
jrgiblette 15 years ago

Nevermind...I always forget to check the author's descriptions. ;) Great File and helpful description artrulesmyworld!!

user jrgiblette
jrgiblette 15 years ago

Can someone please let us all know how to properly add links to the icons? Thanks!

user delwad
delwad 15 years ago

Hello again,

Never mind. Found my AS error. t.action in wrong location. Works now...

john

user delwad
delwad 15 years ago

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

user Bolek_
Bolek_ 15 years ago

Great work artrulesmyworld.
Is any online step-by-step tutorial for this excellent work in order to understand it perfectly?
Thank you.

user ypos23
ypos23 16 years ago

fine work

user rassar
rassar 16 years ago

but when you click and drag, it doesn't bounce back!

user ed_slow
ed_slow 16 years ago

greaat job..!!!!!!!!

user axelman
axelman 16 years ago

Excellent!!!

user picassoo
picassoo 16 years ago

nice 10/10

user sanjum
sanjum 16 years ago

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

user rusitajlo
rusitajlo 16 years ago

cool

user Rasamaha
Rasamaha 16 years ago

Wow!!! It's cool ma...))

user eltoonio
eltoonio 16 years ago

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

user adrianTNT
adrianTNT (admin) 16 years ago

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.

user eltoonio
eltoonio 16 years ago

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.

user adrianTNT
adrianTNT (admin) 16 years ago

@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.

user eltoonio
eltoonio 16 years ago

Really a very nice effect. Is there a way to add links to each icon?

user narendraviju
narendraviju 16 years ago

too good

user dFever
dFever 16 years ago

great, love the concept. you could do a better job about the reflections :D

user Katafraktos
Katafraktos 16 years ago

thank you for this amazing flash file, but how can i make any button
do something.. like go to a frame? thank you!

user hinch
hinch 17 years ago

This is great, It's also a good way to learn about XML in Flash. Thanks!

user adrianTNT
adrianTNT (admin) 17 years ago

The file has icons as transparent PNG files, these icons will look nice on any background.