RE: [Flashcoders] external interface not working

2006-05-10 Thread [EMAIL PROTECTED]
Hi Doug, I had faced a similar problem. Upload the file on a webserver and check. Original Message: - From: Doug Tangren [EMAIL PROTECTED] Date: Tue, 9 May 2006 23:05:24 -0400 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] external interface not working I am a mac

[Flashcoders] Assetpropflags back to default

2006-05-10 Thread j.c.wichman
Hi list, I was wondering, is it possible to revert an object back to its default setting after using for example: _global.ASSetPropFlags (myObject, null, 6, true); What is the call I need to do to revert the myObject to the state it was? Is there a default state? Am I making any sense:)?

RE: [Flashcoders] Best SWF Wrapper

2006-05-10 Thread André Goliath
Hi John, What features does the SS SQLite wrapper have that the Zinc one is missing? Not that it matters much. What I have appears to be working properly, so new features in the wrapper will only be added if they'll improve performance or make things easier for me. I think one/the major

[Flashcoders] How to make flash more strict with errors ?

2006-05-10 Thread Nik Derewianka
Hi, Is there anyway to make flash actually throw errors when things go wrong. instead of just silently failing and pretending that everything is all okay ? Cheers, :: Nik Derewianka :: ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] HashMap?

2006-05-10 Thread Joshua Graham
Is there an AS3 equivalent of the java HashMap? Basically, I just need the ability to set key/value pairs quickly/ easily. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Flash detection

2006-05-10 Thread Kevin Boyd (MMCR)
Client wants to detect if flash installed and then jump to a HTML based site if not. What is the current state of play with this approach regards IE and Firefox? Kevin Boyd Multimedia Creations Ltd. www.mmcr.co.uk http://www.mmcr.co.uk/ ___

[Flashcoders] RGB circles animation needed

2006-05-10 Thread Kevin Boyd (MMCR)
Need to produce an animation of the 3 RGB colour circles merging to produce yellow, cyan and magenta then white in the middle. Any idea how to do this or know of any examples showing this. Thx Kevin Boyd Multimedia Creations Ltd. www.mmcr.co.uk http://www.mmcr.co.uk/

Re: [Flashcoders] HashMap?

2006-05-10 Thread Johannes Nel
dictionary object. On 5/10/06, Joshua Graham [EMAIL PROTECTED] wrote: Is there an AS3 equivalent of the java HashMap? Basically, I just need the ability to set key/value pairs quickly/ easily. ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] HashMap?

2006-05-10 Thread Lee McColl-Sylvester
Well, in AS2, it's called an object ;) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Graham Sent: 10 May 2006 11:19 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] HashMap? Is there an AS3 equivalent of the java HashMap?

RE: [Flashcoders] RGB circles animation needed

2006-05-10 Thread Nikolaj Selvik
In Flash 8 you could use the Add blending mode. Of course, the background would have to be black to get the desired blending. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Boyd (MMCR) Sent: den 10 maj 2006 12:56 To: 'Flashcoders mailing list'

Re: [Flashcoders] HashMap?

2006-05-10 Thread Joshua Graham
Bit strange, but that works, thanks. Joshua On 10 May 2006, at 12:06, Lee McColl-Sylvester wrote: Well, in AS2, it's called an object ;) Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Graham Sent: 10 May 2006 11:19 To:

RE: [Flashcoders] RGB circles animation needed

2006-05-10 Thread Kevin Boyd (MMCR)
Brilliant, works with the add blend! I knew it was worth upgrading to Flash 8 :-) Kevin Boyd Multimedia Creations Ltd. www.mmcr.co.uk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nikolaj Selvik Sent: 10 May 2006 12:17 To: Flashcoders mailing list

Re: [Flashcoders] HashMap?

2006-05-10 Thread Ron Wheeler
It appears that a HashMap is a Java class that uses a hash on the key to store its keys and values. http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html This would speed up lookup if you have a large set of keys. If you do not need the speed or do not have a large collection of keys

