RE: [Flashcoders] how to hide your AS 2.0 from flash leech software

2006-08-04 Thread Toby
Yea I believe there are SWF encryption programs; You will probably find out more than me by just googling that... Toby -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Christian Pugliese Sent: 02 August 2006 16:15 To:

Re: Re: [Flashcoders] AS3 Compiler For MAC OS X

2006-08-04 Thread Steve Webster
On 7/28/06, Haikal Saadh [EMAIL PROTECTED] wrote: You can use the command line compiler than comes with flex2. You'll have to copy stuff from the windows version, though. http://labs.adobe.com/wiki/index.php/Flex_Builder:tutorials:compiling_mxmlc_osx I'm a bit late on this, but I though it

Re: [Flashcoders] jigsaw puzzle piece algorithm

2006-08-04 Thread Hans Wichman
Hi Gunther, imagine the puzzle in its correct configuration: ABCD EFGH I see this as the grid Now if i tell you A, B and E are in a group, you automatically know B is the right neighbour of A, since they can only be in the same group if they connect, and they will only connect if they are in the

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-04 Thread Tyler Wright
There is an attempt underway to document the SWF 9 bytes for a disassembler. I'm sure this could be the start of a compiler as well. And unfortunately I don't think Adobe will release the specs any time soon. http://osflash.org/swf9dis Tyler On 8/2/06, John Giotta [EMAIL PROTECTED] wrote: It

Re: [Flashcoders] Most efficient way to set a ColorTransform property on a MovieClip

2006-08-04 Thread Mark Walters
So I guess what we're coming down to, is the fact that you have to have at least 3 lines of code: one for initializing the ColorTransform object, another for setting the ColorTransform value, and still another for setting the MovieClip's colorTransform property to the new ColorTransform object.

[Flashcoders] grabbing screen caps in FL8

2006-08-04 Thread keitai guy
hi list - I need to get bitmaps of some flash content (things the user makes client side). i guess this is possible with the new bitmap api. does anyone have tips /examples of this type of thing? thanks! /dc ___ Flashcoders@chattyfig.figleaf.com To

Re: Re: [Flashcoders] Mtasc Delegate

2006-08-04 Thread Chris Allen
Another approach is to use Steve Webster's Delegate. It's polymorphic with the MM version. Here it is anyway: http://dynamicflash.com/2005/05/delegate-version-101/ You get additional functionality similar to Joey Lott's version too, if you decide you need it. Hope it helps. -Chris On 8/2/06,

Re: [Flashcoders] x,y coordinates of a character

2006-08-04 Thread Michael Bedar
what's the end goal in terms of functionality? On Aug 2, 2006, at 10:12 AM, Robert Gordon wrote: Hey List! I'm trying to find a way to determine the stage coordinates of a character within a dynamically constructed text field (multiline, wrapping, html formated). I've experimented with

Re: [Flashcoders] jigsaw puzzle piece algorithm

2006-08-04 Thread Hans Wichman
ps whether you do this through a naming convention as you mentioned, or through storing a row and column property for each piece doesnt really matter i guess. On 8/3/06, Hans Wichman [EMAIL PROTECTED] wrote: Hi Gunther, imagine the puzzle in its correct configuration: ABCD EFGH I see this as

Re: [Flashcoders] Font symbols, Polish, Export for Actionscript, barf

2006-08-04 Thread Michael Bedar
What most likely is happening is that when you are not exporting the font flash is using the fonts on your machine. Including a font in the Library is not sufficient - you need to create a dynamic tf on the stage and manually select the characters (or predefined sets of chars) you want to

[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] Re: how to hide your AS 2.0 from flash leech software

2006-08-04 Thread SWF Coder
You can protect your AS code from decompilers by using an obfuscator. check out www.kindisoft.com and www.genable.com go to this link to download secureSWF Personal http://www.kindisoft.com/RequestEvaluation.aspx __ Do You Yahoo!? Tired of spam?

[Flashcoders] FileReference.upload onComplete event fails on OSX

