Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8334833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:28:35+00:00 2026-06-09T03:28:35+00:00

How can I read and write Adobe Flash Media Server Remote Shared Object (FSO

  • 0

How can I read and write Adobe Flash Media Server Remote Shared Object (FSO files) directly without using flash?

Preferably, I would like to use python, php or java, but I don’t mind using a different coding language. I am looking for the file structure, so I could read and write the files just like this app that reads and writes to sol files.

The reason I need this is to be able to fix files that has been created on one machine so they will have the right setting for a new machine i’m setting up.

Thanks!

EDIT

I can read some of the file content using notepad, but some of the characters aren’t showing right, for example, check this out http://pastebin.com/AWdJ2ZcR

Attached output from the hex editor:
enter image description here

I’ve tried using the pyamf with no luck:

from pyamf import sol
lso = sol.load(file)

I got the following error:

raise pyamf.DecodeError('Unknown SOL version in header')
pyamf.DecodeError: Unknown SOL version in header
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:28:36+00:00Added an answer on June 9, 2026 at 3:28 am

    These files use AMF format, which is actually fairly simple to read and write. Python has pyamf library. Java has a bunch, something like 3 or 4, but two most commonly used are part of the Granite Data Services and one previously developed by Adobe – Blaze Data Services. PHP also has several implementations, AMFPHP was historically the first, then it was forked and the main development branch merged into Zend Framework, but the AMFPHP project itself still exists and is being worked on, but rather slowly.

    There are however certain things you must know:

    1. AMF isn’t necessarily self-defining. This means that there is an option in it for sending arbitrary payload, actually, several such options, not really related.

      • There is a tag type which describes the following payload as being “custom”, i.e. it only records the length of bytes to read, which the reader may or may not understand. This corresponds to implementing IExternalizable in AS3.

      • There is an option to omit a field from serialization, in which case instances of the object created in Flash will differ from instances you would parse from the file. This corresponds to the use of [Transient] metadata.

      • Anyone can choose to use AMF as a wrapper, while doing actual serialization in a different format and only utilizing the tag corresponding to ByteArray type. In which case it will be of a little use to you.

    2. AMF 3.0 has “extensions”, interestingly, not all users of the format knowingly use them and sometimes discover those by chance. The implementation in the player has special tag types for at least Vector and Dictionary classes, but these aren’t part of the format specification – most readers don’t understand these tags when encounter them.

    3. Certain classes, which are not part of the specification have been historically kept around the reader implementations due to the common use of them in the Flex framework. These would be ArrayCollection, RemoteMessage and few others. ArrayCollection is especially important because it is basically the same as Array, but it is sent with “custom” serialization tag.

    4. It is also important to understand the nature and behavior of ECMAScript arrays – they might be a source of server faults when decoded. ECMAScript arrays are sparse, which means they don’t necessarily contain all indices between 0 and the greatest index, they are a mix of an array (the first continuous block of indices starting at 0) and the rest is encoded as a hash table with integer keys. Thus you can potentially serialize an array of the length of 2^31, but fail to allocate this much memory on the server side when interpreting this array as an actual array.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for an editor that can read and write remote PHP files via
Can anybody give any working example of how to read/write Unicode text files using
How can I read and write comments in a Zip file, using Java? I
How can I read from and write to my Galaxy Nexus phone, using MTP
How can i check the read/ write permission of the file storing media? ie
I want to access folder where i can read write and delete files in
How can I read/write serializable object instances to a RandomAccessFile in Java? I want
Is there any class in the .NET framework that can read/write standard .ini files:
I created a SQLite database on Android device. The program can read/write to database
With D and Tango library can I read and write in the ANSI encoding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.