RE: [Flashcoders] Assetpropflags back to default

2006-05-10 Thread j.c.wichman
Hi, Yes this is one of the many results google turned up :), exactly where on the page did you read which call reverts the flags back to the default, or what the default is, I cannot find a clear statement describing that. I mean which bit applies to a class instance by default. Greetz H

[Flashcoders] embedded media with parameters in htmltext

2006-05-10 Thread MBDI ICSC Rodrigo E. Curiel Salazar
Hi ! Is there a way to embed in a htmlText a library item but passing parameters to it? ie. img src=lib_mcparam1=value1param2=value2 Rodrigo ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Importing ComboBox classes into custom class

2006-05-10 Thread Sumeet Basak
Hi All, I have a problem displaying a combobox component of Flash 8. The Scenario: I have a dynamic class psControler which extends mx.core.UIObject. This class also imports: import mx.utils.Delegate; import mx.events.EventDispatcher; import mx.controls.Tree; import

RE: [Flashcoders] Business Plan?

2006-05-10 Thread Doug Coning
Business Plan Pro is a great tool to help you think through each of the components involved in creating an accurate business plan and forecast: http://www.paloalto.com/ Doug Coning Senior Web Development Programmer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Importing ComboBox classes into custom class

2006-05-10 Thread j.c.wichman
Hi, I have no clue what's causing this, but I had similar problems in the past, you might want to try any or all of the following 3 things, if noone recognizes the problem directly: - set _lockroot on the movieclip / on the combobox instance - Object.registerClass(ComboDownArrowDisabled,

Re: [Flashcoders] Assetpropflags back to default

2006-05-10 Thread Muzak
Haven't used ASSetPropFlags in ages, but if i had to guess, I'd say 0 applies to a class instance. 0 = | can overwrite, yes | can delete, yes | is hidden, no | regards, Muzak - Original Message - From: j.c.wichman [EMAIL PROTECTED] To: 'Flashcoders mailing list'

[Flashcoders] Best application for notifier (aka Gmail)

2006-05-10 Thread franto
Hi list, does anyone know, which application is best for creating flash application (projector) which run in systray and from time to time notify user about something. (like Gmail notifier) is it possible? I know Zinc can make projector whichcan be ran in systray, but dont know, if i can add

[Flashcoders] Odd MTASC issue

2006-05-10 Thread Jensa
We just encountered an odd issue: if you try to set a variable in the class definition to a color value from a static class, Classes will fail to initialize as they should thus causing havok in our apps. Details: This bug has bugged the project I'm on for several occasions and my buddy Paulo

Re: [Flashcoders] Flash detection

2006-05-10 Thread Michael Stuhr
Kevin Boyd (MMCR) schrieb: Client wants to detect if flash installed and then jump to a HTML based site if not. What is the current state of play with this approach regards IE and Firefox? http://www.bobbyvandersluis.com/ufo/ http://www.adobe.com/devnet/flash/articles/swfobject.html micha

RE: [Flashcoders] Best application for notifier (aka Gmail)

2006-05-10 Thread André Goliath
SWF Studio can do all you need as well -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of franto Sent: Wednesday, May 10, 2006 3:05 PM To: Flashcoders mailing list Subject: [Flashcoders] Best application for notifier (aka Gmail) Hi list, does anyone know,

Re: [Flashcoders] Odd MTASC issue