2006-08-04 Thread lists
hi I have a flash 8 movie that upload jpegs to a server side script. When hosted on an NT server, with a php script that recieves the upload, the FileReference onComplete event gets called correctly when the an image has completely uploaded using FileReference.upload. This when movie is viewed

[Flashcoders] Shared Objects -- help with troubleshooting,please!

2006-08-04 Thread dls
I don't seem to be doing something correct. I am trying to set a Flash equivalent of a cookie then check for it. In my 1st movie: myNameStatus = (normal); myTutorialStatusSO = SharedObject.getLocal(tutorialStatus ); myTutorialStatusSO.data.thingIsave = myNameStatus; myTutorialStatusSO.flush();

Re: [Flashcoders] Weird getURL behavior

2006-08-04 Thread Bernard Poulin
Setup a http proxy (like proxytrace http://www.pocketsoap.com/tcptrace/pt.aspx) on your IE and you can thus see exactly what is being sent -- compare the HTTP headers, the url, the responses, of a working page and a non-working page. You will see exactly what is happening and most likely find

[Flashcoders] JavaScript to ActionScript Communication

2006-08-04 Thread Andreas Stephan | T8D
Hi, I have been trying to communicate between JavaScript and Flash using the JavaScript/Flash integration kit from osflash.org. Communication from ActionScript to JavaScript works fine, but I am having problems with JavaScript to ActionScript communication: anytime I call an AS function from JS,

[Flashcoders] grab a bitmap region?

2006-08-04 Thread jcarlos
Does anyone has some links or directions about How to mark an region over loading an image into a bitmapData on the stage and copy parts of it ? I´ve tryed the simplest example from FL 8 reference manual and I didn´t get just to load the image on the stage In the manual

Re: [Flashcoders] video playing help - newbie

2006-08-04 Thread Frank Lawlor
Use the flash shared object to set a flash cookie. This way, when the user comes back, the playhead will skip the intro and go to a specified frame. You can also use it to control an flv or anything else. // sets flash shared object version = SharedObject.getLocal(intro_data); // if first time,

[Flashcoders] RE: tweening multiple properties simultaneously

2006-08-04 Thread Jack Doyle
For what it's worth, I spent a lot of time creating a TweenLite class that does exactly what you want (I think). It adds less than half of the Kb to the SWF compared to other Tweening engines I've worked with (about 2Kb) and it allows you to very easily tween multiple properties with a single call

Re: [Flashcoders] video playing help - newbie

2006-08-04 Thread Lyndon Headley
Could either use shared object to determine if the computer had viewed the video before, or perhaps some user-variable on a server side script. I suppose good old cookies might even do the trick. I typically prefer shared objects to cookies. For no particular reason, just find them easier I

Re: [Flashcoders] amfphp, identify each calling

2006-08-04 Thread sysco
Yes, I think this library is what you're looking for... http://www.5etdemi.com/blog/archives/2006/03/cinqetdemiremoting-a- tiny-but-useful-remoting-library/ steve Message: 20 Date: Thu, 3 Aug 2006 14:20:56 +0200 From: Martin Weiser [EMAIL PROTECTED] Subject:

Re: [Flashcoders] JSFL: Can I set the swf publish path?

2006-08-04 Thread John Grden
If you use Flasc, you can designate the final SWF output ;) On 8/1/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: I've solved it. I export the publish profile. I read that file in and swap out the values of the nodes. I save that string to the drive (overwriting the old one). I import the

Re: [Flashcoders] x,y coordinates of a character

2006-08-04 Thread Robert Gordon
I'm trying to handle a dynamic 'fill in the blanks' type of interaction - where the client does not have advanced knowledge of the question content ('blank' keywords will be delimited in some way). I've experimented with solution that, to this point, is working beautifully. I colour the

Re: [Flashcoders] Re: how to hide your AS 2.0 from flash leech software

2006-08-04 Thread Dave Wood
You can protect your AS code from decompilers by using an obfuscator. Anyone know of any for use on a Mac? David ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] anyway to attach our sample on this forum?

2006-08-04 Thread jess donald
just wonder does this mailing list allow attachment. Cos at time we can best explain our problem but attaching some sample can make a lots difference. cheers jess ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

[Flashcoders] init() createChildren() onLoad

2006-08-04 Thread Wade Arnold
I have a component that places UI components on the stage during createchildren. I am trying to find out what method I should add event handlers to these input fields. So far onLoad is the only thing that allows the event handles to work. Should I not be able to place that in init? Any reason that

[Flashcoders] Invalid gateway URL

2006-08-04 Thread Wade Arnold
I was wondering if there is a way to capture the error that happens when you do not have a proper gateway URL for flash remoting. Flash just traces out that it can not open the url. Is there a way to do this or should I try and use getURL before I run the remoting service? Thanks; Wade

[Flashcoders] LoadVars - sending an array

2006-08-04 Thread Alexander Farber
Hello, I'm working on a flash game sending data to an Apache module through the LoadVars.sendAndLoad() (i.e. I use neither XML, nor AMF, but send the application/x-www-form-urlencoded strings around). I wonder, how do the other folks send arrays, since you unfortunately can't send a key more

Re: [Flashcoders] tweening multiple properties simultaneously

2006-08-04 Thread jcarlos
I did some tests here with one rectangle and I think it is related to the mc origin point When one tween scales it, it grows from its left upper corner but the another tween doesn´t know about the changes and make the movement based on the original position. So you have to use

[Flashcoders] Fw: grab a bitmap region?

2006-08-04 Thread jcarlos
Does anyone has some links or directions about : How to mark an region over loading an image into a bitmapData on the stage and copy parts of it ? At the same time I´ve tryed the simplest example from FL 8 reference manual and I didn´t get just to load the image on the stage In the manual

Re: [Flashcoders] Possible Challenge: AS 3.0 Compiler :)

2006-08-04 Thread Keith Salisbury
Why on earth would you want to? On 8/2/06, John Giotta [EMAIL PROTECTED] wrote: It maybe too soon for anyone to have a full grasp on AMF or SWF specs of an AS3.0 SWF but I wonder if its possible to create a crude compiler from AS3.0. AS3.0 ouroboros of sorts.

Re: [Flashcoders] Security Violation with FLV loading using NetConnection

2006-08-04 Thread Cedric Muller
oh, forgot to mention the FUN part: works if A.swf is publish in HTML (browser) but fails if A.swf is published as executable :-) all together: laugh, please laugh! netConnect.connect(null) is considered a link :D nice code! *** Security Violation *** Connection interrupted with null -

[Flashcoders] Checkbox component in a movie

2006-08-04 Thread alpay bull
Hi All, When you duplicate a movieclip that has a checkbox component in it, you can no longer reach to that checkbox in the duplicate movieclip via script. Any solutions?Alpay BUL _ Be one of the first to try Windows Live Mail.

Re: [Flashcoders] grab a bitmap region?

2006-08-04 Thread Charles Parcell
From http://livedocs.macromedia.com/flash/8/main/1959.html * Juise said on Feb 22, 2006 at 1:34 AM : * Seems that symbol has to be bitmap - loadBitmap cannot get movieclip´s bitmap data. Charles P On 8/3/06, jcarlos [EMAIL PROTECTED] wrote: Does anyone has some links or directions

RE: [Flashcoders] anyway to attach our sample on this forum?

2006-08-04 Thread Dave Watts
just wonder does this mailing list allow attachment. Cos at time we can best explain our problem but attaching some sample can make a lots difference. Sorry, no. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Re: [Flashcoders] XPathAPI problems with wildcard searches

2006-08-04 Thread Keith Salisbury
I suspect you're expecting similar results to using XSLT where you xsl:template match=blah statement bearing in mind this only works when you use the xsl:apply-templates /, which crawls the tree applying the xpath statements. Remember all you statements are relative to the root node that you