[Flashcoders] [Flash Remoting MX]->null

2006-01-16 Thread Chris Velevitch
What does:- [Flash Remoting MX]->null in the coldfusion server Flash Remoting log mean? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com h

RE: [Flashcoders] Focus in the text field

2006-01-16 Thread Tarjinder Kumar
Sorry I am using simple swf file -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder Kumar Sent: Tuesday, January 17, 2006 11:45 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Focus in the text field I am using flash 8 -Original

RE: [Flashcoders] Focus in the text field

2006-01-16 Thread Tarjinder Kumar
I am using flash 8 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder Kumar Sent: Tuesday, January 17, 2006 11:43 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Focus in the text field Hi I am facing the same problem Selection.setFoc

RE: [Flashcoders] Focus in the text field

2006-01-16 Thread Tarjinder Kumar
Hi I am facing the same problem Selection.setFocus(text_txt); trace(Selection.setFocus(text_txt)) The trace return false . But u can type in the textbox without selecting it.It means the focus is in the text box. But cursor is not visible. Regards Tarjinder -Original Message- From: [EM

[Flashcoders] RE: Focus in the text field

2006-01-16 Thread Costello, Rob R
are you using firefox? is so, you might need to look at the wmode (in the html page) - can't recall the details but their is an issue that stops FF displaying cursor with wmode set to transparent - change the setting and will correct, if indeed it is that issue -Original Message- Date

Re: [Flashcoders] Focus in the text field

2006-01-16 Thread Chris Velevitch
What value does Selection.setFocus(text_txt) return? If it's false, then is failed. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chatt

RE: [Flashcoders] md5 in AS3

2006-01-16 Thread Geoffrey Williams
AS3 Version -> http://gsolo.com/temp/macromedia/flex/beta/Global/com/gsolo/encryption/MD5.z ip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul BH Sent: Monday, January 16, 2006 6:47 PM To: Flashcoders mailing list Subject: [Flashcoders] md5 in AS3

RE: [Flashcoders] Focus in the text field

2006-01-16 Thread Sumeet Kumar
Even this line is not working the focus is getting set but the Cursor is not visible -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Tuesday, January 17, 2006 11:05 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Focus in

Re: [Flashcoders] Focus in the text field

2006-01-16 Thread Chris Velevitch
You might also need to set the cursor position Selection.setSelection(0, 0); Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.fi

[Flashcoders] Focus in the text field

2006-01-16 Thread Sumeet Kumar
Hi All I m using this code to set focus on a text field. The Focus is getting set on the textfield but the cursor is not displayed in the text field. Selection.setFocus (text_txt); text_txt.text = "File name"; Is this problem faced by some one else also? Or is there something which i m doing

Re: [Flashcoders] md5 in AS3

2006-01-16 Thread Paul BH
thx On 1/16/06, Scott Hyndman <[EMAIL PROTECTED]> wrote: > http://www.meychi.com/source/extensions/ASCryptFiles.zip > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Scott > Hyndman > Sent: January 16, 2006 6:49 PM > To: Flashcoders mailing list > S

[Flashcoders] embed SWF with PHP

2006-01-16 Thread Mark Radose
Hey does anyone know how to embed a swf into a page using php. I'm basically trying to find a way to hide the swfs url from the user so that it can't be saved (I'll have to stop it from caching also.) I've seen it done before on thi site. www.mx3d.com. Theres basically a php script that writes th

Re: [Flashcoders] OnLoadStart

2006-01-16 Thread Patrick Matte
The movie starts playing before onLoadInit is fired. The bug with onLoadStart happens only when loading swf from another domain. - Original Message - From: "Kris Hadlock" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Monday, January 16, 2006 6:44 PM Subject: RE: [Flashcoder

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
> > Personaly I think that if someone can bypass the obfuscation, (not "jump > tricks" but *real* obfuscation by variable renaming/hashing - see > http://tech.motion-twin.com/obfu ) then there is no need for additional > protections because the user is motivated enough to bypass them as well. > Ye

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
> > I'm not familiar with the phrase "lambda user", so I can only presume it > means a non-technical user. Yes indeed > But are those the people who you're concerned about? > I think it's worthwhile to mention that you might have different > goals and expectations with regard to obfuscation than

Re: [Flashcoders] Can't redefine class method

2006-01-16 Thread Chris Velevitch
On 1/17/06, Morten Barklund Shockwaved <[EMAIL PROTECTED]> wrote: > Nope, when you call the static method, it will not change when > subclassed. That is exactly as I would expect. > > This is due to the fact, that static methods aren't inherited - they do So you're saying that since B doesn't have

Re: [Flashcoders] Class Error Message

2006-01-16 Thread Chris Kennon
Hi All, Thanks, as most savvy programmers have figured this is a training exercise, an I'm learning quite a bit. Respectfully, Christopher Kennon Principal & Creative Director -Bushidodeep www.bushidodeep.com __ "Knowing is not enough, you must apply; w

[Flashcoders] efficient htmltext.reduce() function? or similar idea?

2006-01-16 Thread Jayson K Hanes
Does anyone have any divine wisdom for safely and efficiently "reducing" an htmltext string down in size? I've been using old code for a while that simply loops looking for html tags.. and if it's a known "paired" tag set (like font), looks for the closing tag, and then, substring's from that poin

Re: [Flashcoders] OnLoadStart

2006-01-16 Thread John Giotta
Well, depending what Patrick is trying to do. onLoadInit would not work. onLoadInit is fired when the loaded contents first frame is played. onLoadInit is actually fired after the onLoadComplete event. onLoadStart is fired right after you call the MovieClipLoader.loadClip() method. ___

RE: [Flashcoders] md5 in AS3

2006-01-16 Thread Scott Hyndman
http://www.meychi.com/source/extensions/ASCryptFiles.zip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hyndman Sent: January 16, 2006 6:49 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] md5 in AS3 http://www.meychi.com/archive/21.

RE: [Flashcoders] md5 in AS3

2006-01-16 Thread Kris Hadlock
Yes, for AS2: www.krishadlock.com/downloads/as2_md5.zip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul BH Sent: Monday, January 16, 2006 4:47 PM To: Flashcoders mailing list Subject: [Flashcoders] md5 in AS3 does anyone have a class for generating md

RE: [Flashcoders] md5 in AS3

2006-01-16 Thread Scott Hyndman
http://www.meychi.com/archive/21.php 2nd search result in Google Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul BH Sent: January 16, 2006 6:47 PM To: Flashcoders mailing list Subject: [Flashcoders] md5 in AS3 does anyone have a class fo

[Flashcoders] md5 in AS3

2006-01-16 Thread Paul BH
does anyone have a class for generating md5 hash's in AS2 or AS3? ta PBH ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] OnLoadStart

2006-01-16 Thread Kris Hadlock
I've experienced this bug as well and have not found a solution. Have you tried onLoadInit? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Patrick Matte Sent: Monday, January 16, 2006 4:41 PM To: Flashcoders mailing list Subject: [Flashcoders] OnLoadStart

[Flashcoders] OnLoadStart

2006-01-16 Thread Patrick Matte
Hi, I have a bug with the movieClipLoader onLoadStart function when I'm loading swf videos that are not on the same domain. I'm using the onLoadStart function to stop the video like this : mclListener.onLoadStart = Delegate.create(this,videoLoadStart); private function videoLoadStart(target_mc:

Re: [Flashcoders] Class Error Message

2006-01-16 Thread PR Durand
Hi Chris At the end of your code you have this now = new Date(); outside any method so flash doesn't know what to make with. Those 2 lines now = new Date(); trace ("The Time is " + formatTime(now)); seem to be here to test your formatTime method, but it has to be in flash, not in the class

Re: [Flashcoders] Class Error Message

2006-01-16 Thread Andy Johnston
A Simple hello class that assigns a custom message to a text field based upon time of day. **/ class com.bushidodeep.Hello { private var width:Number; private var height:Number; private var stageHeight:Number = 300; private var stageWidth:Number = 300; private var theDate:String;

RE: [Flashcoders] Class Error Message

2006-01-16 Thread Howard Nager
When are you looking for this to happen: now = new Date(); trace ("The Time is " + formatTime(now)); If you want that to happen when you create a new instance of the class then slap it in the constructor. Also - you have an extra '}' in there at the end. -Original Message- From:

[Flashcoders] FLASH8 IDE BUG: Swf Panels

2006-01-16 Thread clark slater
Hey Folks, I have this problem with my F8 IDE install which is driving me nuts. In the lower pane of the Window->Other Panels dialog I have several swfpanels I have developed along with the NetConnection Debugger. Every time I choose a panel, a completely random panel will open. Well not *complete

[Flashcoders] Class Error Message

2006-01-16 Thread Chris Kennon
Hi All, In the following code my attempt at formatting the date returns this to the output window: // **Error** BushidoDeep:Users:chris:Desktop:hello:com:bushidodeep:Hello.as: Line 55: This statement is not permitted in a class definition. now = new Date(); **Error** BushidoDee

Re: [Flashcoders] Scope Chain in AS2

2006-01-16 Thread Martin Wood
basically in AS3 you dont need to use Delegate, so you can do things like pass method references to other objects which will be called within the correct scope. I think the same applies to declaring anonymous functions (like the classic myXML.onLoad = function() {...}) e.g. class SomeClass {

[Flashcoders] Scope Chain in AS2

2006-01-16 Thread Judah Frangipane
If anyone has the book JavaScript - The Definitive Guide please read the following pages on scope: JavaScript - The Definitive Guide 1.5 -- 4.3.0 Variable Scope 4.3.1 No Block Scope 4.6.1 The Global Object 4.6.2 Local Variables: The Call Object 4.6.3 JavaS

Re: [Flashcoders] Obfuscation

2006-01-16 Thread Nicolas Cannasse
Protecting something is all about numbers a) foobar.swf no protection, no obfuscation, nothing accessible in the browser cache b) how many % of users will just know that they can decompile the SWF with some tools as ASV or others ? c) how many % users will want so bad the source code of t

RE: [Flashcoders] Obfuscation

2006-01-16 Thread Dave Watts
> Yes I know that, others people on this list know that, But > are lambda users know that or have the skill to do that ? I'm not familiar with the phrase "lambda user", so I can only presume it means a non-technical user. But are those the people who you're concerned about? I think it's worthwhil

Re: [Flashcoders] file upload being called twice

2006-01-16 Thread David Rorex
But why? I can't see any good reason...why not using the sending of the data as the 'check'? Or is it to save bandwidth maybe? If it gets a 404 from the script, it won't bother uploading the data? But webbrowsers don't do this (like uploading from a HTML Form), so I dunno why they decided to do t

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
protecting something is all about making hard to access so imho anything that can make a SWF hard to get is good so to make a big answer to everyone point by point Gregory wrote: > Yes, using some server-side solution can beat 90% of amateur > "thieves". But, as mentioned above, it's only about

RE: [Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Fitzpatrick, Kevin
Thanks for all the information folks. Kevin Fitzpatrick Flash Designer, SAP.com Web Services Team - SAP Global Marketing SAP Global Solutions Center 3999 West Chester Pike Newtown Square, PA 19073 C (267) 254-6225 E [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

RE: [Flashcoders] IE on Mac-flash disappears on js popup

2006-01-16 Thread Caleb E. Brown
So I created a hack work around for this in case anyone is interested. About a second after the popup, I attach a mc that covers the whole stage and set its alpha at 1%, then tween it to 0 out over the next 10 frames. This is a relatively invisible way to do it, albeit very hack. -caleb --

[Flashcoders] Php data exchange worked in F7, breaks in F8

2006-01-16 Thread Marc Hoffman
This is a case where data exchange works in Flash 7 but not in Flash 8. I've seen lots of articles on this, but they're either extremely complicated or don't quite seem applicable (in part due to my ignorance, I'm sure). Can someone please point me toward a specific fix? Please read on to under

[Flashcoders] Flash express update

2006-01-16 Thread Marcelo Wolfgang
Hi list, I've a site due tomorrow, and tonite I will play with the flash 8 express uptade for the first time, since I can't start playing right now ( I'm on work, the site and dev tools are at home ). Does anyone has any tips? Things to avoid ? things to do ? I will apreciate any tips TIA Grill

Re: [Flashcoders] java array to flash - please help!

2006-01-16 Thread PR Durand
Hi Adam thanks for your answer, but the webservice has been developped in Java. maybe is there an equivalent in java? If it can help, I tried to acces the webservice via the webservice connector component class, as it can preload all wsdl and generate complex typing, but the answer is once more

Re: [Flashcoders] Fullscreen Flash issue

2006-01-16 Thread Mike Boutin
Yes thanks this seems to work. Still not sure why it was doing what it was, either way thanks for the help! Marc Hoffman wrote: not sure why, but try putting Stage properties in a new variable that doesn't get reset when repositioning the object: theWidth=Stage.width/2; theHeight=Stage.heig

Re: [Flashcoders] Fullscreen Flash issue

2006-01-16 Thread Marc Hoffman
not sure why, but try putting Stage properties in a new variable that doesn't get reset when repositioning the object: theWidth=Stage.width/2; theHeight=Stage.height-70; siteLogo._x = theWidth; siteLogo._y = theHeight; - Marc At 10:34 AM 1/16/2006, you wrote: I am working on a fullscreen fla

Re: [Flashcoders] Fullscreen Flash issue

2006-01-16 Thread Ian Thomas
Mike, Where is this code? Just on the root timeline? Are you sure the repositioning you're getting isn't a result of the normal Flash resizing/scaling and that this code _is_ being called twice? Cheers, Ian On 1/16/06, Mike Boutin <[EMAIL PROTECTED]> wrote: > > I am working on a fullscreen fl

RE: [Flashcoders] java array to flash - please help!

2006-01-16 Thread Adam Nemitoff
I have found that the SOAP response from the web service method needs to be formatted as SoapRPC. If your web service has been developed in .NET, just as the [SoapRpcService()] attribute to your web service class. -Adam Nemitoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: [Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Chris Allen
Hi Kevin, The project setup in Flash MX 2004 and its VSS integration leave much to be desired. I personally would suggest that you look into using Eclipse with the VSS plugin (http://sourceforge.net/projects/vssplugin/ ) for that to manage your Flash projects. You will need one of the ActionScri

[Flashcoders] java array to flash - please help!

2006-01-16 Thread PR Durand
Hi I really don't understand what happens. in a java webservice call, each time I have to receive an array, flash can't convert it and the result param equals undefined. the same WS written in .NET works and flash receives an array of object, but when I look at the soap response, I only see a "

[Flashcoders] Fullscreen Flash issue

2006-01-16 Thread Mike Boutin
I am working on a fullscreen flash project. Can anyone tell me why this code acts like a loop rather than just happening once? I am trying to position an object at the bottom of the browser window no matter what the window size. I am using this code to set it right off the start. This all w

RE: [Flashcoders] Obfuscation

2006-01-16 Thread Dave Watts
> " Wget doesn't feature JavaScript support and is not capable > of performing recursive retrieval of URLs included in JavaScript > code. > > In fact, it is impossible to extract URLs from JavaScript by > merely parsing it. Web clients need to actually execute it, > and Wget can't do that sinc

[Flashcoders] IE on Mac-flash disappears on js popup

2006-01-16 Thread Caleb E. Brown
I’m doing a simple javascript pop up in IE on a mac OSX, and when the new window is opened, all of the elements on the stage disappear. I'm using the stage class to keep the main movieclip centered in the background, and when I resize the window, the elements show up again. Has anyone seen this

RE: [Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Fitzpatrick, Kevin
Miles, Sorry I wasn't more specific, I am using MX 2004 Pro and the option isn't there. I can't seem to find any more information on the problem. Unforunately, I'm tied to VSS because the entire department uses it. Kevin Fitzpatrick Flash Designer, SAP.com Web Services Team - SAP Global Mark

Re: [Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Miles Thompson
Read the docs - integration of VSS with Flash is for Flash 2004 MX Professional. You might want to look at Subversion (version control software) with Tortoise (Windows interface); I've not used it for Flash because the .fla is one honking big binary. FWIW - tried both Subversion and VSS for

Re: [Flashcoders] Obfuscation

2006-01-16 Thread GregoryN
> - zwetan wrote: > I still think obfuscation is not the only way... Also, SWF in a web page isn't the only one to protect... IMO, protecting something with the aid of server-side of any kind is quite different subject. And main question there is about file storage, headers, cache etc rather

[Flashcoders] RE: Flashcoders Digest, Vol 12, Issue 44

2006-01-16 Thread Loren R. Elks
Hi: I'm working on a 3MB Flash file which is a simulation. Everything works fine until I try to preview or publish. All of a sudden it consumes 272MB of RAM. Finally, it does publish. Our Tech Guy says something is wrong with the FLA file. However, I can't figure it out. I'm getting no error

Re: [Flashcoders] Obfuscation

2006-01-16 Thread Nathan Derksen
1) Create a web page of your own with a regular link pointing to the .swf file. 2) Right-click, save as... 3) Profit! Proxy sniffers are also easy to come by, easy to use, and give you the option to save any of the files locally. Nathan http://www.nathanderksen.com On Jan 16, 2006, at 2:2

RE: [Flashcoders] Extending UIComponent or MovieClip

2006-01-16 Thread Fitzpatrick, Kevin
Nevermind, I have found an example after much searching. If anyone is interested I found this example of someone else's class on the web. http://www.bdontwerp.nl/resources/components/simpleslider/SimpleSlider.a s Thanks anyway! Hope this helps anyone who was having the same problem I was! Kev

Re: [Flashcoders] Obfuscation

2006-01-16 Thread Steve Webster
Hi zwetan, Neither of your 'solutions' is even remotely unbeatable. I can get around both of them with the wget command-line tool, which is a standard install on most flavours of linux. There are others that do the same thing, and any download accelerator program for Windows will also be able to

Re: [Flashcoders] JSFL help

2006-01-16 Thread Johannes Nel
>>I need to create some templated swf's and would like the text fields in the swf to be populated either by a human being whois not a flash developer (e.g. enter data into a panel and it puts the data into the correct text field variables). Or to have swf's generated from a text file, say coma sep

[Flashcoders] Extending UIComponent or MovieClip

2006-01-16 Thread Fitzpatrick, Kevin
Does anyone have a working example of extending UIComponent or MovieClip to create a component that uses Live Preview & publishes in both Flash Player 6 and 7? I know this involves using clipParameters & initFromClipParameters but I cannot find anything that spells this out at all. People mention

[Flashcoders] Flash Projects & Visual Source Safe

2006-01-16 Thread Fitzpatrick, Kevin
Hello, all. Long time listener, first time caller. And of course, I have an annoying question to start out with: So I've finally gotten around to setting up VSS and to start using projects and I'm realizing that when I go into Flash Projects to set up a "Site" with VSS (see figure 1

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
> > Neither of your 'solutions' is even remotely unbeatable. I can get > around both of them with the wget command-line tool, which is a > standard install on most flavours of linux. There are others that do > the same thing, and any download accelerator program for Windows will > also be able to d

RE: [Flashcoders] Flash lite 2.0 download

2006-01-16 Thread Jason Ross
You mean there are more countries outside of the US? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: 12 January 2006 22:54 To: Flashcoders mailing list Subject: RE: [Flashcoders] Flash lite 2.0 download I just called Adobe Australia Cus

[Flashcoders] webservice help needed : object not decoded

2006-01-16 Thread PR Durand
Hi list, I encounter troubles with using webservices from java. When I call a method that returns a simple Object (flash native or self defined class object), there are no problem but as soon as I call a method that returns an array of self defined object I receive an "undefined" value for the "

Re: [Flashcoders] ComboBox not firing change event when selectedIndex set

2006-01-16 Thread Yehia Shouman
use this instead (attach ur function to an object) var Listener_obj:Object= new Object(); Listener_obj.change=function(evt:Object) { trace("new Selected Index="+evt.target.selectedIndex); } myCmb.addEventListener("change",Listener_obj); myCmb.selectedIndex=2; the reason behind this, is that you

[Flashcoders] RE: Flashcoders Digest, Vol 12, Issue 42

2006-01-16 Thread Loren R. Elks
Hi: I don't recall seeing an answer to this. If I missed it, please let me know. See below: Message: 4 Date: Sun, 15 Jan 2006 00:38:01 + From: "Stephen Ford" <[EMAIL PROTECTED]> Subject: [Flashcoders] Listener objects vs event handler functions ... To: flashcoders@chattyfig.figleaf

[Flashcoders] Easing text speed in TextArea component

2006-01-16 Thread Jose Maria Barros
Hello, It is possible to insert a easing text scroll in the TextArea Scrollbar?Where can i insert the code? Best regards ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Can't redefine class method

2006-01-16 Thread Morten Barklund Shockwaved
Hi, i've had a look with flasm, it explicitly calls A.dothis() in A.doit. writing this.dothis() isn't possible because it's a static function -- there is no object "this" could refer to. there is, as far as i know, nothing you can do about it except to work around it by either cutting'n'pasting

Re: [Flashcoders] Can't redefine class method

2006-01-16 Thread stacey
You probably have to cast the class - i know mtasc is super strict about that. Something like : var b:B=B(this); b.dothis(); > hi Chris, > > mtasc behaves the same. > > i've had a look with flasm, it explicitly calls A.dothis() in A.doit. > writing this.dothis() isn't possible because it'

RE: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread matti bar zeev
I've checked them and replied at my blog. There are many people from your country around here, ya know :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Monday, January 16, 2006 12:33 To: flashcoders@chattyfig.figleaf.co

Re: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread Danny Kodicek
thats's what I'm talking about. a full BIDI display algorithm. Out of interest, what is the UI when working with bidirectional? If you're using a bidirectional word processor, how do you switch from one to the other? Does it happen automatically when you change from one font to another? Or

RE: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread Dan - Tipo.co.il
Hello fellow Israel dude :) I saw on your blog a webcam game, well Chk : http://gamez.tipo.co.il/Gamez/CamPlay_Main.asp my 3 webcam games for my site :) TIPO :) 10x nice to meet people from my country on here :) ___ Flashcoders mailing list Flashcoder

Re: [Flashcoders] Obfuscation

2006-01-16 Thread Steve Webster
zwetan, if anyone has any further coherent information or personal experience with obfuscating by hand (ie not using someone else's software)... i would be more then happy to hear from you. once i actually achieve any results i will report back. i'm benchmarking against asv and sothink 2005 b

RE: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread matti bar zeev
thats's what I'm talking about. a full BIDI display algorithm. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Flashcoders mailing list Sent: Monday, January 16, 2006 12:42 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] FlashMattic

Re: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread Danny Kodicek
So far, a co-programmer and myself managed to get the RTL oriented languges to appear right. Wer'e talking about the Hebrew and Arabic. Arabic is more complicated since there are many chars that combine together in a word... still No Complete Solution. My guesses are the Macrodobe will tend t

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
> > if anyone has any further coherent information or personal experience > with obfuscating by hand (ie not using someone else's software)... i > would be more then happy to hear from you. once i actually achieve > any results i will report back. > > i'm benchmarking against asv and sothink 2005

RE: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread matti bar zeev
So far, a co-programmer and myself managed to get the RTL oriented languges to appear right. Wer'e talking about the Hebrew and Arabic. Arabic is more complicated since there are many chars that combine together in a word... still No Complete Solution. My guesses are the Macrodobe will tend to this

Re: [Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread Alias
Hi There, If you do figure out any useful solutions to the RTL issues, posting english translations of them would be much appreciated. The RTL issue is of great interest to myself, and I'm sure many other non hebrew speakers. Thanks, Alias On 1/16/06, matti bar zeev <[EMAIL PROTECTED]> wrote: >

[Flashcoders] FlashMattic -My Hebrew Flash Blog

2006-01-16 Thread matti bar zeev
Hey list, whad''up? Just wanted to tell you about my new Hebrew Flash Blog. No... you won't find the complete solution to RTL for flash there, but many post on what's to be, and new stuff I bump into while exploring as3 and Flex. Here's where you can fine it: http://www.flashmattic.blogspot.com and