Flash Question

2007-05-10 Thread C. Hatton Humphrey
I'm being asked if something can be done in Flash, level of complexity not withstanding, and don't know where to look for an answer. Basically we have a client that wants a CD based image collection that includes a Front end to display images in categories and allow the user to search for

RE: Flash Question

2007-05-10 Thread Loathe
Apolo? -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:26 AM To: CF-Community Subject: Flash Question I'm being asked if something can be done in Flash, level of complexity not withstanding, and don't know where to look for an answer

Re: Flash Question

2007-05-10 Thread C. Hatton Humphrey
Apolo? Thanks for the quick reply! I had not thought of Apolo as a possible solution. The other major thing is that this MUST be cross-platform (PC/MAC). Would Apolo fit this solution? Hatton ~| ColdFusion MX7 and Flex 2

RE: Flash Question

2007-05-10 Thread Nick McClure
You could probably do it with Javascript, Flash and XML. Use javascript to perform the search. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:26 AM To: CF-Community Subject: Flash Question I'm being asked if something can

RE: Flash Question

2007-05-10 Thread Jim Davis
-Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:26 AM To: CF-Community Subject: Flash Question I'm being asked if something can be done in Flash, level of complexity not withstanding, and don't know where to look for an answer

Flash Question

2004-08-17 Thread Duane Boudreau
All, My flash guy here is struggling with a flash/_javascript_ problem. Can he use _javascript_ to call a function in the flash movie? Duane [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Flash Question

2004-08-17 Thread Michael Greenberg
sure...lets say you want to launch a pop up, you have this js in your html function Launch(page) { OpenWin = this.open(page, CtrlWindow, toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=550,height=550); } Then you have a movie clip in flash that would call it as follows

RE: Flash Question

2004-08-17 Thread Duane Boudreau
objFlash.loadShape(circle); /script The _javascript_ gags on the objFlash.loadShape(circle); line Any suggestions? Thanks, Duane _ From: Michael Greenberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 8:12 PM To: CF-Community Subject: Re: Flash Question sure...lets say you want

Re: Flash Question

2004-08-17 Thread Michael Greenberg
: Re: Flash Question sure...lets say you want to launch a pop up, you have this js in your html function Launch(page) { OpenWin = this.open(page, CtrlWindow, toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=550,hei ght=550); } Then you have a movie clip in flash that would

Re: Flash Question

2004-04-09 Thread Candace Cottrell
You can look in the main timeline's actions layer. It can be changed by using the fStyleFormat functions. Otherwise, you can change it in the movie itself. Just select the text and give it a new font using the properties panel. Now I am speaking from a Flash MX perspective, so it might have

Flash Question

2004-04-08 Thread ColdFusion Developer
I took over an application and I am just really a novice with Flash 2004 = still. They are basically looking variables via txt file. I want to change the font on one of the text items however, where do I find out where the actionscript is using that variable? I know this may not be much info

Flash Question

2004-01-16 Thread Adkins, Randy
Does anyone know if there is a problem with presenting a Last scaled animation presentation on say a 42in plasma screen? Someone mentioned they thought there was a known issue about it And I just wanted to see if anyone here knew about it. Randy [Todays Threads] [This Message]

Anybody up for a flash question?

2003-11-17 Thread Matthew Small
How can I get the name of an object that is passed by reference to a function? I want the object name of obj1 in this function.(Excuse me if this is incorrect, I'm working on it.) function fnct(obj1){ set objectname = obj1._name; } I can't seem to get this. - Thanks, Matt Small [Todays

Re:Anybody up for a flash question?

2003-11-17 Thread cantrl . a
I think if you replace 'set' with 'var', you should be in good shape. Set is used like a function: set(variableName, _expression_); Much like the setVariable function in coldfusionMX. You can always press shift-F1 to go to the actionscript reference from the flash IDE. You can also highlight an

Flash question

2003-10-13 Thread Matthew Small
Flash question: Hi everyone, I have a quick flash question: I have a symbol that has a black background.I want the background to be transparent.I've tried erasing it but for some reason my erasing doesn't work - the area just fills in again, even though I'm on normal erase.Any tips? Thanks

Re: Flash question

2003-10-13 Thread Candace Cottrell
Flash question: Hi everyone, I have a quick flash question: I have a symbol that has a black background.I want the background to be transparent.I've tried erasing it but for some reason my erasing doesn't work - the area just fills in again, even though I'm on normal erase.Any tips? Thanks

Re: Flash question

2003-10-13 Thread Matthew Small
Subject: Re: Flash question Check this out... http://www.macromedia.com/support/flash/ts/documents/wmode.htm Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 10

Re: Flash question

2003-10-13 Thread Candace Cottrell
that will work for me.I only want one symbol to have a transparent background.This should be easy but it's not for some reason. - Matt Small - Original Message - From: Candace Cottrell To: CF-Community Sent: Monday, October 13, 2003 2:49 PM Subject: Re: Flash question Check this out

Re: Flash question

2003-10-13 Thread Matthew Small
A graphic. - Original Message - From: Candace Cottrell To: CF-Community Sent: Monday, October 13, 2003 3:03 PM Subject: Re: Flash question Is the symbol a graphic or a movieclip? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

Re: Flash question

2003-10-13 Thread Candace Cottrell
A graphic. - Original Message - From: Candace Cottrell To: CF-Community Sent: Monday, October 13, 2003 3:03 PM Subject: Re: Flash question Is the symbol a graphic or a movieclip? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937

Re: Flash question

2003-10-13 Thread Candace Cottrell
PROTECTED] [EMAIL PROTECTED] 10/13/2003 2:20:55 PM A graphic. - Original Message - From: Candace Cottrell To: CF-Community Sent: Monday, October 13, 2003 3:03 PM Subject: Re: Flash question Is the symbol a graphic or a movieclip? Candace K. Cottrell, Web Developer The Children's

Re: Flash question

2003-10-13 Thread Matthew Small
I finally figured it out - it was a bitmap.I had to trace the bitmap before I could alter it.Thanks for your help. - Matt Small - Original Message - From: Candace Cottrell To: CF-Community Sent: Monday, October 13, 2003 3:40 PM Subject: Re: Flash question Is this something you