A Flash Developer Resource Site

Results 1 to 14 of 14

Thread: [F9/AS3] byteArray example

Hybrid View

  1. #1
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    The cache settings in browsers can be changed by user (turn it off completely, clear it all on exit, clear it when trash is deleted, amount of space given to cached files etc). i also think in case of swf files it depends how you embed them in page (which again I have not tested).

    The files that get cached are also easily decompiled. The common route to decompile swf is to get it from browsers cache, I dont see any harm providing alternative way to achieve same thing. The sharedObject itself is of course readable too, but converting it back into original swf requires more work. Good thing about byteArray is that is simply bunch of bytes. You could split it up into multiple files, you could remove header and footer from your swf and include them again in main swf, you could scramble the byteArray, write it backwards.. whatever your imagination can come up with

  2. #2
    Junior Member
    Join Date
    Jul 2008
    Posts
    2

    multimedia protector

    Hi, Somebody use multimedia protector to protect swf project?

  3. #3
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    works only if you wrap it in the proprietary (and probably ugly) *.exe player- not an option thus for online stuff where Flash is dominant

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center