[Flashcoders] Server-side image export from swf

2009-05-26 Thread Dan Farrow
to the server is the way to go, but as the images need to be high-res I'm wondering if there might be a quicker solution using svg export or similar? Thanks in advance for any help Dan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Firefox popup blocker and flash 9

2008-05-29 Thread Dan Wade
your popups. I recommend allowing them that choice. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Wade Sent: Wednesday, May 28, 2008 4:22 PM To: Flash Coders List Subject: [Flashcoders] Firefox popup blocker and flash 9 I'm having problems

[Flashcoders] Firefox popup blocker and flash 9

2008-05-28 Thread Dan Wade
I'm having problems with Fireox blocking my popup windows. I've tried everything I can think of. It seems to happen on Windows running Firefox but I can't replicate the issue on all machines I've tested(it works on most machines but not all). Here is the class I'm using: package { import

[Flashcoders] Splitting TextField into Lines - Simple?

2007-08-16 Thread Dan Efergan
Hello FlashCoders. The seemingly simple task of splitting a Textfield into it's (soft) wrapped lines is alluding me. How can you tell the Text content of a particular line within a Textfield? I'm trying to split out the individual lines to animate them. Thanks, Dan Dan Efergan dan

Re: [Flashcoders] Splitting TextField into Lines - Simple?

2007-08-16 Thread Dan Efergan
an estimate of line sizes based on character width, and hopefully start the check somewhere close to a line break. I'll post any useful outcomes. Dan On 16 Aug 2007, at 14:21, Ian Thomas wrote: It's a bit repetitive, but you can work it out with TextFormat.getTextExtent(). Just keep adding

Re: [Flashcoders] Splitting TextField into Lines - Simple?

2007-08-16 Thread Dan Efergan
Thanks very much! Haven't looked through yet, but that looks like it's going to save me an afternoon :-) Dan On 16 Aug 2007, at 14:41, Jon Bradley wrote: Check out Jack's great Text Metrics class. He just posted this Aug. 7th. http://www.greensock.com/ActionScript/TextMetrics/ cheers

[Flashcoders] flah - carbon application

2007-08-10 Thread Dan Masca
that contains the Flash animation has no border, in the WebView control nothing appears. Is there an other way to do this ? Thank you for your help! Dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] Flash Projector Distribution

2007-08-08 Thread Dan Efergan
://www.extendingflash.com/ http://www.beyondflash.com - http://usuarios.lycos.es/didinomade/ProjectorsBurningFAQ.htm - http://board.flashkit.com/board/forumdisplay.php?f=15 (Standalone Applications board) Thanks for anyone's help. Dan Efergan dan [at] subsubskills.co.uk

Re: [Flashcoders] Q: Mootools morph text effect

2007-08-08 Thread Dan Efergan
probably also want to change it's _width, _height, _x and _y. Dan On 7 Aug 2007, at 15:31, [EMAIL PROTECTED] wrote: Hi Does anyone know a way to morph 2 textfields as they are done using the (quite amazing) Mootools javascript framework? http://demos.mootools.net/Fx.Morph Dan Efergan dan

Re: [Flashcoders] Preloading problem

2007-08-08 Thread Dan Efergan
(such as components) will break these MCs. - Drag all Linkage items on screen for one frame. This loads them into memory ready for use later. Hope this helps, Dan On 8 Aug 2007, at 15:58, Omar Fouad wrote: Is there a way to let flash load the movieClips with linkage name on the library

[Flashcoders] Combo Box Disabled dropdown

2007-08-03 Thread Dan Efergan
are exporting on the second frame, and an instance of the combo box is placed on the third. I've tried adding Object.registerClass(ComboDownArrowDisabled, MovieClip); To the first frame of my movie, I'm assuming this is something to do with the solution. Thanks for any help, Dan Dan

[Flashcoders] Flipping Effect...

2007-07-11 Thread Dan Wade
into flash. TIA, -Dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting

[Flashcoders] reposting - Opening links in new window from ListBox component -

2007-07-10 Thread Dan Sherman and Bea Jackson
() { getURL(dropdown.getSelectedItem().data, _blank); } Thanks in advance, I'm having trouble accessing the archives, so please forgive me if this has been answered before. --dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Opening links in new window from ListBox component

