hi
i wanted to know can a binary file(*.bin) be played through java and how.
Is it possible to synchronize more than one .bin file together and merge them in a sequence them and play them?
pls reply
Advertisements. Register and be a member of the community to get rid of them.
play a binary file? you mean a music or video file? no matter the extention, .bin must be some recognized playable file format. find out what it is, and then write a program to play it, if its possible. google "TrID" for a program to do it.