Re: [Flashcoders] self published.

2006-05-30 Thread Mike Britton
I have to say Flash would make a compelling choice for your idea. Mike ___ 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 Le

RE: [Flashcoders] hii

2006-05-30 Thread Mike Mountain
> i want flashmx project whit source I want a Bacon sandwich with sauce... ___ 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] write out a ByteArray (ActionScript 3) ?

2006-05-27 Thread Mike Lyda
I have a ByteArray that I can't seem to get a decent output from.. I've tried writing out to a textField like so res.text += "\n myByteArray = " + myByteArray.toString(); and quite a few other things that I thought would give me a decent output, but nothing seems to be working. myByteArray has

[Flashcoders] Can Variables have listeners?

2006-05-26 Thread Mike Anderson
k you all in advance, for any suggestions you can throw my way. Mike ___ 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 Sof

Re: [Flashcoders] what's the best tutorial for the bitmapdata API

2006-05-26 Thread mike cann
i personally like senocular ZenDoc, lets u output ure docs in a number of formats such as JavaDoc or MMDoc: www.senocular.com/projects/ZenDoc/ Mike On 26/05/06, Lee McColl-Sylvester <[EMAIL PROTECTED]> wrote: As2Doc is one I use and work well Lee -Original Message- From:

Re: [Flashcoders] Flash interface in directx application

2006-05-26 Thread mike cann
> > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Marcelo de Moraes > Serpa > Sent: 26 May 2006 13:57 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] Flash interface in directx application > > Hello Mike, > &g

Re: [Flashcoders] Flash interface in directx application

2006-05-26 Thread mike cann
n for your replies! Mike On 26/05/06, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote: Hi Lee, I don´t think that it´s what he wants... I guess he wants something that can read swf and then render it to a directdraw surface for example, I don´t think f-in-box is meant to do that... I m

[Flashcoders] Flash interface in directx application

2006-05-26 Thread mike cann
t of university ;) Thanks all Mike ___ 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

Re: [Flashcoders] Compute a point guarateed to be within a irregular polygon

2006-05-26 Thread mike cann
perhaps soe of the suff on andre michelle's site will help you? Try checking out the constrain pollygon.swf http://recycle.andre-michelle.com/geometry/polygon/ Mike On 25/05/06, Kjel Anderson <[EMAIL PROTECTED]> wrote: Hello list, Has anyone implemented something like this?

Re: [Flashcoders] sending HTML image map data to Flash

