[flexcoders] checksums (md5, sha1)

2009-11-24 Thread sean.drexler
I am trying to compile my code 2 times and get 2 swf files with matching 
checksums. Does anyone know how to do this? I have managed to get this to work 
on small chunks of code but nothing large scale, i.e. libraries (my own or 3rd 
party) included, additional custom classes. I turned off the optimizer but 
still do not get anything valid. I also have compared the swf files in a Hex 
viewer and both are vastly different. Is there a compiler flag or certain 
coding conventions that would help me achieve this?
Thanks,
Sean



[flexcoders] Re: checksums (md5, sha1)

2009-11-24 Thread sean.drexler
I also questioned this when I first received the request, however I learned 
that the product I am working must pass a regulatory committee which requires 
that all binary files meet this requirement before being approved.
Sean

--- In flexcoders@yahoogroups.com, invertedspear invertedsp...@... wrote:

 I'm not questioning your need, but as a newbie to Flex I am curious why you 
 would do this, and if it's something I should be doing. Is it some sort of 
 stability check?
 Thanks
 
 --- In flexcoders@yahoogroups.com, sean.drexler seand@ wrote:
 
  I am trying to compile my code 2 times and get 2 swf files with matching 
  checksums. Does anyone know how to do this? I have managed to get this to 
  work on small chunks of code but nothing large scale, i.e. libraries (my 
  own or 3rd party) included, additional custom classes. I turned off the 
  optimizer but still do not get anything valid. I also have compared the swf 
  files in a Hex viewer and both are vastly different. Is there a compiler 
  flag or certain coding conventions that would help me achieve this?
  Thanks,
  Sean
 





[flexcoders] Re: Getting started with CF and Flex

2007-05-03 Thread sean.drexler
--- In flexcoders@yahoogroups.com, hoffsm [EMAIL PROTECTED] wrote:

 I figured that out.  I had forgotten to set up the data source.  I now
 get this error when I'm trying to run the program and I don't know how
 to address it:
 
 [MessagingError message='Unknown destination 'cfcontact-default' for
 service with id 'data-service'.']


hoffsm-
Did you ever figure this out? I am having similar trouble. I have
defined the destination in my FDS servers messaging-config.xml but
when my application runs it displays the same type of message with a
different destination name.
Thanks,
Sean