2007-07-09 Thread Dan Sherman and Bea Jackson
); } Thanks in advance, I'm having trouble accessing the archives, so please forgive me if this has been answered before. --dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

[Flashcoders] Asfunction inside an dynamic xml file...

2007-05-10 Thread Dan Wade
. Is the syntax correct here or am I missing something? Tia, Dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

Re: [Flashcoders] Asfunction inside an dynamic xml file...

2007-05-10 Thread Dan Wade
Disregard this question, I'm forgetting that my text field is wrapped in a movieclip. Sorry. -Dan On 5/10/07 12:07 PM, Dan Wade [EMAIL PROTECTED] wrote: Hello, After my xml is generated I have a node: para2![CDATA[p align=centerblah blah blah, a href=asfunction:testing,1RSVP today!/a/b

[Flashcoders] SPI (Stateful Packet Inspection) Firewall and Loaded .swfs

2007-03-24 Thread Dan DeCort
Our website, http://www.engagethoughtware.com uses a 3D tree for navigation, so that when you click on a node of the tree it loads a .swf using the MovieClipLoader class. Once the clip is loaded, it tells the loaded clip to play (opening the panel). Here's the problem: If you're using a

RE: [Flashcoders] Anyway way to capture a SWF as a bitmap?

2007-03-21 Thread dan
CHK OUT bitmap.draw(); :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Pearson Sent: Wednesday, March 21, 2007 4:56 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Anyway way to capture a SWF as a bitmap? Anyone know if

[Flashcoders] apollo is in macromedia labs

2007-03-19 Thread dan
Too bad its onely for Flex :) I need it for flash ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

RE: [Flashcoders] com.gousable.SWF_Protector class

2007-03-08 Thread Carter, Dan
WHY OH WHY AM I STILL RECEIVING MESSAGES FROM THIS LIST!! I UNSUBSCRIBED SEVERAL TIMES AND STILL NO LUCK. WHY DOES THE MODERATOR IGNORE MY EMAILS?? -Original Message- From: Gregory N [mailto:[EMAIL PROTECTED] Sent: 08 March 2007 13:46 To: flashcoders@chattyfig.figleaf.com Subject:

RE: [Flashcoders] Webcam

2007-02-28 Thread dan
Hi You need to put the video object inside a movieclip and draw that move clip Make sure the Video object in 640X480 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laurent CUCHET Sent: Tuesday, February 27, 2007 8:43 PM To: Flashcoders mailing list

[Flashcoders] Flash 9 Full Screen Mode - Mac Player bugs?

2007-02-28 Thread Dan Rogers
Yo Flashcoders, I am attempting to use the fullscreen feature in the Flash 9 player (Stage[displayState]), while keeping my publish version set to v8. Everything seems to work fine, but when I use the feature on Safari for the Mac, some of my button methods aren't working properly-

[Flashcoders] This is really really really annoying

2007-02-23 Thread Dan Styles
I've reset the password, i've logged in and changed my options to reflect the fact that I WANT A DIGEST (AGAIN) It _seemed_ to accept my request, yet i'm still getting individual messages from the mailing list... this is NOT A DIGEST! I DONT WANT individual messages... I like being part of the

RE: [Flashcoders] Anyone hate flash 9 already?

2007-02-14 Thread dan
What flash 9 needs is a good help file and examples like in the ide of flash 8 Then things will start to clear up :) I hope -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of The Helmsman Sent: Wednesday, February 14, 2007 10:10 AM To: 'Flashcoders

RE: [Flashcoders] Anyone hate flash 9 already?

2007-02-13 Thread dan
I wish apon a star that flash 9 will have RTL text for us non English people :) shalom ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

[Flashcoders] DVD and Flash

2007-02-11 Thread dan
Hi all Does any one know of a program that lets you use SWF in a DVD menu? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

[Flashcoders] how do I setvalue and then getvalue between flash and scorm server

2007-02-01 Thread Zhu dan
Hello all, I am working on a flash video learning program. I have encoded the FLV video with 5 cuepoints that set to navigation cuepoint. I have full playback features for this video and five buttons to let the audiences to directly go to the cuepoint if they want to. Here is my problem, I

[Flashcoders] Re: full screen window

2007-01-30 Thread Dan Styles
script language=JavaScript function fullScreen(theURL) {window.open(theURL, '', 'fullscreen=yes, scrollbars=auto'); /script ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Re: Rotating a comboBox

2007-01-22 Thread Dan Styles
. especially the v2 components. There are so many problems. I really don't use them if i can manage without them. I suggest you do the same! Dan Styles. Styles Design Development. CONFIDENTIALITY NOTICE: This communication and any documents, files or previous e-mail messages attached

[Flashcoders] RE: FLVPLAYBACK COMPONENT

2007-01-18 Thread Dan Styles
I had a problem like this recently Try without the .flv part... you may not need the extension when using Flash Media Server also check this: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15catid=578threadid=1228512enterthread=y and this:

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 29

2007-01-17 Thread Dan
considered if there turns out to be a fix in F8. Dan M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

[Flashcoders] Movieclip playback problem

2007-01-17 Thread Dan
rather than reducing the number of movieclips? Currently developed as Flash 7, but flash 8 solutions considered if there turns out to be a fix in F8. Dan M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 27

2007-01-16 Thread Dan Styles
I bought this thing.. MultiPowUpload - from element-it.com - and it uses the Alert component.. yet nothing i seem to do to change the Alert window styles seems to work.. no idea why.. it seems they did some fiddling with the standard halo button code for some reason - would this affect the Alert

[Flashcoders] Looking for a Full Time Flash Developer

2007-01-15 Thread Dan Thatcher
for more details: http://sfbay.craigslist.org/eby/art/261132710.html Dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

[Flashcoders] as 3 help

2007-01-10 Thread dan
Does anyone know if macromedia is going to add the help files to the flash 9 IDE? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

[Flashcoders] help as3

2007-01-10 Thread dan
Hi all How do you attach a moveclip from the library in as3 there isn't an attachMovie? 10x ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] uploading and sending am messege back

2007-01-10 Thread dan
Hi all I see that fash dosent have any way of sending back a messge from the server after upload is doen Any ideas? Can you face a http error so it will send a msg back to the server? 10x ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] Dynamic gradient alpha on a bitmap in as3

2006-12-21 Thread Dan Shryock
have been unable to find anything with masks, filters, or bitmap data that works. I would greatly appreciate any information or ideas. Dan Shryock ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] setting box

2006-12-19 Thread dan
Hi When I get a users WEBCAM I see the setting box Is there a way to set focus to thay box on the allowe button The computer im using this dosent have a mouse not KEYBORDE Any ideas? 10x dan ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] RE: Keyboard accessibility and sliders

2006-12-04 Thread Dan
acccessible item. You can even mark the increments on the slider if you want. Your slider will then be accessible to all user including 1 switch users. It is standard that you tab between items and and enter hit does the item action. Dan M ___ Flashcoders

[Flashcoders] setRGB question

2006-11-30 Thread dan
Hi guys Im using the setRGB command to change a color of a movieclip to black Now... How do I change it back to its orig color? 10x d dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] Which object called the function

2006-10-08 Thread Dan Rogers
Not sure if this is a solution in your case, but you could identify the calling function this way... class Main { function Main() { runHello._id = Main told me to do it...; runHello(); } function runHello() {

Re: [Flashcoders] PNG sequence running slow the first time!

2006-10-08 Thread Dan Rogers
Something I've noticed that helps with this issue is on the first frame of the PNG sequence, place a copy of all of the PNGs on one frame (either masked or offstage), and it seems to load them all into memory for a faster run through. Plus, I don't think using cacheAsBitmap will give you

[Flashcoders] Hough transform

2006-10-04 Thread dan
Hi guy's Im tring something tht might work Heres the idea Find the edge of a picture And use the Hough transform to find the shape :) Kinda stuck Does anyone have a simple way to use the Hough transform? 10x ___ Flashcoders@chattyfig.figleaf.com To

[Flashcoders] bitmap draw help plz

2006-09-28 Thread dan
Hi ppl Thi sis my problem: Im loading a jpg into a moveclip named :pic_holder; I then draw the picholder using the bitmap.draw methode But for some reson on the IDE it works But on the explorer it dosent draw the moveclip Any ideas??? 10x dan

RE: [Flashcoders] bitmap draw help plz - Drawing with bitmap.draw dynamic loaded JPGS???

2006-09-28 Thread dan
Can any one help Drawing with bitmap.draw dynamic loaded JPGS??? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

RE: [Flashcoders] bitmap draw help plz

2006-09-28 Thread dan
Here is the code Im loading the jpg into image_mc witch is in the main movie pic_holder And then Im drawing it All I get it kkust a blank bitmap no pic . /// mclListener = new Object(); mclListener.onLoadInit =

Re: [Flashcoders] Delegating Events and AS2

2006-09-27 Thread Dan Rogers
The problem is with this code- the onRelease function is a method of the btn movieclip... so it doesn't have access to the dispatchEvent function. btn.onRelease = function() { trace('dispatching event'); dispatchEvent({type:'click', target:this, message:btn+' was

Re: [Flashcoders] How do you manage your classes?

2006-09-26 Thread Dan Rogers
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: Monday, September 25, 2006 4:36 PM To: Flashcoders mailing list Subject: [Flashcoders] How do you manage your classes? Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class management on both a project-based

Re: [Flashcoders] Delegating Events and AS2

2006-09-26 Thread Dan Rogers
I personally use an extremely simplified way of dealing with events. I've used EventDispatcher before, but it feels like overkill most of the time. I realize my method has no ability to multicast events, but it's quick, easy to read and gets the job done. Here's an example:

Re: [Flashcoders] Delegating Events and AS2

2006-09-26 Thread Dan Rogers
a certain event is not firing. -Danro On Sep 26, 2006, at 7:06 PM, vic wrote: Hey Dan, I like the way you do it, its pretty simple. But here is, what probably will be an incredibly stupid question: How do I capture the event? Thanks, V I personally use an extremely simplified way

[Flashcoders] How do you manage your classes?

2006-09-25 Thread Dan Rogers
Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class management on both a project-based and common library level, while addressing the need to package up source code for a given project to deliver to a team member or client. I've used version control

Re: [Flashcoders] How do you manage your classes?

2006-09-25 Thread Dan Rogers
server somewhere. Include classes from there in your projects. Just make sure you update you're all good to go. On 9/25/06, Dan Rogers [EMAIL PROTECTED] wrote: Flashcoders, I've been wondering how other flash developers deal with AS2/AS3 class management on both a project-based and common

[Flashcoders] Tweening ColorTransform objects?

2006-09-23 Thread Dan Rogers
Hey Flashcoders, Has anyone here attempted to tween the Flash 8 ColorTransform class? I am having some strange issues while trying to tween some ColorTransform objects using Grant Skinner's MultiTween class. Seems that whenever I tween a ColorTransform object which contains yellow (?),

Re: [Flashcoders] Tweening ColorTransform objects?

2006-09-23 Thread Dan Rogers
to point you to the API I was recently introduced to. Fuse Kit. http://www.mosessupposes.com/Fuse/ Charles P. On 9/23/06, Dan Rogers [EMAIL PROTECTED] wrote: Hey Flashcoders, Has anyone here attempted to tween the Flash 8 ColorTransform class? I am having some strange issues while trying

[Flashcoders] Tweening ColorTransform objects? [Solved]

2006-09-23 Thread Dan Rogers
Thank you for the replies. My issue was due to the fact that I was overlooking the rgb property (doh), and inadvertently tweening it along with the other properties. Below is the functional code which uses MultiTween and mx.transitions.Tween to tween a few ColorTransform objects. -Danro

RE: [Flashcoders] Webcam color tracking

2006-09-13 Thread dan
Cheak out http://www.tipo.co.il/media/doritos/ I use color + motion traking to find hands and track them -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serge Jespers Sent: Tuesday, September 12, 2006 10:22 PM To: Flashcoders mailing list Subject: Re:

[Flashcoders] as 3 help

2006-09-06 Thread dan
Is in as 2i use'd OnEnterFrame what do I use in as3? Is it some event with the new event dispatcher? 10x ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Reliable local FLV stop event

2006-09-06 Thread Dan Rogers
How are you creating the FLVs to begin with? From what I can gather, the NetStream.Play.Stop issue seems to be related to how people create their FLV files. For example, I recently created a bunch of FLVs via export from After Effects (using On2 VP6 codec), and the stop event works just

[Flashcoders] help :) box collison

2006-09-04 Thread dan
Hi people Im tring to find some docs on box collision Im trying to create 3 box's that collide with eath other and the screen and turn and change speed depending on what thay hit? Any docs? Or examples? 10x ___ Flashcoders@chattyfig.figleaf.com To

RE: [Flashcoders] help :) box collison