2006-05-10 Thread Nicolas Cannasse
Has anybody else encountered this or have an explanation? J Figuring out the correct order of class generation is a big problem with languages such as AS2. Here's an example for example that doesn't have any correct order possible : class A { static var x = 1; static var y = B.x *

Re: [Flashcoders] Flash detection

2006-05-10 Thread Geoff Stearns
here's more info on the second link, and other techniques you can use: http://blog.deconcept.com/2006/03/13/modern-approach-flash-seo/ On May 10, 2006, at 7:45 AM, Michael Stuhr wrote: Kevin Boyd (MMCR) schrieb: Client wants to detect if flash installed and then jump to a HTML based site

Re: [Flashcoders] How to make flash more strict with errors ?

2006-05-10 Thread Paul BH
thats a very open question, even though it may not feel like it. here are some of the things you can do to try and reduce things happening unexpectedly: 1: In your classes make your variables / methods private unless they absolutely must be public. 2: Strictly type *everything* - this may seem

Re: Re: [Flashcoders] How to make flash more strict with errors ?

2006-05-10 Thread John Mark Hawley
If you're writing something quick and dirty with a lot of code thrown all over the timeline (like an ad prototypeyou have two hours to put together), coding in a __resolve function on the _root (or right on the Object prototype) that throws errors when called can be a typo-finding lifesaver.

[Flashcoders] Using MX components for 5 publishing

2006-05-10 Thread Mendelsohn, Michael
Hi list... Can you create a component out of a movie clip in MX and publish to version 5 and have the component work without problems? Thanks, - Michael M. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

[Flashcoders] video question

2006-05-10 Thread flashcoders
so i asked in an earlier post about loading multiple flv's and geting them to work as one. The other question I have is about NetStream vs a mediaDisplay component. So when loading flv's with NetStream. it seems so far like it loads it into the buffer and plays, and when it's done it unloads the

[Flashcoders] ScrollPain

2006-05-10 Thread Mike Levy
Hi All, I have the following code in AS2 Class files. (no code on timelines) The function below is a button handler for a Class that extends MovieClip. In the button handler function, I am attaching a movieClip that has a public ScrollPane so that I can add content to it from this function.

[Flashcoders] Problem with printing image

2006-05-10 Thread Arpit Jain
Hi, I am using PrintJob class to print a movieclip, which displays dynamic text and loads a jpg. I want it to print like vector so that it retains quality for text. It works fine, however, if I load a movie on higher level, (or attach a clip which has alpha at a higher level) even if I unload

[Flashcoders] Is there a class or techniqueSerialize the LSO to text or XML?

2006-05-10 Thread Manuel Saint-Victor
Is anyone aware of methods used that would allow a windowSWF panel to convert a LocalSharedObject to a text file? Thanks, Mani ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] ScrollPain

2006-05-10 Thread elibol
ScrollPain, haha. That's a good pun. Are you sure that the target movieclip you're calling attachMovie is being targeted correctly? btw, I think it's invalidate() and not redraw(). M On 5/10/06, Mike Levy [EMAIL PROTECTED] wrote: Hi All, I have the following code in AS2 Class files. (no

Re: [Flashcoders] Best SWF Wrapper

2006-05-10 Thread Ian Thomas
I personally would avoid Zinc. Although we've used it successfully, I've had two or three of their updates introduce bugs which break our products, and I've had to revert until a fix comes along. The quality control is just too shoddy. Ian On 5/9/06, eric dolecki [EMAIL PROTECTED] wrote: I'm

RE: [Flashcoders] Best application for notifier (aka Gmail)

2006-05-10 Thread Steven Sacks
IMO, mProjector has the best system tray code/methodology of all the wrappers. It also has the smallest executable size, smallest memory footprint, and uses the least amount of processing. ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] dynamic creation of a datagrid

2006-05-10 Thread riccardo.roasio
Hi, i need to put into a datagrid data coming from a db. The problem is the number of columns is variable. I use addColumn to add n new columns with their names, but when is time to use assItem i don't know what to do... The use of addItem is addItem( { col1: val1,col2:val2 } ) but i know col1

RE: [Flashcoders] dynamic creation of a datagrid

2006-05-10 Thread Matthew Simpson
How is the data traveling back to flash from the DB? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 1:39 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] dynamic creation of a datagrid Hi,

