Hi, Was just looking through some blogs on AMFPHP and came across a php snippet that showed:
function getSwf()
{
return new ByteArray(file_get_contents("my.swf"));
}
But no sample of what to do on the Flex side to turn it back into
something useable.
How would you convert that ByteArray of the swf file back to a
MovieClip/SWFLoader/something displayable ??
Thanks,
Nik

