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

2006-02-23 Thread Adrian Raper, Clarity
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,

[Flashcoders] setVariable through javaScript and cross domain block

2005-11-23 Thread Adrian Raper, Clarity
Hi I am using javaScript and setVariable to try and communicate between a html page with javascript on one domain (actually running a SCORM based LMS) and the Flash swfs and content on another. The Flash swfs load fine, they can call javascript functions, but the setVariable simply does not