You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to be able to generate those automatically
for ex $ redbean binary -c test.something.MyClass -f something.bin
and also a binary() function for the redbean API
The text was updated successfully, but these errors were encountered:
in Flash/AIR embedding a binary use the
[embed]
metadataand work only on a SWF file
We use more often ABC files and the metadata
[hexdata]
is a little "trick" that allow us to associate a ByteArray blob
to a class name
see redtamarin /src/as3/shell/BinaryData.as
it would be nice to be able to generate those automatically
for ex
$ redbean binary -c test.something.MyClass -f something.bin
and also a
binary()
function for the redbean APIThe text was updated successfully, but these errors were encountered: