hai i need to create an array in flash the concept is " i want to create array for get the information from the user and If the user gives the information to...
Hi, *to create an array is simple:* var myArray:Array = new Array(); *to push elements is:* myArray.push(somethings); // can be object, string, number, ... * ...
Hi, I wonder if anybody has a clue how to solve this problem: As soon as you scroll a Flash movie (once fully loaded and ready to use) out of the visible area...
Absolutely, using AIR. Just do a search for "Flash CS4 AIR". AIR allows you to build local applications using Flash, Flex or even HTML w/ JavaScript. AIR has...
I believe this is a feature of Firefox (and probably other browser that allow for multiple tabs) to keep potentially hundreds of Flash movies that aren't being...
I just discovered that Flash refuses to apply the bold attribute to dynamic text fields. If I make a static text field and make it bold, that renders without...
Hi Great, thanks. I got things wreong. I thought I had to program either in Flash or Flex and with Air, I could make the flash swf-file created convert to...
Yes, I do know how to get dynamic bold text. It works exactly the way the documentation says it does. I'd tell you the answer, but you should really ask a bit...
I am a Flash animator, not a programmer. I love the animation part of Flash and have worked with this software for 11 years, but I do not like ActionScript and...
There is no actionscript required, at least, not in AS2. All you have to do is embed the bold characters you expect to need in your dynamic text. The easiest...
Thanks for the advice, Becky. I only used default fonts which come installed on everybody's PCs. I used AS3's form class to bold the text. It is interesting...
Ah, but do you tell Flash to use "device fonts"? If not, the benefit is lost. Becky Thanks for the advice, Becky. I only used default fonts which come...
I wouldn't put it that way. What you do is check the "use device fonts" checkbox. This tells Flash to look for the font on the client-side rather than embed...
Wow! You do know way more about this subject than I do. Ideally, I would like to use device fonts on Windows but for other platforms, this just does not work,...
Hi all - I'm a Flash novice. I know the basics pretty well, but am not too knowledgeable on ActionScript yet. I'm running v. CS3 Professional. Anyway - My...
My suggestion is going to be a hackneyed way around. This is doable in Flash, but requires other technologies as well. If you can put the Flash into a DIV that...
Hello, Question. I use flash 8 and have a fla containing a button that triggers "load movie". Once the movie is loaded and starts playing, I can't figure out...
Hi Debbie. It's a little hard to help with this without knowing a little more about the setup of your FLA. Flash is a little ambiguous with questions like this...
Hello all, I am jumping in here after a very long time and for sure with a question. I am working on a Closed Caption component with a video file.........and ...
I created a flash movie with a link with the following code for linking: on (release){ getURL("http://www.keeneslist.com/redirect.asp?cust=1676999&ad=4"); } ...
I am creating an animation using flash. I have a number of scenes that i want to play in different sequences and jump back to a part of a scene to play it...
What version of Actionscript are you targeting in your Publish settings? This is a VERY old method (along the lines of Actionscript 1), so if you're using this...
Sorry... just caught your last sentence. If the SWF is on one server and it's being pulled onto a page on a different server you might have security issues....
Hello all, Is there a simple way in AS3 to identify the screen change (fullscreen or normal) in a flvplayback component and adjust the TextArea component font...
Hello all, Is there a simple way in AS3 to identify the screen change (fullscreen or normal) in a flvplayback component and adjust the TextArea component font...
I have a page that plays a video and a few links on the left of the video where user can select a few other ones. What is the easiest way, if possible, to...
Hello, I have a movie clip which contains a presentation, and would like to have the option for somebody to hit a button and forward that presentation along...
Hello, I am wondering if anyone can help me. My client has requested the ability to upload their own photos and music through their browser to an existing...