RE: [Flashcoders] Best SWF Wrapper

2006-05-10 Thread Sumeet Basak
I faced similar issues with zinc Thanks Sumeet Basak CTO Renaissance Legal Learning Systems Pvt. Ltd. Cell: + 91 9223214301 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Wednesday, May 10, 2006

[Flashcoders] OT: Designing in team overhead

2006-05-10 Thread Sander
I was wandering what you guys think the design overhead is when working in a team, as opposed to coding a project alone. And even more interesting: how does the overhead evolve as more members are added to the team? 02 persons 20% overhead? 04 persons 30% overhead? 10 persons 50% overhead?

Re: [Flashcoders] Re: [Off List Response] for (var i in ..) loop interupted by frame change

2006-05-10 Thread Tyler Wright
It wasn't a targeting issue. Even though the for..i..in loops were being stopped the frames still changed appropriately. Don't try and make excuses, it's just a mean thing for Flash to do. ;) I'm just happy to know the fix. Tyler On 5/9/06, Michael Bedar [EMAIL PROTECTED] wrote: If I remeber

RE: [Flashcoders] dynamic creation of a datagrid

2006-05-10 Thread riccardo.roasio
I use a perl script that give me a big string with | as row delimiter and # as cell delimiter. I'm able to spit it by rows and split every row . I also have another string with all headers. I'm able to add headers but i don't know how to add data...

RE: [Flashcoders] ScrollPain

2006-05-10 Thread Sumeet Basak
Hi mike, You could try these options. 1) The scroll pane within the slice9window movieclip, feed it with another movie (which should not be empty). Do that by going to the parameters options and enter a linkage name. by doing so flash will create an empty movie clip and load the pre-assigned

Re: [Flashcoders] OT: Designing in team overhead

2006-05-10 Thread John Mark Hawley
http://www.amazon.com/gp/product/0201835959/002-6472617-2448856?v=glancen=283155 Yes, there is a point on that curve where things get worse. -mark hawley From: Sander [EMAIL PROTECTED] Date: 2006/05/10 Wed PM 12:47:04 CDT To: Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] dynamic creation of a datagrid

2006-05-10 Thread Mike Levy
Hey, You probably need some metadata about the datagrid, like number of columns and then you can add columns dynamically and then once all that is done, assign a DataProvider with the appropriate data to the datagrid. I attached some code for you to look at, as I have done this. There is

[Flashcoders] xml file location

2006-05-10 Thread Thomas Fowler
This is something I haven't had to think about for a while but I was wanting to know... If I have a swf that's embedded in an html page that lives on the root of the site, does the xml file the swf is trying to load need to also exist in the root? I was thinking the path to the xml would be

RE: [Flashcoders] dynamic creation of a datagrid

2006-05-10 Thread Matthew Simpson
import mx.controls.gridclasses.DataGridColumn; var colNamevar1:DataGridColumn = item_dg.addColumn(new DataGridColumn(colNamevar1)); colNamevar1.headerText = Name:; item_dg.addItem({colNamevar1:dynVal1, colNamevar2:dynVal2, colNamevar3:dynVal3}); Inside of a

[Flashcoders] Equidistant points on an ellipse!

2006-05-10 Thread Peter Gehring
I'm really hoping someone can help... I need to plot points at an equal distance along the circumfrence of an Ellipse. As it turns out, I'm pretty bad at geometry, which doesn't help. I can plot the ellipse, but because I'm using sine/cos and incrementing with theta the points are crunched

Re:[Flashcoders] OT: Designing in team overhead

2006-05-10 Thread Miles Thompson
At 02:47 PM 5/10/2006, Sander wrote: X-Headers-End: 1FdssB-00011y-3W X-Delivered-To: [EMAIL PROTECTED] Subject: [Flashcoders] OT: Designing in team overhead I was wandering what you guys think the design overhead is when working in a team, as opposed to coding a project alone. And even more

Re: [Flashcoders] xml file location

2006-05-10 Thread Zeh Fernando
If I have a swf that's embedded in an html page that lives on the root of the site, does the xml file the swf is trying to load need to also exist in the root? I was thinking the path to the xml would be relative to the swf's location in the directory structure, but I'm thinking this isn't the

Re: [Flashcoders] xml file location

2006-05-10 Thread Thomas Fowler
Ok, that's what I was afraid of. Thanks for the info!! On 5/10/06, Zeh Fernando [EMAIL PROTECTED] wrote: If I have a swf that's embedded in an html page that lives on the root of the site, does the xml file the swf is trying to load need to also exist in the root? I was thinking the path

[Flashcoders] Input filtering

2006-05-10 Thread Weyert de Boer
Hello, I am currently working on a school project, whereby we use a keyboard as the main input. Now we use the keys of the keyboard as buttons. Currently, I am staring blind on a problem with this input device, I really hope someone of you guys can share some great ideas. The thing is that the

RE: [Flashcoders] Flash detection

2006-05-10 Thread Karina Steffens
Hi Kevin, You can use ObjectSwap to detect the flash version and place any kind of html content inside the object tag. http://www.neo-archaic.net/blog/2006/04/25/objectswap.htm You can't use it to jump to another page (you'd need php, asp, or meta-redirect for that), but what you could do is

RE: [Flashcoders] Input filtering

2006-05-10 Thread Kevin Aebig
You need to explain the situation a little better. It shoulds like a good old fashioned hash array would do the trick, but I'm unsure whether I understand your problem or not. !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: May

RE: [Flashcoders] Input filtering

2006-05-10 Thread Weyert de Boer
You need to explain the situation a little better. It shoulds like a good old fashioned hash array would do the trick, but I'm unsure whether I understand your problem or not. Okay, we have broken apart a old keyboard and hooked up some simple buttons to the print plate this all works nicely.

[Flashcoders] kioks

2006-05-10 Thread Flash guru
How does one go about making an installable flash app for a kiosk? Do i need third party software? Can i do it straight from flash? What is the best way to go about doing this thing? Thanks to all who answer ___ Flashcoders@chattyfig.figleaf.com To

[Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread edwin
I'm hoping someone can tell me what I'm doing wrong here, or help me find a better way of doing this. I've got a simple movieClip in my Library set up as Export for ActionScript. I would like to place several instances of it onstage, and then assign to each instance some mouse behaviours. The

Re: [Flashcoders] kioks

2006-05-10 Thread Charles Parcell
You want to develop an installer. You could use InstallShield, Windows Installer, Wise, or some other app. I would suggest NSIS. http://nsis.sourceforge.net/ It is free and has a lot of good features. Charles P. On 5/10/06, Flash guru [EMAIL PROTECTED] wrote: How does one go about making

Re: [Flashcoders] Input filtering

2006-05-10 Thread Michael Bedar
this is a start at keeping track // test = {}; Key.addListener (test); test.key_down_array = []; // test.onKeyDown = function () { var code = Key.getCode (); if (this.key_down_array[code] != true) { this.key_down_array[code] = true; trace

Re: [Flashcoders] Input filtering

2006-05-10 Thread Weyert de Boer
Thanks! I will give it a try tomorrow. It's really is simple ;-) Sometimes... I think Flash just seems to make the coding harder g ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Saving images server-side...

2006-05-10 Thread ryanm
I know we've been through this and the answer is always you'll have to send it to a server-side script, but has anyone come up with a usable solution to modifying bitmap data and then resaving it over the web? I'm in a .NET envornment, using AS2/Flash 8, and I need to make thumbnails out of

[Flashcoders] File System with MDM Zinc and DLL?

2006-05-10 Thread Jorge Antonio Diaz Gutierrez
Hi everyone: I've been seeing lot of questions about MDM Zinc and DLL files to write and read from the File System. Can anyone give me an address or a tutorial for understand about it. Thanks anyway, I really need it. ___

Re: [Flashcoders] HashMap?

2006-05-10 Thread Bernard Poulin
mmm... Are you implying that ActionScript objects are not hashmaps? I thought they were *all* hashmaps (even Arrays are hashmaps). Every method call that you do involves at least one hash lookup. B. 2006/5/10, Ron Wheeler [EMAIL PROTECTED]: It appears that a HashMap is a Java class that uses

Re: [Flashcoders] xml file location

2006-05-10 Thread Muzak
You can use the BASE param to point to a default location which is then used in Flash for every relative url. Depending on thz BASE value, relative url's are resolved in different manners: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_04157 regards, Muzak - Original Message

RE: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread Lewis, Chuck
Try this: // this[mcName].onRelease = function() { trace(Release = +this); } // this[mcName].onPress = function() { trace(Press = +this); } -- Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of edwin Sent: Wednesday, May 10, 2006 5:24

[Flashcoders] Remoting calls corrupt after CF7 upgrade

2006-05-10 Thread Justin Raymond
Hi all, XP SP2, IIS, SQL Server. I have a full flash app that relies heavily on flash remoting calls to my CFCs. We just upgraded all our boxes to CF7 from 6.1 to find that when the app makes multiple consecutive remoting calls only a percentage of them return. Unfortunately it is random, one

Re: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread edwin
Works great! Thanks! On 5/10/06, Lewis, Chuck [EMAIL PROTECTED] wrote: Try this: // this[mcName].onRelease = function() { trace(Release = +this); } // this[mcName].onPress = function() { trace(Press = +this); } -- Chuck for (var i = 0; i 3; i++) { var myX = 150 *

Re: [Flashcoders] ScrollPain

2006-05-10 Thread bryan.rice
On May 10, 2006, at 12:24 PM, Mike Levy wrote: Thanks for any 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.

Re: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread Tony Trapp
Hey chuck similar loop but using scroll pane to create rows and columns and then take a movie clip and duplicate it, what I am trying to do is assign a dynamic number to each onRelease function to each button located in the duplicated movie clip. Its only assigns the last number. My brain is

Re: [Flashcoders] xml file location

2006-05-10 Thread Lists
Tom, When I don't want to rely on the location of the HTML for my XML path, I use something like the function below to figure out the directory of the SWF. That way, I can keep the SWF and XML together and not rely on an absolute path. Beware: test this aggressively because this is off the top of

Re: [Flashcoders] ScrollPain

2006-05-10 Thread Muzak
If the movieclip only contains the scrollpane, wy not attach the scrollpane directy, instead of having it wrapped in a movieclip? The scrollpane has a 'complete' event which is triggered when it's content is ready to be used, so that might be what you're looking for (it's in the docs). Any

Re: [Flashcoders] Equidistant points on an ellipse!

2006-05-10 Thread Bernard Poulin
yes, this is indeed a duplicate! If you are really hoping to find help - you should always search the archives... Lookup this mailing list for this thread: Position objects evenly around ellipse -- March 16, 2006 happy coding! B. 2006/5/10, Peter Gehring [EMAIL PROTECTED]: I'm really

Re: [Flashcoders] Equidistant points on an ellipse!

2006-05-10 Thread Bernard Poulin
I just finished reading the whole thread - well... there is no real answer in the end :-( How accurate do you need this to be? (how many points typically?) Is this used to draw dashes or simply positioning few objects? B. 2006/5/10, Bernard Poulin [EMAIL PROTECTED]: yes, this is indeed a

RE: [Flashcoders] File System with MDM Zinc and DLL?

2006-05-10 Thread Julian Dolce
Zinc has the ability to read and write files. So you won't need to use a DLL at all. The Zinc help documentation is pretty good and the forums are great as well. http://www.mdmforum.com Julian Dolce | Senior Creative Technologist FUEL INDUSTRIES tel: 613.224.6738 x241 www.fuelindustries.com

[Flashcoders] as2lib HashCodeFactory

2006-05-10 Thread Bjorn Schultheiss
Hi, *Note, this post is more directed towards a discussion rather than a fix. I have been looking at this lately and am very intrigued. These lines from this as2lib class basically set a __nKEY property on everything with one line // - private static var

Re: [Flashcoders] Equidistant points on an ellipse!

2006-05-10 Thread pixelassembly
Hi, just to clarify, are you trying to get the equal sided polygon into your elipse, or are you wanting the points equal distance along the circumfrence ? also why are you not getting accurate results when using a large point set ? a) you need a crazy level of accuracy ? b) the maths doesn't

Re: [Flashcoders] controlling sound of NetStream.

2006-05-10 Thread Ramon Miguel M. Tayag
I made a class to handle it all, but basically, ... http://pastebin.com/710724 and instantiate it on the timeline var CSC:CSC = new CSC(this); This allows me to use the custom sound class and just keep instantiating it, and it worries about putting it into a unique movieclip for me, so I can

Re: [Flashcoders] controlling sound of NetStream.

2006-05-10 Thread aaron smith
ah.. so when playing multiple streams they all need to be in a separate movieclips? then I can control each sound individually? Ramon Miguel M. Tayag wrote: I made a class to handle it all, but basically, ... http://pastebin.com/710724 and instantiate it on the timeline var CSC:CSC = new

[Flashcoders] controlling sound of NetStream.

2006-05-10 Thread aaron smith
is there a way to control the sound of a netStream? while streaming multiple netStreams all the sound plays. how can I turn one off. while the other is playing? word ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] controlling sound of NetStream.

