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...
Show off your group to the world. Share a photo of your group with us.

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 54300 - 54329 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54300
hey, I have a list component that is very small and cannot be resized due to real estate issues. Unfortunately, some of the values in the list are rather large...
puddysbrain
Offline Send Email
Jan 3, 2005
7:10 pm
54301
Hello, I have a text box with the scrollbar component attached. It is a rolling conversation between two people. Meaning every ten seconds or so another...
Robert Walters
jsttriit
Offline Send Email
Jan 3, 2005
7:28 pm
54302
The List component has several events, including an "itemRollOver" and "itemRollOut" event. Those can be used to check which item in the list is currently...
Muzak
muzakdeezign
Offline Send Email
Jan 4, 2005
8:55 pm
54303
While doing some searching for a calendar component, I came across something on the Devnet Resource Kit. It said: "As of January 3, 2005, DevNet Resource Kits...
Dean Hamack
tactics2337
Offline Send Email
Jan 5, 2005
3:41 am
54304
Hey Dean, its called a MVLP now (used to be DevNet) subscription: http://www.macromedia.com/devnet/subscriptions/productinfo/buy/volume_li cense.html ...
John Grden
neoriley
Offline Send Email
Jan 5, 2005
5:36 am
54305
~== Request For Comments ==~ I'm currently working on a development toolkit for Flash for business applications. At present it only includes encryption and...
ryanm
ryan_mattes
Online Now Send Email
Jan 5, 2005
6:44 am
54306
... Thanks John. Considering they don't even list the price online, I will presume it's pretty spendy. Dean Hamack Macromedia Certified Flash MX Designer/ Lead...
Dean Hamack
tactics2337
Offline Send Email
Jan 5, 2005
8:18 pm
54307
Hi all, I'm importing a PDF into a Projector file for viewing. Is there a way to make a button that will print the actual PDF file (included on the cd) when...
Scott Widmer
triple_play25
Offline Send Email
Jan 5, 2005
8:40 pm
54308
I'm trying to create some sort of a small slideshow with a few consecutive frames on a timeline. Now advancing the playhead with 1 frame is not the problem but...
eGen°
naughtybxl
Offline Send Email
Jan 6, 2005
1:32 am
54309
I dont think this can be done directly from flash but will need a third party tool. flashjester may be able to do this ... ===== ...
Bill Watson
hp_sauce46
Offline Send Email
Jan 6, 2005
2:40 am
54310
try this: function cycle() { trace(this._currentframe); (this._currentframe == this._totalframes) ? this.gotoAndStop(1) : this.nextFrame(); } if (!inited) { ...
Muzak
muzakdeezign
Offline Send Email
Jan 6, 2005
3:01 am
54311
Yeah, last I checked, a single license was somewhere around $1200-$1500/yr? Don't know if it were one time or each year. [ Senior Flash Developer ](- ==[...
John Grden
neoriley
Offline Send Email
Jan 6, 2005
4:41 am
54312
Hello, I am trying to get in touch with the moderator of this group. Can you please email me? Thanks....Rob Walters...
Robert Walters
jsttriit
Offline Send Email
Jan 6, 2005
4:45 am
54313
Hey Rob, you can email me and the other 6 or so mods at: FLASHmacromedia-owner@yahoogroups.com [ Senior Flash Developer ](- ==[ www.blitzds.com ] John Grden -...
John Grden
neoriley
Offline Send Email
Jan 6, 2005
7:05 am
54314
Hello All - I need to create a simple form in Flash MX with firstname, lastname, email and dayphone as the field names and pass it to an existing .asp file...
geoweb.design
gjc3316
Offline Send Email
Jan 6, 2005
7:05 am
54315
Flashers of the world unite behind me and for the love of G_D help me solve this problem: I have recently installed Flash comm. Server and flash remoting (With...
Simon Stirling
thefrik2000
Offline Send Email
Jan 6, 2005
11:34 am
54316
How do you replace an xml node in flash with a completely different one? var replacementNode:XMLNode = <page>I am replacement</page> //below is the xml object ...
puddysbrain
Offline Send Email
Jan 6, 2005
2:42 pm
54317
This is just a guess so please forgive if I waste time here If it's server 2003/IIS/SQLServer (is that right?) then it sounds like a security issue (maybe)....
John Grden
neoriley
Offline Send Email
Jan 6, 2005
3:36 pm
54318
Look in Flash's help under "LoadVars". Article: http://acmewebworks.typepad.com/flash/2004/12/loadvars_object.html It's cake, hth [ Senior Flash Developer ](- ...
John Grden
neoriley
Offline Send Email
Jan 6, 2005
3:38 pm
54319
I have a Media Display Component that calls an FLV, and then I added a controller for it. All is working fine with the two components. Except when I leave the...
Scott Widmer
triple_play25
Offline Send Email
Jan 6, 2005
4:51 pm
54320
... ?? Into a standalone "Projector" produced from the Macromedia Flash MX authoring tools? or into a Director Projector which also holds a SWF? or...? (My...
jdowdell@...
jdowdell99999
Offline Send Email
Jan 6, 2005
8:41 pm
54321
Hello: I have a question about drawing lines/circles/polygons in MovieClips. I want to arrange few movie clips side by side, one to hold the components and the...
Srinu
maadhav63
Online Now Send Email
Jan 7, 2005
1:01 am
54322
Is anyone aware of any action script or java code that would allow me to have a flash file randomly switch upon a page refresh. I have a java code that will...
bygbaby@...
bygbaby74
Offline Send Email
Jan 7, 2005
1:02 am
54323
Hey Everyone, I'm experiencing the stangest thing using LoadVars in Flash MX Pro 2004. My result_lv.onLoad fires as soon as it is seen in the frame. This ...
runeimp@...
runeimp
Offline Send Email
Jan 7, 2005
1:13 am
54324
... What you can do is create and swf with a loader movie clip with an instance name of "loader" on the first layer. Then on a layer above that, put your ...
Dean Hamack
tactics2337
Offline Send Email
Jan 7, 2005
1:17 am
54325
Nevermind. Just me and two other developers overlooking the obvious. Jeez... -=- RuneImp BLITZ Flash & PHP Developer http://blitzds.com...
runeimp
Offline Send Email
Jan 7, 2005
3:06 am
54326
HI I have a lille problem with my site. I am loading the text for the site from text files and that is working fine but when I am using "", & `, ' and so on I...
Lars Gravesen
larsgravesen
Offline Send Email
Jan 8, 2005
1:31 pm
54327
When you use the ampersand (&) you will have to type "amp" next to it (without quotes". Bygbaby C-Me @ Bygbaby.com & Afro Chit Chat @ Yahoo ... From: Lars...
Bygbaby.com
bygbaby74
Offline Send Email
Jan 8, 2005
3:22 pm
54328
Save the file utf-8 encoded (it's an option in Notepad and most applications) Helen -- ... i-Technica (http://i-technica.com) Web Design, Flash for Websites &...
Helen Triolo
hhtriolo
Offline Send Email
Jan 8, 2005
3:45 pm
54329
Sorry for the crosspost: I have an output window where, at times, I have a LARGE amount of text being added to a textfield rather quickly. This causes CPU...
John Grden
neoriley
Offline Send Email
Jan 8, 2005
4:02 pm
Messages 54300 - 54329 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