2006-09-04 Thread dan
Without is ok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Kodicek Sent: Monday, September 04, 2006 2:07 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] help :) box collison Hi people Im tring to find some docs on box collision

Re: [Flashcoders] Slow performance

2006-09-04 Thread Dan Rogers
If you're looking to improve performance and keep the speed of your animation, you could experiment with BitmapData.draw() and render a bitmap copy of a hidden text movieclip. I think the bottleneck is mostly due to the heavy font vectors. If your font movieclip was hidden and/or moved

Re: [Flashcoders] Slow performance

2006-09-04 Thread Dan Rogers
] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rogers Sent: 04 September 2006 19:55 To: Flashcoders mailing list Subject: Re: [Flashcoders] Slow performance If you're looking to improve performance and keep the speed of your animation, you could experiment with BitmapData.draw() and render a bitmap

[Flashcoders] OS style command prompt

2006-08-22 Thread Dan Efergan
of this kind of functionality already built? I assume a constant updated variable of the content must be created to allow switching back to previous states if the user does something that's not allowed. A running example would be a great help. Thanks, Dan Efergan [EMAIL PROTECTED

Re: [Flashcoders] oop question kind of...

2006-08-21 Thread Dan Rogers
I've also found a few quirks with removeMovieClip... however most of them seem to be related to depth. I use this class whenever I remove a clip (dynamically attached or otherwise), and it seems to do the trick. /** The MovieClipRemover class is a static utility class which removes

RE: [Flashcoders] AS3 bitmapdata lock/unlock

2006-08-16 Thread dan
WHEN IS FLASH WITH AS3 COMING OUT? NOT THE BETA? ANY IDEAS? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] zoomin'

2006-08-16 Thread Dan Efergan
://www.electricpavilion.org, click on 'Urban' or one of the other words above the Flash to see a number of buildings appear from the horizon. I can offer you examples of this code if it's helpful. Email off list. Hope this helps, Dan On 14 Aug 2006, at 23:56, eric dolecki wrote: I prefer what CRASH!MEDIA

Re: [Flashcoders] fuse kit and events

2006-08-15 Thread Dan Rogers
I can't necessarily vouch for the Fuse part of the Fuse / Zigo engine, but I can say that in certain circumstances, the Zigo tween engine will perform more smoothly than the mx Tween class. The mx Tween class is based entirely on frames to generate the animation, and will (at the expense

Re: [Flashcoders] fuse kit and events

2006-08-15 Thread Dan Rogers
of the additional shortcut functions... On Aug 15, 2006, at 9:13 AM, Dan Rogers wrote: I can't necessarily vouch for the Fuse part of the Fuse / Zigo engine, but I can say that in certain circumstances, the Zigo tween engine will perform more smoothly than the mx Tween class. The mx Tween

Re: [Flashcoders] fuse kit and events

2006-08-15 Thread Dan Rogers
- From: Dan Rogers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, August 15, 2006 10:37 AM Subject: Re: [Flashcoders] fuse kit and events To clarify, the mx Tween package does allow you to set 'useSeconds' as an option to drop/add frames, however from

Re: [Flashcoders] AS2 - (this) vs this

2006-08-12 Thread Dan Rogers
Thank you for the response... although I am not sure if your answer contains some sort of hidden meaning. Perhaps I should just stop thinking so much and get back to writing actionscript. -Danro On Aug 11, 2006, at 3:56 PM, Steven Sacks | BLITZ wrote: Is there a reason to wrap this in

[Flashcoders] AS2 - (this) vs this

2006-08-11 Thread Dan Rogers
This may be a simple question, but I just came across it and found it strange... Is there a reason to wrap this in parentheses? (this).foo vs. this.foo Thanks, -Danro ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

[Flashcoders] shared library

2006-08-09 Thread dan
Where can I find doc's on how to use shared library? 10x dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

[Flashcoders] shared library

2006-08-09 Thread dan
Hi people Where can one find docs on how to setup and use a shared library? 10x in advance dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] video playing help - newbie

2006-08-04 Thread Dan McCullough
Do you know of a way to make the movie automatically play on the first visit but then if you come back to the page after viewing another page, the video doesn't auto-play? Basically, they don't like the fact that every time you go to the home page, the movie starts over. Do you know of a fix

[Flashcoders] Mac IDE for AS !

2006-07-25 Thread Dan Course
Good morning chatty peeps, Quick question to people with Mac knowledge... What Program do you all develop you AS classes etc.. On PC I use Flash develop (www.osflash.org/flashDevelop) but I'm stumped on a Mac! Is there any software which will show me all my class members and stuff :) Thanks,

Re: [Flashcoders] Trying not to loadMovie multiple times

2006-07-21 Thread Dan Rogers
If you are using loadMovie to load in static JPEGs or still images of some kind, you could initially load them into a hidden movieclip on stage... then when you're ready to duplicate them, you could use BitmapData.draw() to clone them into place. If you're loading in animated SWFs, then I

[Flashcoders] Bar Codes

2006-07-20 Thread Dan Wade
Hello, Does anybody have experience with generating barcodes. From what I've read it's as easy as embedding a barcode font and voila. But I can't match up to the example I have from the client. Any help or direction appreciated. Thanks, -d ___

RE: [Flashcoders] Multiplayer and LAG!

2006-07-17 Thread dan
I built some multiplayer game swith flash com And the best thing I can say Build you game ona turn base instead of realtime Tun base'd games the lag dosent matter :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of iestyn lloyd Sent: Monday, July 17,

Re: [Flashcoders] BitmapData GlowFilter zebra effect?

2006-07-10 Thread Dan Rogers
, the filter worked as expected. Thanks, -Danro On Jul 10, 2006, at 4:30 AM, Yotam Laufer wrote: Seems like you are applying the filter many times. That would be my guess. Using the filters array makes sure that you apply it only once. Best, Yotam. On 09/07/06, Dan Rogers [EMAIL PROTECTED

Re: [Flashcoders] BitmapData GlowFilter zebra effect?

2006-07-09 Thread Dan Rogers
PM, John Grden wrote: Have you tried just applying the filter to the movieclip that the bitmapdata object is attached to rather than using applyFilter? On 7/8/06, Dan Rogers [EMAIL PROTECTED] wrote: Yesterday, I posted this topic regarding the inversion of a bitmap alpha channel

Re: [Flashcoders] BitmapData GlowFilter zebra effect?

2006-07-08 Thread Dan Rogers
/glowfilter_bug.jpg Has anyone else dealt with this? -Danro On Jul 7, 2006, at 3:29 PM, Dan Rogers wrote: Hi gang, I am trying to invert the alpha channel of a BitmapData object and destructively apply it to another bitmap using copyPixels. Has anyone inverted an alpha channel on a bitmap? I

[Flashcoders] BitmapData invert alpha channel

2006-07-07 Thread Dan Rogers
Hi gang, I am trying to invert the alpha channel of a BitmapData object and destructively apply it to another bitmap using copyPixels. Has anyone inverted an alpha channel on a bitmap? I assume use applyFilter with ColorMatrixFilter, but I am not very swift in figuring out the correct

Re: [Flashcoders] FLV or MP3 stops during tween

2006-06-30 Thread Dan Rogers
variable, either. This behavior seems strange to me, and I'm not sure if it's already a known bug. If anyone can shed any further light on this topic, it would be appreciated :) -Dan On Jun 29, 2006, at 7:52 PM, Dan Rogers wrote: Hi there, first time on the list... I am working on a pretty

[Flashcoders] FLV or MP3 stops during tween

2006-06-29 Thread Dan Rogers
to a halt. Thanks. -Dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting

[Flashcoders] Media Components, FLV and MP3

2006-06-27 Thread Dan Styles
Hi there, I'm parsing an XML Playlist which can apparently have both FLV, MP3 and JPG files in it. I'm somehow expected to 'play' all of these media types. My first thought is to have an instance of the media display, FLV player and a movieclip for the jpgs and to use a switch case statement - i

[Flashcoders] Trying my question again.. FLV/MP3 and components

2006-06-27 Thread Dan Styles
Hi there, I'm parsing an XML Playlist which can apparently have FLV, MP3 and JPG files in it. I'm somehow expected to 'play' all of these media types. My first thought is to have an instance of the media display component, FLV player component and a movieclip for the jpgs - each on 3 different

[Flashcoders] Re: FLV/MP3 question.. thanks people.

2006-06-27 Thread Dan Styles
Dunc.. That is perfect. thank you so much. I won't actually USE it but i will look at the source so thoughtfully provided... and thank you everyone else for your input. Great list. great people. great responses. thanks. Hi Dan, you may want to look at this cat prior to re-inventing the wheel

Re: [Flashcoders] Player question

2006-06-12 Thread Dan Efergan
into the same folder, and just generally sending more than one file can cause the less competent client confusion. Dan On 12 Jun 2006, at 14:13, Danny Kodicek wrote: He can right-click the file (in Windows: in Mac, insert equivalents...) and choose open with... (Choose Program) Internet

[Flashcoders] OT: Finding Sounds

2006-06-12 Thread Dan Efergan
Has anyone one got any good advice for good online sound libraries, for Flash development. I've got a few which I use: http://www.findsounds.com/ http://www.sounddogs.com/ And then Flash Kit, although that can be a bit tiresome... Anyone got any more suggestions. TIA Dan Dan Efergan

Re: [Flashcoders] Flash and Javascript Interaction

2006-06-12 Thread Dan Efergan
Britton wrote: I recommend going with ExternalInterface. No external files needed: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/ html/wwhelp.htm?context=LiveDocs_Partsfile=2200.html However the kit is good and definitely works! Mike Dan Efergan [EMAIL PROTECTED

[Flashcoders] Flex List?

2006-06-09 Thread Dan Thatcher
it. I know that figleaf doesn't have a Flex listserve :-( so what is the best most active Flex list? TIA, Dan Dan Thatcher Online Learning The American Academy of Professional Coders 801-238-9893 (office) 801-879-9253 (mobile

[Flashcoders] convert/migrate javascript to Flex

2006-06-08 Thread Dan Thatcher
platforms could be used that would allow the AJAX work that has been done to not be a total loss? My sense is that conversion to Flex is a long shot, but I thought I would ask anyway. TIA Dan Dan Thatcher Online Learning The American Academy of Professional Coders 801-238-9893

Re: [Flashcoders] Dynamically loading an SWF into a movie clip

2006-06-07 Thread Dan Efergan
etc... It usually ends up being something simple like a missing stop() at the movie beginning, or functions initiating before assets are available. Dan On 6 Jun 2006, at 22:27, John Conta wrote: This is my first post. I'm John. I've been playing with Flash for a few years now

RE: [Flashcoders] 3GP to flv

2006-06-07 Thread dan
Cant seem to find ffmpeg Any ideas or a link to it? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

[Flashcoders] flade

2006-06-06 Thread dan
Hi all Do any of you use flade? If you do Did any one try to make objects collide? Like surfece's? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] NetStream bytesTotal / bytesLoaded

2006-06-05 Thread Dan Wade
() { trace(ns.bytesTotal); trace(ns.bytesLoaded); } both come up 0? video plays fine. But i'm trying to build a percent bar. we used flix for encoding. tia, -Dan ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] Where to politely and appropriately discuss pricing issues

2006-06-02 Thread Dan Efergan
, interesting about the hourly charge thing. It's the same here in the Uk, people think hourly rates are dangerous. Dan I' read years ago that directly asking pricing in a public forum is gauche and a good way to get a good flame going. At the same time I quoted someone a price the other day on my

Re: [Flashcoders] browser will not quit!!

2006-06-02 Thread Dan Efergan
You're FScommand is wrong... I'm pretty sure you need the blank argument as well. Try: on (release, releaseOutside ) { this.gotoAndStop ('buttonUp'); getURL(javascript:window.close(this)); fscommand(quit,); } (Extra blank argument to the end of the quit) Dan On 2 Jun 2006, at 14:42

[Flashcoders] Flash XML/CMS

2006-05-31 Thread Dan Styles
Matt, why doesn't he make his own? It's not hard and would show off his skills as a designer. He'd be able to control design and functionality, would learn how to make a simple CMS (i use SQLPHPXML), he'd increase his value as a designer/developer, improve his skillset and would be safe in the

  1   2   >