View Full Version : complete this menu job
dechef
06-11-2006, 03:01 PM
Hi guys ..enough is enough ...i need someone to only complete for me this menu.i have all the code that moves the map but just need one to put it together for just a normal amount okay .
The menu for my map should look like this .....
http://www.uconn.edu/map/
pliz email me back and we conclude the deal.
today
FlashMaker
06-11-2006, 06:20 PM
hi.. send me the .fla arquives and explain more about this work by email...ok? i'm waiting ilustradesign@msn.com
Flash Gordon
06-11-2006, 08:10 PM
Hi dechef,
Thanks for your PM. I'm sorry if you ever got the impression that there was a competetion about you failing at this project! That was never my intention. In fact, I'm still willing to help you in the forums for free.
However, should you choose to just outsource the projects, feel free (if and only if there is no animosity between us) to tell me (or FlashMaker) what exactly it is you need.
dechef
06-12-2006, 07:24 AM
http://www.badongo.com/file/849330
This is the link flash Gordon .....
lets first go open okay .....thanx
Flash Gordon
06-12-2006, 08:03 AM
Hi Dechuf,
I fixed the file.
I'll show it to you in the morning. It only took about 1.5 hrs (yes I know the time doesn't line up, but I'm going to work on it in the morning a little too), so it was a really cheap fix. I'll show you the file and if you approve, you can drop a couple of buck in my paypal account.
I left stuff for you to do, but all you have to do is go around copying and pasting my code.
Thanks and Cheers!
FG
PS. you can view the dirty sample attached to tell me if I'm on the right track.
dechef
06-13-2006, 07:54 AM
Not really Flash Gordon ..check out this http://www.uconn.edu/map/
i need above menu to perform what u have just done ...check out the code in the frame 2 ..just make me two building names to drop down when user inserts related words and searches .
Flash Gordon
06-13-2006, 07:55 AM
got cha and sent you a PM. I will need the other files!
Flash Gordon
06-13-2006, 02:02 PM
Ok freebie gig,
Here is what you or I need to do:
1) Make an xml file will all the names of that you want to have displayed. The xml files must either
a) contain the names of the button instance that will be moved to
b) contain the x and y location of the button instances that will be moved to.
option a is perferable.
2) now take the input_txt.text from your search box and run it through a for() loop of your xml field that are stored in array (gotoAndLearn.com xml tutorial). When:
for (i =0; i<nodes.length; i++) {
nodes[i].indexOf(input_txt.text, 0) > 0) {
// add this to the search field
}
}
Now whenever the person clicks on that link simpmly tween to that spot the same what I did with the on(release) commands that are on the buttons.
Cheers.
dechef
06-15-2006, 06:20 AM
i'll take the B) that contain the names of the button instance that will be moved to .
Do u think brieflly the xml code should look like this
<?xml version="1.0"?>
<building name>
<bld id="faculty of IT">
<sub id=" " theinstance="bat_it" />
</item>
<bld id="Faculty of Tech">
<sub id=" "theinstance="bat_tec" />
</item>
<bld id="Faculty of arts">
<sub id=" " theinstance="bat_arts" />
</item>
<bld id="Faculty of Medicine">
<sub id=" " theinstance="bat_tec" />
</item>
</building name>
/This is the script to load the XML
var my_xml = new XML();
my_xml.ignoreWhite = true;
my_xml.onLoad = function(success){
if (success){
}
}
my_xml.load("my_doc.xml");
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.