2006-05-26 Thread mike cann
I do not know of a way to do this, but would be interested if you do find out a way :) Mike On 25/05/06, Marc Hoffman <[EMAIL PROTECTED]> wrote: [My apologies if you receive this twice -- didn't seem to go through the first time.] Anyone have tips on making Flash read the image

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Boutin
You can deploy a Laszlo app as a stand-alone swf as well. Mike Marcelo de Moraes Serpa wrote: Never used Laszlo and probally will never used it ... would better go to flex2, don´t like the idea of using javascript and that the swf is generated at runtime... On 5/25/06, jcanistrum <[EM

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Boutin
I found the Laszlo mailinglist to be very helpful. I got a quicker response rather than using the forums. I believe the sign up is at openlaszlo.org Mike Jim Robson wrote: Mike, I didn't have much luck with the Laszlo community. I posted several questions, and most of them

Re: [Flashcoders] TextInput disabled when loaded into a Window Component into a child swf

2006-05-25 Thread mike cann
On 25/05/06, Manuel Saint-Victor <[EMAIL PROTECTED]> wrote: I have a window that is loading a swf file which has a movieclip with a TextInput in it that refuses to work- Is this a known bug and is there a workaround? Thanks Mani ___ Flashcoders@chattyf

Re: [Flashcoders] XML Parsing

2006-05-25 Thread Mike Britton
At first glance it seems to be doing a lot inside the while statement. That could account for the lag. 15 times through the loop could slow things down, especially if you're instantiating a moviecliploader each time around. Mike On 5/25/06, Matt Jurgemeyer <[EMAIL PROTECTED

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Boutin
Yes OpenLaszlo is a great solution. Ive used it quite a bit. They have a awesome community for help and getting started with it. jcanistrum wrote: and what about OpenLaszlo, has someone given it a try ? I saw some very good demos overthere http://www.openlaszlo.org/demos 2006/5/25,

Re: [Flashcoders] Getting the class name?

2006-05-25 Thread mike cann
uld be have a > variable inside ur class right away called 'ClassName' and use it. ( like > how macromedia did in V2 component classes ;-) ) > > ~Arul Prasad. > > On 5/25/06, mike cann <[EMAIL PROTECTED]> wrote: > > > > so you could do: > >

Re: [Flashcoders] XML Parsing

2006-05-25 Thread Mike Boutin
Yes im having the same problem, but with Flash Remoting. Matt Jurgemeyer wrote: I'm building my menus dynamically from xml docs, but I'm having a problem with a lag while the xml parses. I have a graphic indicating that the xml is loading, but it isn't showing up for me on broadband. I'm assumin

Re: [Flashcoders] XML Parsing

2006-05-25 Thread Mike Britton
How many nodes are in the XML file? Can you post the code that does the parsing? Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-25 Thread Mike Chambers
(as it was originally focused at the Enterprise space). And Flex based apps can easily communicate with backends such as ASP, PHP, etc... mike chambers [EMAIL PROTECTED] On May 25, 2006, at 5:43 AM, Christian wrote: The other issue i see with flex is it's ability to scale. It doesn&#

Re: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread mike cann
If you are talking about flash, no i believe it doesnt automatically import your class for you. You may be getting confused with the new Flex Builder 2 which does infact import automatically for you. On 25/05/06, Rifled Cloaca <[EMAIL PROTECTED]> wrote: Flashcoders, So this is one of those thi

Re: [Flashcoders] Getting the class name?

2006-05-25 Thread mike cann
eturn anything - It is not a method, but an operator. You can use instanceof only to compare - like this: var xx:XML = new XML(); trace (xx instanceof XML); // output will be true. ~Arul Prasad. On 5/25/06, mike cann <[EMAIL PROTECTED]> wrote: > > im not entirely sure but can

Re: [Flashcoders] Getting the class name?

2006-05-25 Thread mike cann
im not entirely sure but can you use "instanceof" against a switch statement to check if its of a particular class? On 25/05/06, eka <[EMAIL PROTECTED]> wrote: Hello :) you can use my ContructorUtil class with the statics getName, getPackage and getPath methods : http://live.burrrn.com/brows

Re: [Flashcoders] Exporting AS3 from OSX

2006-05-24 Thread Mike Chambers
does it compile if you just have a simple hello world example, with an empty constructor? mike chambers [EMAIL PROTECTED] On May 24, 2006, at 6:37 PM, David Peek wrote: Hey list, I'm trying to compile AS3 on my mac, have tried every which method and keep on running into the same

Re: [Flashcoders] Re: Flex vs. Flash IDE

2006-05-23 Thread Mike Chambers
We have had Mac builds of the SDKs (compiler, frameworks, etc...) since beta 2. http://www.adobe.com/go/labs_flex2_downloads In fact, I am developing in AS3 and Flex 2 on my Mac right now. mike chambers [EMAIL PROTECTED] On May 23, 2006, at 6:10 PM, Michael Bedar wrote: There may have

[Flashcoders] Flash Remoting Freezing Player

2006-05-23 Thread Mike Boutin
crashed. Is this a common problem and are there any work arounds for this? Any info about be greatly appreciated! Thanks! Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] video card suggestions

2006-05-22 Thread Mike Mountain
Tearing is inherant with the flash player in general M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of grimmwerks > Sent: 22 May 2006 14:56 > To: Flashcoders mailing list > Subject: [Flashcoders] video card suggestions > > I'm creating a d

RE: [Flashcoders] Binding a Symbol to a Class

2006-05-19 Thread Mike Levy
Did you export for ActionScript 2.0? Compiling for 2.0? Referencing the exact linkageIdentifier name in attachMovie? Are you getting a reference back from the attachMovie call? - It could be you are using getNextHighestDepth() incorrectly so you just aren't seeing the movieClip? A few things to t

Re: [Flashcoders] fp9 ExternalInterface bug?

