Hello.
How can I open a link(alias) to an audio file through the URL when dragging it to the player? Mac OSX?
if (audioURL.isLocalFile())
{
reader = formatManager.createReaderFor(audioURL.getLocalFile().getLinkedTarget());
} does not work.
The file opens, the link(alias) does not open.
Thank in advance for response.
