No Light
My 2003 Tracker has no light at all. I found this out the hard way this afternoon. I checked the owner's manual and it is true. It seems this is a feature that was skipped!!!
Story replies
well that makes me feel better because my 2003 model also does not have a light I thought it was just a malfunction
you so much for ur reply, my freind i lokoed that thing up on google too many times and i couldnt get like the way u guys posted it here..anyway..im so sorry if im bothering u ..i know this is too simple for u and im trying to learn from you but the thing is i dont know why it is not loading from the xml file to the stage and on the other hand i want the swf to load on the click of every item not when the whole movie load so here the explanation of i made:I created a movie clip with instance name swfmov and andd inside it i put another movie clip with instance name inswfmov then i created a tag in the xml doc (icons.xml) a tag called swfld = mov1.swf . what i did is the following in the action script:var tooltip:MovieClip = this.attachMovie( tooltip , tooltip ,10000);tooltip._alpha = 0;// i attached the movie clip right after the tooltip movievar swfmov:MovieClip = this.attachMovie ( swfmov , swfmov ,1000)swfmov._alpha = 0;and in the function called xml loadvar xml:XML = new XML();xml.ignoreWhite = true;xml.onLoad = function(){var nodes = this.firstChild.childNodes;numOfItems = nodes.length;for(var i=0;i