2006-05-17 Thread Mike Chambers
Remember that this is a beta, so there are going to be issues. We have recently fixed a bunch of issues with eternal interface (including the ones mentioned by Geoff). Do you have a simple reproduceable test case? If so, I can send it to the team. mike chambers [EMAIL PROTECTED] eric

RE: [Flashcoders] video card suggestions: tearing animations

2006-05-16 Thread Mike Mountain
video card suggestions: tearing animations > > SLI > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: terça-feira, 16 de Maio de 2006 11:16 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] vide

RE: [Flashcoders] video card suggestions: tearing animations

2006-05-16 Thread Mike Mountain
Are all the LCD's showing the same content? M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of grimmwerks > Sent: 15 May 2006 22:18 > To: Flashcoders mailing list > Subject: [Flashcoders] video card suggestions: tearing animations > > Hey all -

RE: [Flashcoders] Grab IP address

2006-05-15 Thread Mike Mountain
I guess for every vampire there's someone willing to stick their neck out... and then complain about the bite marks. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Steven Sacks > Sent: 15 May 2006 10:35 > To: 'Flashcoders mailing list' > Subject

RE: [Flashcoders] dynamic creation of a datagrid

2006-05-10 Thread Mike Levy
namically, but found that it rendered way too slow for our purposes. If you just add text (no custom cell renderers) you will be fine :-) Hopefully this helps. mike case "DATAGRID": var gridWidth:Number = 500;

[Flashcoders] ScrollPain

2006-05-10 Thread Mike Levy
explanations! I think it has something to do with the movieClip not loading by the time I call attachMovie, but I read on another thread that if everything is in class files that there is no timing issues with attachMovie. mike ___ Flashcoders@ch

Re: [Flashcoders] external interface not working

2006-05-09 Thread Mike Chambers
Well, you might want to start by posting some code examples. mike chambers Doug Tangren wrote: I am a mac user using flash 8 testing on safari 2.0.3. , flash's external interface and I am not getting flash to communicate with javascript or visa versa. Can anyone

RE: [Flashcoders] [OT] Studio 8 licensing in intelMac dual bootscenario

2006-05-09 Thread Mike Mountain
But they do have to have the same OS - AFAIK you license the product for an OS. Change OS and you'll need to relicense. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Weyert de Boer > Sent: 09 May 2006 16:52 > To: Flashcoders mailing list >

RE: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Mike Mountain
list > Subject: Re: [Flashcoders] Fitting squares into an area > > Not that complex, it turns out... > > Change the line > if (next_swidth>next_sheight) { > to > if (next_swidth>=next_sheight) { > > Better? :) > > Danny > > - Origi

RE: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Mike Mountain
Hmmm it has problems - try 8 at 640x480 M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 09 May 2006 11:11 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Fitting squares into an area

RE: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Mike Mountain
OK this is cool, create an MC in the library 100px w & h, linkage "square", create a smaller different colour square inside it just so you can see what's going on - Then run this: [as] /** * computes the largest N square size (and layout) that can fit an area (width,height). * * @return an Obj

RE: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Mike Mountain
sheight = next_sheight; next_sheight = height/(rows+1); } } } > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 09 May 2006 10:41

RE: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Mike Mountain
One last addition: [as] /** * computes the largest N square size (and layout) that can fit an area (width,height). * * @return an Object containing 'squareSize' and the number of 'cols' and 'rows' * and a layout array for drawing the squares on screen. * * 96% of the credits goes to Danny K

RE: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Mike Mountain
This is great stuff! Thanks guys, I've been going round in circles with this for quite a while. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Danny Kodicek > Sent: 09 May 2006 08:54 > To: Flashcoders mailing list > Subject: Re: [Flashcoders

Re: [Flashcoders] quick xml question

2006-05-08 Thread Mike Boutin
You could use php to write an xml file. Flash guru wrote: Hey all, Can anyone point me in the right direction of how to save an xml doc from flash. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http:/

RE: [Flashcoders] Fitting squares into an area

2006-05-08 Thread Mike Mountain
.n-times... > > cheers | kerem > > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Mike Mountain > Gesendet: Montag, 8. Mai 2006 14:51 > An: Flashcoders mailing list > Betreff: [Flashcoders] Fitting squares in

[Flashcoders] Fitting squares into an area

2006-05-08 Thread Mike Mountain
Anyone got any script to cover the following problem: Given an area (x,y) what's the best way of filling it with 'n' squares? Cheers M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.fig

Re: [Flashcoders] ads inside a SWF

2006-05-07 Thread Mike Lyda
well.. anything is possible with a little magic. I'm wondering if someone has already done it, if it's legal, etc.. in all seriousness, I think I've figured out how to do it, but I'm kind of lazy like and not wanting to get a reprimand from the big Google man. --- Rajat Paharia <[EMAIL PROTEC

Re: [Flashcoders] ads inside a SWF

2006-05-06 Thread Mike Britton
Do it! (Disclaimer: I have no legal training...) Mike ___ 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] ads inside a SWF

2006-05-06 Thread Mike Lyda
I'd like to include ads (Google ads) inside of a SWF.. with hopes of having the SWF end up on other sites. But is this u legal with Google? And has someone already done something similar? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

Re: [Flashcoders] Q:del.icio.us API

2006-05-05 Thread Mike Britton
This technique is a bit sketchy though. True, and their API isn't finalized. There are few things more soul-shattering than having your XML-parsing wrapper rendered obsolete without warning. Mike On 5/5/06, elibol <[EMAIL PROTECTED]> wrote: It can be done with AS2. The easies

Re: [Flashcoders] Q:del.icio.us API

2006-05-05 Thread Mike Chambers
Actually, that is a little different. That would work if running the browser, as the browser would handle the HTTP auth (it would pop up a user / pass dialog). However, running in standalone would not work. You would have to manually write the appropriate headers in the request. mike

Re: [Flashcoders] Q:del.icio.us API

2006-05-05 Thread Mike Chambers
Well, wait no more. We have had the Flex 2 Beta for Mac for a month or two now: http://www.macromedia.com/go/labs_flex2_downloads Just click the link on that page for Flex SDK 2.0 mike chambers [EMAIL PROTECTED] Troy Rollins wrote: On May 4, 2006, at 1:01 PM, Mike Chambers wrote

[Flashcoders] Moving animation positions

2006-05-04 Thread Mike Boutin
I am trying to move all my animations so that they arecentered in the movieclip they were created in (was created off-centered) except I dont want to go through every keyframe and adjust the positioning frame by frame. Is there an easier way of doing this? I am using flash 8 pro... Any sugges

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Mike Britton
Mike, can it be done with AS2? Mike Britton On 5/4/06, Troy Rollins <[EMAIL PROTECTED]> wrote: On May 4, 2006, at 1:01 PM, Mike Chambers wrote: > Also, I am doing this in AS3, not AS2. You wouldn't happen to be doing this in AS3 on a Mac, would you Mike? ;-) (Still wait

Re: [Flashcoders] Q:del.icio.us API

2006-05-04 Thread Mike Chambers
. Also, I am doing this in AS3, not AS2. mike chambers [EMAIL PROTECTED] Weyert de Boer wrote: It probably is a dumb question, but what do you exactly mean by 'HTTP basic authentication'??? :) I think he means the simplest form of http authentication, meaning the credentials are ab

[Flashcoders] AS 3.0 with v2 component - compilation problem using Flex Builder

2006-05-03 Thread Mike Levy
ework:tutorials:runtime_compon ents Thanks, mike ___ 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 Prem

Re: [Flashcoders] Easing Dynamic Text

2006-05-03 Thread Mike Boutin
Do you know of any tutorials that explain the logic behind easing dynamic text? I understand that a tween class would/could be used but looking for more of how its done. Boots eric dolecki wrote: mc_tween2 does that On 5/3/06, Mike Boutin <[EMAIL PROTECTED]> wrote: Anyone have any

[Flashcoders] Easing Dynamic Text

2006-05-03 Thread Mike Boutin
Anyone have any links to easing dynamic text? Ive searched google high and low with no luck. Thanks! Boots ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/

Re: [Flashcoders] Q:del.icio.us API

2006-05-03 Thread Mike Britton
This may be a dumb question, but how would HTTP basic authentication be handled through AS2? Wouldn't it have to go through some kind of server-side proxy? Mike Britton On 5/3/06, Mike Chambers <[EMAIL PROTECTED]> wrote: I am in the process of building an ActionScript 3 library t

Re: [Flashcoders] Q:del.icio.us API

2006-05-03 Thread Mike Chambers
ugh a proxy. mike chambers [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Has anyone incorporated the del.icio.us API or similar social bookmarking feature into any of their projects? Just looking for examples and ideas at the moment and what is/isn't possible. Thanks in advance Jim Bachalo

Re: [Flashcoders] Q:del.icio.us API

2006-05-03 Thread Mike Britton
ing banned because of having a weird user-agent. hth Mike On 5/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Has anyone incorporated the del.icio.us API or similar social bookmarking feature into any of their projects? Just looking for examples and ideas at the moment and what i

RE: [Flashcoders] Flash online vector paint editor app?

2006-05-03 Thread Mike Mountain
Having seen the price and checked out the capabilities I think I'll build my own! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 03 May 2006 16:00 > To: Flashcoders mailing list > Subject: RE:

RE: [Flashcoders] Flash online vector paint editor app?

2006-05-03 Thread Mike Mountain
e vector paint editor app? > > http://www.figleaf.com/products/wysidraw.cfm > > > Jason Merrill | E-Learning Solutions | ICF International > > > > >>-Original Message- > >>From: [EMAIL PROTECTED] > [mailto:flashcoders- > >>[EM

RE: [Flashcoders] Q:Flash 8 and memory leaks

2006-05-03 Thread Mike Mountain
It crashes IE too - there is an issue concerning bitmap data that you need to dispose of an instance if you are creatin it as a var within a function it will live beyond the scope of the function so to speak. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On

[Flashcoders] Flash online vector paint editor app?

2006-05-03 Thread Mike Mountain
Anyone know of a pre rolled flash (as in runs online as a swf - not exports to swf) vector editor/text editor paint app that exports to XML or the like. We'll happily build our own if not but it sounds like one of those things that someone must've already done a million times over. Our only real re

Re: [Flashcoders] retrieving names of external files in a folder (or is there something similar to Directors getNthFileNameInFolder())

2006-05-03 Thread Mike Britton
I made a very basic "directory scraper" class way back. I use this with AMFPHP. http://www.randomusa.com/flash/downloads/directoryScraper.zip hth, Mike On 5/3/06, Mikael Wirén <[EMAIL PROTECTED]> wrote: Hi gang, I´m slowly finding the pros (can admit there are some =) and

RE: [Flashcoders] Taking a "screenshot" from a FLVPlayback componentusing AS

2006-05-03 Thread Mike Mountain
t to the bitmap data of my FLVPlayback component? > > thanks! > > > -Original Message- > > From: Mike Mountain [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 03, 2006 11:57 AM > > To: Flashcoders mailing list > > Subject: RE: [Flashcoder

RE: [Flashcoders] Taking a "screenshot" from a FLVPlayback componentusing AS

2006-05-03 Thread Mike Mountain
It's possible in Flash 8 using copyPixels (BitmapData.copyPixels method) http://livedocs.macromedia.com/flash/8/main/1948.html Hth M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Bart Zonneveld > Sent: 03 May 2006 10:45 > To: 'flashcoder

Re: [Flashcoders] eLearning Standards Guide?

2006-05-02 Thread Mike Britton
Although e-learning is interesting, a call for these kinds of standards is probably more appropriate on a design list or discussion forum, not flashcoders imho (please correct me if I'm wrong). That is, unless the question relates to coding or best practices.

RE: [Flashcoders] Can this be true?

2006-05-02 Thread Mike Mountain
On Behalf > Of Mike Mountain > Sent: 02 May 2006 15:45 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Can this be true? > > Try this: > [as] > sTime=getTimer() > count=0 > onEnterFrame=function(){ > count++ > split=getTimer()-sTime >

RE: [Flashcoders] Can this be true?

2006-05-02 Thread Mike Mountain
Try this: [as] sTime=getTimer() count=0 onEnterFrame=function(){ count++ split=getTimer()-sTime fps=Math.round(count/split*1000) } [/as] Works great for me in the ide. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of M

RE: [Flashcoders] Can this be true?

2006-05-02 Thread Mike Mountain
I get 23 too, I think there must be something wrong with the FPS counter code. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Michael Kønig > Sent: 02 May 2006 15:37 > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Can this

Re: [Flashcoders] Required Actionscript Programmers

2006-05-02 Thread Mike Britton
As a precautionary measure, I never work with people who use the word 'gr8'. Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brou

[Flashcoders] MXNA

2006-04-28 Thread Mike Britton
What's going on with MXNA? It looks like the server is down. http://weblogs.macromedia.com/mxna/index.cfm Mike -- http://www.mikebritton.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the ar

Re: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Mike Boutin
ng is that it all works, but in this weirtd way I described Thx for the tip though! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Wednesday, April 26, 2006 10:27 PM To: Flashcoders mailing list Subject: Re: [Flashc

Re: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Mike Boutin
Have you tried using netstream object to play your flvs instead? Wouter Steidl wrote: Thx for your respose, But I cant believe it has to do with thatcause it works if I don't try to load flvs from the same project but throw in the file from that other project.. Any more thoughts?

[Flashcoders] Reverting flash 7 code to Flash 6

2006-04-26 Thread Mike Mountain
Anyone care to point me to a good reference of what Flash7 AS will not work in Flash 6? Can't seem to find a reference doc. Ta M ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.co

Re: [Flashcoders] Flash Layout Manager

2006-04-26 Thread Mike Britton
I hear ya. Mike ___ 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 and

Re: [Flashcoders] Flash Layout Manager

2006-04-26 Thread Mike Britton
Also keep in mind that layout management will be part of Flex 2. Personally I can't wait. http://livedocs.macromedia.com/labs/1/flex20beta2/langref//mx/containers/Panel.html Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscri

RE: [Flashcoders] PPC SWF2EXE

2006-04-26 Thread Mike Mountain
Wow - talk about on topic, I just came out of a meeting about this very subject. Apparently XAMLON will publish to ppc - but the beta is now closed M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Lee McColl-Sylvester > Sent: 26 April 2006

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
> Well I can honestly say mine isn't working that way at all - > I have an empty MC, nested into a scaled MC, this is > contained within a holder mc. > This swf is loaded into a container MC. localToGlobal gives > the correct coords for the 'unscaled' mc's. > > container_mc.holder_mc.scaler_mc

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
> That's strange, because I've just done that to test and it's > definitely working - even within a timeline tweening, and > taking scaling, rotation and skewing into account; it's > properly reading an arbitray point on the movieclip and > moving a crosshair on the main stage to that same poi

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
> > actually, I'm not sure if localToGlobal does anything with > the scaling. > > I have the feeling it simply adds coordinates of parent > movieclips to > > the local ones.. > > I'm not sure what you're doing and how, but it *does* take > into consideration the whole movieclip matrix info -

RE: [Flashcoders] > Looking for tester (PPC/Flash)

2006-04-24 Thread Mike Mountain
Hi Weyert We're looking at doing something similar with Win CE, would you mind letting me know how it goes? Thanks Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Weyert de Boer > Sent: 24 April 2006 13:

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
> actually, I'm not sure if localToGlobal does anything with > the scaling. > I have the feeling it simply adds coordinates of parent > movieclips to the local ones.. You're right, it doesn't - you have to factor in the multiplier yourself Something like this (for proportional scaling) [as]

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Mike Mountain
We used to use this approach, utilising Object.watch to check for changes - however we started getting the occasional exception - we switched to xml sockets and haven't looked back since. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Lee McC

[Flashcoders] Firefox, CSS overflow=scroll, flash buttons bug

2006-04-21 Thread Mike Guerrero
So I am having a weird problem. I have a fullscreen flash displayed in on html page using flashobject from this example: http://blog.deconcept.com/flashobject/fullpage.html I wanted to have scrollbars appear in case it didn't fit the browser window. So I changed my css as follow. /***

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-21 Thread Mike Mountain
lashcoders mailing list > Subject: RE: [Flashcoders] OT: Adobe Licensing - FAO John > Dowdell, Mike Chambers et al. > > > Yep :) It works fine with version 6 player for the PPC. > > They just released version 7 for PPC, actually: > http://www.macromedia.com/software/flashplayer_po

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-20 Thread Mike Mountain
We've finally been contacted - thanks for any time invested in this John, although I think the contact was due to some persistant phone calls from our project manager. I'm still interested in where I can get the ActiveX control for Win CE from as that could be a quick fix for us Ch

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-20 Thread Mike Mountain
> There's already a Windows CE ActiveX Control, so I'm not sure > about the "compiling ourselves" angle...? Where can I get this? > > Could this be the issue? > "This week, I discovered that there were some backend > changes as part of our transition that affected the player > distributi

Re: [Flashcoders] ExternalInterface

2006-04-19 Thread Mike Britton
ack() { thisMovie("mediaPlayer").goToCuePoint(); } function thisMovie( movieName ) { if (navigator.appName.indexOf("Microsoft") != -1) { return window[movieName]; } else { return documen

RE: [Flashcoders] seemless video in flash

2006-04-19 Thread Mike Guerrero
Is the AVI file compressed already? What data rate are you compressing the video at? What codec are you using to compress the video into flv (squeeze or on2)? Are you embedding the flv into a swf or are you loading it from the cd directly into the application when called? -Original Message-

RE: [Flashcoders] New wrinkle in IE activation issue...

2006-04-19 Thread Mike Guerrero
Ok, I have not come across anything weird with IE after I installed the security patch. Everything works as it should. Am I using the wrong version of IE? Did the patch not work? IE Ver: 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread Mike Mountain
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mike Mountain > Sent: 19 April 2006 11:43 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] offline SWF generation from XML > > There's also Openlas

RE: [Flashcoders] offline SWF generation from XML

2006-04-19 Thread Mike Mountain
There's also Openlaszlo: http://www.openlaszlo.org/ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of JesterXL > Sent: 18 April 2006 18:08 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] offline SWF generation from XML > > Check out

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-19 Thread Mike Mountain
OT: Adobe Licensing - FAO John > Dowdell,Mike Chambers et al. > > Ahhh, I knew a catch would show somewhere. Oh well, that's > the way it goes, I suppose. > > As a thought, though. Is there anyone out there who even > thinks they have the skills to develop there o

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-19 Thread Mike Mountain
on it's my only avenue to explore. Cheers Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Lee McColl-Sylvester > Sent: 19 April 2006 09:39 > To: Flashcoders mailing list > Subject: RE: [Flashcoders] OT: Adobe

RE: [Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-19 Thread Mike Mountain
om/cfusion/mmform/index.cfm?event=mmform&name=fla shplayer Thanks Mike Mountain > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of John Dowdell > Sent: 18 April 2006 19:35 > To: Flashcoders mailing list > Subject: Re

Re: [Flashcoders] RE:Flashcoders] Extending Array Question

2006-04-18 Thread Mike Britton
two,three"); trace(arEx.length); hth, Mike On 4/18/06, Robert Leisle <[EMAIL PROTECTED]> wrote: > You could also do: > > var myArray:ArrayExtension = new ArrayExtension(); > > myArray.push("Hello", "Goodbye", "World"); > > same res

[Flashcoders] OT: Adobe Licensing - FAO John Dowdell, Mike Chambers et al.

2006-04-18 Thread Mike Mountain
ewhere? Sorry for the off topic, but this is more likely to be picked up on this list, and others may be going through the same grief. Kind Regards Mike Mountain > _ > From: Mike Mountain > Sent: 07 April 2006 09:25 > To: &

RE: [Flashcoders] Active X and Microsoft IE ...

2006-04-13 Thread Mike Mountain
John Are you going to update Flash 8 so it publishes flash/html that utilises the new javascript methods? M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of John Dowdell > Sent: 12 April 2006 19:34 > To: Flashcoders mailing list > Subject: Re:

[Flashcoders] Duplicating a MovieClip that contains Sub-Clips

2006-04-13 Thread Mike Anderson
original MovieClip originally contained? If any of you could clarify this topic, I'd greatly appreciate it. Thanks, Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/ma

<    1   2   3   4   5   6   7   8   9   10   >