We added some flash widgets to the Video tab on www.TechNewsFetcher.com and they are acting a bit wonky. Please test to see if you have any issues. ...
I just see a few of the Flash pieces blocking your animated menu. To clear that up you probably just need to set the "wmode" parameter in your object/embed...
Hi Group, For awhile now, any stroke made by my brush tool was "locked" in a bounding box, making it grouped.? I'd have to hit command-B to break it up and...
You have object drawing mode on. Kevin ... -- Kevin Jackson triscele@... Anyone who has the power to make you believe absurdities has the power to make...
You must deselect object drawing. You can use the button at the bottom of the tool panel, when you have the brush selected. It look like a circle in a square. ...
Hi, i'm trying to get the list of styles that i can set using the method setStyle. I was looking into the as3 reference but i not found nothing. Where is this...
Hello all. I've been away from Flash for a while, but am now getting back into it big time. My last go with Flash was CS2, before the Microsoft mess with the...
Hello, Is it possible to change the name at runtime of a movie clip added at runtime? I tried, and it didn't appear to work, but if there is a way, please...
Hai frnds, i am beginner in flash so that, please help me.. i have some fla files they oftenly using _root and _parent but i am being very confuesed about...
Think of an FLA that has a movie clip on the stage. This movie clip is on the "Root Timeline". Also think of a variable called "variableName" that is on the...
Hi Alex, You need to look at this link. It has all the options you need: http://www.longtailvideo.com/players/jw-flv-player/ ... go with Flash was CS2, before...
I'm not sure I get what you are trying to do. What you do with the Accordion is put children into it. Only one child is open at a time. Children contain other...
Hi Becky, thanks for responding. I've been pulling my hair out over this thing for days. I'll give you two live samples to show you what I'm trying to achieve....
OK, good info. What you need to do is easy. First of all, you need to know the name of each of your accordion children. Let's just say you name your accordion...
OK, I figured I might have to use text boxes in the sections in case the data was too long and needed to scroll. So let me see if I have this correct: 1....
You can put children into an accordion using the parameters panel. I'm not going to write your xml parsing function for you. That's more detailed help than I...
Hi, i'm starting on flex and i tried to find a solution for my doubt but i not found nothing. I create a mxml component, a form. What i want to do is create a...
I've got 50 child movieclips inside of another movieclip. When you click on one, it swaps out an xml file. The name of the child movieclips and the xml docs...
Hi Karen, Unless I'm misunderstanding you, I would still have to write out an action for each state that way like: map["OR" + i].onRelease=function() { ...
A coworker of mine figured it out using something like this: // function to set color to active state var setActive:Function = function() { this.myColor = new...
Happy Holidays! Missionstaff has this contract to hire opportunity open with our clients about 45 minutes north of Philadelphia, PA. Please feel free to share ...
Still new to this xml thing and trying to figure out the lingo a bit. Got an xml doc containing 5 sections. I know the following will load the first one into...
Yep, I can just concentrate them together. But I tried using your example and it doesn't seem to work. For some strange reason it outputs "NaN" in my text box...
NaN stands for "Not a Number" and it might mean that you have a variable scope problem. At the very least it means that it's looking for a Number type variable...
Ah, that explains it. Well, the "+" method doesn't work for including more than one child. I was able to load all of the text in and then just hide the nodes I...