A Flash Developer Resource Site

Search:

Type: Posts; User: JAEzell

Page 1 of 20 1 2 3 4

Search: Search took 0.46 seconds.

  1. Replies
    1
    Views
    1,994

    We have a .NET Flash SDK that is the successor to...

    We have a .NET Flash SDK that is the successor to SwfSource. It is by far the best SDK available today and far better than anything from 2000. It supports full reading and writing of Swf 7 tags...
  2. Yes... in theory :-).

    Yes... in theory :-).
  3. Thread: converting swf

    by JAEzell
    Replies
    2
    Views
    3,283

    You can drop it right in... ask on the powerpoint...

    You can drop it right in... ask on the powerpoint forums at microsoft.
  4. The specs tell you the details of the file...

    The specs tell you the details of the file format. Most of the SDKs are pretty low level, so you still need to know a little about the file format.
  5. Replies
    4
    Views
    2,087

    http://www.macromedia.com/software/flash/open/lice...

    http://www.macromedia.com/software/flash/open/licensing/fileformat/license2.html
  6. Replies
    4
    Views
    2,087

    Yah, Macromedia does. Download the Flash 7 docs...

    Yah, Macromedia does. Download the Flash 7 docs and you'll find a hell of a lot more information than that doc has. Also, visit my blog at http://www.dotnetweblogs.com/jezell and you should be able...
  7. Thread: H.263

    by JAEzell
    Replies
    0
    Views
    1,629

    H.263

    I've posted some more info on SWF stuff to my blog. This time around, the topic is Macromedia/Sorenson's H.263 video compression.
    ...
  8. Defining Classes and Components with ActionScript Bytecodes

    I've posted some info to my blog to fill in some of the missing gaps and take up where the specs left off. This post talks about defining classes and components with the swf file format.
    ...
  9. Thread: FB[nBits]

    by JAEzell
    Replies
    2
    Views
    2,056

    FB is decompressed and compressed exactly the...

    FB is decompressed and compressed exactly the same as SB. Once the bits are decompressed, the top half are whole numbers and the bottom half are the fractional portion of the number. The fractional...
  10. Replies
    1
    Views
    1,930

    My thoughts: 1) Yes, it is easy to decompile...

    My thoughts:

    1) Yes, it is easy to decompile actionscript / extract media from swfs.
    2) Obfuscation is a waste of your money, because the ASV team is probably going to find a workaround anyway....
  11. Replies
    1
    Views
    1,751

    Official

    The official words (from the FAQ):

    "In the past, Macromedia distributed example and utility code to assist with the generation of SWF files from C++ programs. This was referred to as the...
  12. Replies
    1
    Views
    1,751

    No More Macromedia SDK?

    It doesn't look like Macromedia is offering the SDK anymore. I downloaded the 6.0 specs, and noticed all I got was a PDF. I checked the download page and didn't see an SDK link. Can anyone confirm...
  13. Replies
    1
    Views
    1,944

    You need to use STLPort from stlport.org instead...

    You need to use STLPort from stlport.org instead of the VC++ imitation STL to compile under VC++ 6.0. VC++ 7.0 has a real STL, and doesn't have these problems.

    --Jesse
  14. Replies
    1
    Views
    1,937

    PS:

    PS: You can download swfsource from sourceforge.

    --Jesse
  15. Replies
    1
    Views
    1,937

    SWFSource Update (0.9)

    The eagerly anticipated SWFSource 0.9 is out!

    Lots of changes.

    -Now supports Mac compiling under Metroworks.
    -Improved import support.
    -Ming ActionScript compiler built-in.
    -Import...
  16. Thread: EMF to SWF

    by JAEzell
    Replies
    1
    Views
    2,439

    Options: 1) PlayEnhMetafile + Flash SDK...

    Options:

    1) PlayEnhMetafile + Flash SDK (Bitmap / Win32 API)
    2) EnumEnhMetafile + Flash SDK (Shape Records / Win32 API)
    3) ImageMagick + Flash SDK (Bitmap / Linux)

    --Jesse
  17. Replies
    1
    Views
    1,620

    If I had an extra two hours today and a copy of...

    If I had an extra two hours today and a copy of ASV...

    http://www.genable.com/aso/

    If you crack the obfuscator, the will give you $4,000. According to the site, all it does is add a conditional...
  18. Replies
    2
    Views
    3,118

    Check: http://www.flashgap.com...

    Check:

    http://www.flashgap.com
    bukoo.sourceforge.net

    Or, you could use VC++ to build a simple COM component to do this with a number of different SDKs.

    --Jesse
  19. Replies
    8
    Views
    3,513

    Actually...Macromedia has released quite a few...

    Actually...Macromedia has released quite a few warnings about security flaws recently (buffer overflow, scripting, etc). You can find them all on their site.

    Earlier versions of the Flash player...
  20. Replies
    8
    Views
    3,513

    Only if someone malicious has write access to the...

    Only if someone malicious has write access to the server is this possible (error number one...solve that problem first).

    They most likely wouldn't waste too much time on SWF's if they had hacked...
  21. Replies
    9
    Views
    2,614

    PS: EXE files only run on PCs...97% of which have...

    PS: EXE files only run on PCs...97% of which have the flash player installed.
  22. Replies
    9
    Views
    2,614

    http://www.swift-tools.com/Flash/flash-0.4.9.tgz...

    http://www.swift-tools.com/Flash/flash-0.4.9.tgz

    Try this one.

    --Jesse
  23. Replies
    9
    Views
    2,614

    What exactly are you trying to do? If you are...

    What exactly are you trying to do? If you are just making custom players, the ActiveX control should be fine. I would recommend that option, because you are probably never going to be able to...
  24. The manual way: ...

    The manual way:

    http://www.activehead.com/swfformat.html

    Or, you can get Swifty Unprotector or a tool like it:

    http://www.buraks.com/swifty/swfup.html

    --Jesse
  25. You could just do this:

    You could just do this:

    <div style="border: 1px solid black;">
    <!-- movie code here -->
    </div>

    --Jesse
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center