Search the web
Sign In
New User? Sign Up
FLASHmacromedia · Moderated Flash discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59788 - 59817 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59788
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...
thirupathi_rajan2004
thirupathi_r...
Offline Send Email
May 28, 2009
5:18 pm
59789
Hi, *to create an array is simple:* var myArray:Array = new Array(); *to push elements is:* myArray.push(somethings); // can be object, string, number, ... * ...
Hugo Sobral
sobralpires
Offline Send Email
May 28, 2009
9:19 pm
59790
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...
christianbohnke
Offline Send Email
Jun 18, 2009
12:35 am
59791
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...
runeimp
Offline Send Email
Jun 18, 2009
12:47 am
59792
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...
runeimp
Offline Send Email
Jun 18, 2009
12:55 am
59793
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...
powershrimp
Offline Send Email
Jul 3, 2009
10:36 pm
59794
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...
Omer Yasar Can
delphi_progr...
Offline Send Email
Jul 3, 2009
10:36 pm
59795
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...
becky@...
beckykanokinney
Offline Send Email
Jul 3, 2009
10:40 pm
59796
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...
powershrimp
Offline Send Email
Jul 9, 2009
2:51 am
59797
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...
becky@...
beckykanokinney
Offline Send Email
Jul 9, 2009
5:29 pm
59798
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...
powershrimp
Offline Send Email
Jul 12, 2009
5:57 pm
59799
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...
becky@...
beckykanokinney
Offline Send Email
Jul 12, 2009
10:43 pm
59800
You mean I have to specify to Flash that the fonts used are already installed on the client? You seem to know way more about Flash than do I ;-)...
powershrimp
Offline Send Email
Jul 13, 2009
10:51 pm
59801
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...
becky@...
beckykanokinney
Offline Send Email
Jul 14, 2009
2:03 pm
59802
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,...
powershrimp
Offline Send Email
Jul 16, 2009
12:36 am
59803
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...
A cOLEMAN
randomobject...
Offline Send Email
Jul 23, 2009
8:31 pm
59804
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...
Brian Mays
bmaysatwork
Offline Send Email
Jul 23, 2009
9:06 pm
59805
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...
debra_croft
Offline Send Email
Aug 3, 2009
3:14 pm
59806
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...
Michael Hudak
hudey123
Offline Send Email
Aug 3, 2009
6:33 pm
59807
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 ...
Bobby D Vj
bobby_vijay_...
Online Now Send Email
Aug 21, 2009
9:30 am
59808
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"); } ...
Darth Mikey D
darth_mikeyd
Offline Send Email
Sep 10, 2009
10:06 pm
59809
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...
Rodney Galvin
rodgalvin
Offline Send Email
Sep 10, 2009
10:07 pm
59810
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...
Michael Hudak
hudey123
Offline Send Email
Sep 10, 2009
10:30 pm
59811
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....
Michael Hudak
hudey123
Offline Send Email
Sep 10, 2009
10:33 pm
59812
try if (counter==1) {...
eminduyum
Offline Send Email
Sep 11, 2009
10:03 am
59813
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...
Bobby D Vj
bobby_vijay_...
Online Now Send Email
Sep 15, 2009
4:14 am
59814
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...
Bobby D Vj
bobby_vijay_...
Online Now Send Email
Sep 15, 2009
4:15 am
59815
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...
groovytenudy
Offline Send Email
Oct 13, 2009
8:27 pm
59816
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...
Debra
debra_croft
Offline Send Email
Oct 20, 2009
7:56 pm
59817
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...
rvoreis
Offline Send Email
Nov 5, 2009
4:01 pm
Messages 59788 - 59817 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help