2006-05-10 Thread Ramon Miguel M. Tayag
Yup, exactly On 5/11/06, aaron smith [EMAIL PROTECTED] wrote: ah.. so when playing multiple streams they all need to be in a separate movieclips? then I can control each sound individually? Ramon Miguel M. Tayag wrote: I made a class to handle it all, but basically, ...

Re: [Flashcoders] controlling sound of NetStream.

2006-05-10 Thread aaron smith
perfect. thanks Ramon Miguel M. Tayag wrote: Yup, exactly On 5/11/06, aaron smith [EMAIL PROTECTED] wrote: ah.. so when playing multiple streams they all need to be in a separate movieclips? then I can control each sound individually? Ramon Miguel M. Tayag wrote: I made a class to handle

Re: [Flashcoders] kioks

2006-05-10 Thread mailinglists
I would look first at Screenweaver 3 [1]. If that doesn't meet your needs, you could look also at Zinc [2], mProjector [3], FlashProjector [4], SwfStudio [5], iceProjector [6], and FlashAppBuilder [7] [1] http://screenweaver.org/ [2] http://www.multidmedia.com/software/zinc/ [3]

RE: [Flashcoders] kioks

2006-05-10 Thread Derek Vadneau
It depends on your needs. For a true kiosk app where certain keys and key combinations are disabled as well as the ability to kill certain applications and stop the user from killing your app and Windows, I recommend SWF Studio. SWF Studio offers the most power for kiosk apps. With one

Re: [Flashcoders] Using MX components for 5 publishing

2006-05-10 Thread GregoryN
Why not? The only thing: it will be v.1 component, not v.2 (which are class-based). Example: http://gousable.com/flash/dynBlend_v1.html (this is old version of my Dynamic Blend component). -- Best regards, GregoryN http://GOusable.com

Re: [Flashcoders] obfuscation swf !

2006-05-10 Thread GregoryN
Andy, What kind of encryption have you tried? I use bytecode manipulations (Flare+manually). Some tricks, indeed, break the component (v.2), but others work OK. I don't think it depends on what your component does, rather the encrypting technique itself. -- Best regards, GregoryN