22
votes
9answers
2k views
Can I develop flash without buying anything? [closed]
I'm a little lost here. I don't know flash, but I want to learn - especially since Adobe's opened up the spec. I don't want to learn badly enough to shell out for the real tools, though.
What sort …
6
votes
8answers
692 views
Save Java2D to SWF (flash)
I'm trying to save the output of an vector image drawin in Java2D to an SWF file. There are great libraries for saving java2D output as things like SVG (BATIK) and PDF(itext) but I can't find one for …
5
votes
1answer
398 views
Javascript to Flash communication without SWFObject.js
Hello,
Wondering if its possible to communication from javascript to flash without the use of SWFobject or any other extra javascript file.
Currently I am using the following guide:
…
4
votes
4answers
477 views
Free SWF Obfuscator
Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for.
I know …
4
votes
3answers
757 views
Memory in SWF (Flash Player)
Are there any limitations on the amount of memory that the flash player can use? If you have a swf that over time gets a lot of data from the server, then more and more data will be kept in memory... …
4
votes
4answers
2k views
Flex graphic assets: SWF or SWC?
Which is a better format to store graphic assets for a Flex application, SWF or SWC?
Are there any real differences, and if so what are they?
3
votes
1answer
28 views
More about SWFScan
I'm desperate to find the ShmooCon talk by HP's Prajakta Jagdale on SWFScan and flash decompilation. All I could find was the HP white paper itself. Anyone who can help, would be greatly appreciated.
3
votes
1answer
47 views
How put a caption in flv converted by ffmpeg
I want to make such flv like in this video example
How do I do this?
Environment:
Fedora release 8 (Werewolf)
FFmpeg version SVN-r20412
3
votes
4answers
240 views
Any reverse engineers have experience with secureSWF?
I'm writing a flash application and am afraid that it will be decompiled. In order to minimize this chance, I want to obfuscate the file.
I have heard of secureSWF (http://www.kindisoft.com/), and …
3
votes
7answers
639 views
Flash Site Architecture - one swf vs many?
I'm about to start building a site entirely in flash (per the client's request), using AS3, and was wondering about best practices for doing so in terms of application architecture. The site isn't too …
3
votes
1answer
160 views
Anyone doing anything yet with Adobe’s Project Alchemy?
Making another appearance this year at MAX was Alchemy, Adobe's C/C++-to-AVM2-bytecode compiler. It seems like really interesting stuff -- I haven't yet had time to really dig in and try it out …
3
votes
2answers
931 views
Is it possible to embed an AS3 swf in a DIV layered above an embedded AS2 swf?
I think the question is pretty self explanatory. Anyone done this before?
UPDATE: Clarification on why I need to do this. We have a single swf behemoth of an AS1 - AS2 site with a large video gallery …
3
votes
4answers
305 views
Added code, swf size got … smaller?
... I'm working on a couple of theories, but I'm interested to hear other opinions.
This has been verified on three different machines, two windows the other linux. The compiler used is flexbuild …
3
votes
5answers
2k views
Optimizing Flex when multiple modules are used
I have a Flex application where load time is extremely important (consumer site). i want to be able to get something up on screen and then allow additional modules to be loaded as necessary.
The …
3
votes
7answers
3k views
Best way to embed a SWF file in a html page?
What is the best way to embed a SWF file in an HTML page?
