0

Can anybody recommend a good Flash SharedObject reader? There is one included in FlashDevelop, but it usually returns errors like "Invalid FileSize signature. Received X expecting Y".

Thank you.

user1566515
  • 1,637
  • 4
  • 17
  • 25

1 Answers1

1

The best practice I've ever had debugging Flash applications is Flash Firebug. Pro costs 10$ a year, but it totally worths it. It has everything to help you debug you Flash applicaitons, including a SharedObject reader you're looking for.

P.S. You'll have to install Mozilla Firefox and Firebug (also an addon) for this addon. Both of these can be aquired by searching Firefox's built-in add-ons.

Gio
  • 1,954
  • 3
  • 22
  • 42
  • Thank you. This looks like a very useful tool, however I'm not sure if it will work for me. Sorry, I neglected to mention that I'm doing mobile (iOS and Android) development using Flash and Adobe Air. So, the .swf file never gets inside a web browser. Do yo think I can still use Flash Firebug for my purposes? – user1566515 Sep 12 '12 at 01:09
  • Oh I didn't know about that.. I don't think so, you can only debug SWF-s inside Firefox. Sorry. – Gio Sep 12 '12 at 06:21
  • That's my fault, should have mentioned that in the question :) – user1566515 Sep 12 '12 at 17:28