Re: [Flashcoders] weirdness passing string to text field

2006-07-05 Thread NEILHIGHLEY . COM

textfield has a retrict value that acts as a filter. Chris is saying
that it may have a value in there already, probably something with the
following letters: M J O E as the Executive is being filtered down
to only e's as the other letters are not in the filter.

btw, what is output when you trace the value? It may also be a font
character thing.

textfield.restrict
http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary762.html

Embedded fonts
http://www.flash-mx.com/news/archives/000136.cfm

On 05/07/06, Rick Lecoat [EMAIL PROTECTED] wrote:

Chris, thanks for your speedy reply (I guess that if I was going to get
a reply at 8.30 in the morning UK time it would have been from Australia!)

Like I said in my initial post, I'm completely new to Actionscript (and
all of Flash, really)
and so your response, whilst I am sure it is the correct answer, is a
bit cryptic to me. Could you maybe flesh out your reply with a bit of
'idiot guide' stuff so that I can take it and run with it?

Many many thanks.

--
Rick Lecoat

--
Original message:
Received from Chris Velevitch on 5/7/06 at 08:45

Sounds like restrict is not null.


Chris


___
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 Training
http://www.figleaf.com
http://training.figleaf.com




--
===
neilhighley.com
===
0784  324 7878
___
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 Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] LocalConnection to multiple swfs

2006-07-04 Thread NEILHIGHLEY . COM

have them register with the dispatcher and receive a unique ID, that
way you can target updates to specific listeners.

On 03/07/06, Danny Kodicek [EMAIL PROTECTED] wrote:

 can they all
 connect to the same LocalConnection object?

 No. For every connection (send and receive) there must be a
 localconnection object.

Damn. Okay, trying some alternative ideas now...

Danny

___
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 Training
http://www.figleaf.com
http://training.figleaf.com




--
===
neilhighley.com
===
0784  324 7878
___
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 Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] method to authenticate/license a flash app?

2006-02-24 Thread NEILHIGHLEY . COM
Dongles are cracked just as quickly. Accounting software however,
generally has a 6 month update cycle for tax purposes, meaning that u
need a new cracked version every six months. Hence most pyr8s don't
bother.

For a quick solution, force an update cycle. Meaning that your app
times out after 6 months, and the user needs to get an upgraded
version using their serial number.

On 2/24/06, lars [EMAIL PROTECTED] wrote:
 that sounds just nice. thanks! ... even i would prefer a cheaper
 solution (because i'm selling the app at a very small price).


 Am 24.02.2006 3:05 Uhr schrieb Adrian Raper, Clarity unter
 [EMAIL PROTECTED]:

  ZINC lets you get the machineID of the computer you are running on in one
  call. We match this against an expected machineID written to a licence file
  during installation. (The licence file has a checksum). If they don't
  match, then you can catch it. If you are only selling the application once,
  or limited times, and can do the installation yourself this should be a
  pretty good casual protection. If you are selling lots, then you have to
  add an additional way to stop the installation being run more than once.
  And so the layers start going on!
 
  Adrian
  ==
  Choose Clarity for effective, enjoyable, easy-to-use ELT software.
  Dr Adrian Raper, Technical Director
  Clarity Language Consultants Ltd (UK and Hong Kong)
  http://www.clarity.com.hk
  PO Box 163, Sai Kung, Hong Kong
  Tel: (+852) 2791 1787, Fax: (+852) 2791 6484
  Skype: adrian.raper
 
  ___
  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 Training
  http://www.figleaf.com
  http://training.figleaf.com


 ___
 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 Training
 http://www.figleaf.com
 http://training.figleaf.com



--
===
neilhighley.com
===
0784  324 7878
___
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 Training
http://www.figleaf.com
http://training.figleaf.com