[Flashcoders] [OT] Obfuscating SWFs with Amayeta SWF Encrypt

2007-08-30 Thread Bob Schmitt
Hi all,

Not sure if this would be considered off topic or not, hope not. Doesn't
have anything to do with coding, but it does have something to do with code!

I'm wondering if anyone on the list uses Amayeta's SWF Encrypt to obfuscate
code in your SWF files. Recently, I noticed that with the latest version of
ActionScript Viewer (version 5.28) you can view the code of a previously
encrypted/obfuscated file. In fact, you can view the un-obfuscated code of a
file encrypted with the latest version of SWF Encrypt (4.0.4), basically
rendering it useless. Amayeta has told me that the issue is isolated to me
alone and that if it was a problem they would have heard about it from their
thousands of users (myself not included).

Anyway, I'm wondering if there are any other Amayeta SWF Encrypt users out
there and if you can view your files in ASV 5.28 and let me know if they
appear obfuscated or not.

Also, are there other programs out there that do this sort of obfuscation or
are there other recommended methods for obfuscating code?

Thanks!
Bob

___
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] open word document from flash

2008-10-24 Thread Bob Schmitt
When using Buddy to launch external files, I've always used a 3 step
approach.

First, find the user's doc viewer with:

App = baFindApp(doc)

Then, string the app path and the doc path together, converting the paths to
short file names:

myFile = the moviePath  myworddocument.doc
appFile = baShortFileName(App)  baShortFileName(myFile)

Then, open the file in the correct app:

baRunProgram(appFile, normal, false)

Error checking at each step, of course. I've used this method with pdf, xls,
wmv, doc, and ppt successfully. Should work with any windows file type.

Bob

 Hi Bassam, 
 
 I don't have my Director documentation in front of me at the 
 moment, but I believe it's this:
 Result = baOpenFile(fullPathToFile, Normal)
 -- returns a numeric value of whether or not it worked.
 
 That line of code needs the *full* path to the file name, and 
 it opens the app based on the associated file extension.  The 
 Normal opens the app how it's normally opened, i.e., 
 minimized, maximized.
 
 It should be working, can you post the line of code?
 
 - MM
 
 Hi Mendelson
 I download Buddy API but I'm not able to open word file from 
 director I can open txt file by baOpenFile() can you tyell me 
 to open word file or excel from director using Buddy API.
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] LuigiBormioli.com: a good HTML5 case study

2010-05-07 Thread Bob Schmitt
Correct me if I'm wrong, but I don't see the HTML5. Looks like it is the
Jquery Javascript library, there isn't anything HTML5 about it that I can
see. It works the same for me in IE8 (which does not do HTML5) as it does in
Chrome. How does that make it a good HTML5 case study?

Bob

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com 
 [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf 
 Of Matt S.
 Sent: Friday, May 07, 2010 4:09 PM
 To: Flash Coders List
 Subject: [Flashcoders] LuigiBormioli.com: a good HTML5 case study
 
 http://www.luigibormioli.com/
 
 On the one hand, its undeniably a beautiful site, and manages 
 to incorporate flash-level interactivity smoothly and 
 effectively. This is an excellent proof of concept for the 
 power of jQuery.
 
 On the other hand, it doesnt work in the iPad. Relying as it 
 does on dragging, much of the interactivity gets lost, and 
 the site is much too large for the iPad screen. Performance 
 is somewhat stuttered at times. so while it is technically 
 viewable in an iDevice, the experience leaves much to be 
 desired. It's a shame we can't view Flash on an iPad for 
 testing purposes because I'd love to see how a comparable 
 site performs in reality. Yes, Flash would crunch the CPU's, 
 but then again so does jQuery when used so heavily.
 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Accessing FlashVars

2012-05-02 Thread Bob Schmitt

It is now:

http://www.w3schools.com/html5/html5_new_elements.asp

embed  Defines a container for an external application or interactive 
content (a plug-in)


-Original Message- 
From: Henrik Andersson

Sent: Tuesday, May 01, 2012 7:03 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Accessing FlashVars

Kerry Thompson skriver:

That's one way of doing it, but the embed tag has been deprecated. Well,
maybe not officially deprecated, but it's considered obsolete.



Well, you can't deprecate something that has never been in the standard
to begin with.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Accessing FlashVars

2012-05-02 Thread Bob Schmitt
Yah, yah. Give it 20 more years. Point is, it is embed is being added to the 
spec, it is *not* being deprecated.


-Original Message- 
From: Henrik Andersson

Sent: Wednesday, May 02, 2012 4:04 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Accessing FlashVars

Bob Schmitt skriver:

It is now:

http://www.w3schools.com/html5/html5_new_elements.asp

embed  Defines a container for an external application or interactive
content (a plug-in)



HTML 5 is not a standard. It has yet to be finalized.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders 



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders