Can Player control use imported audioclip?
Posted: Sun Feb 24, 2019 9:22 am
I'm using the Player control and can set the filename property to the external file location of my audio file and play it without any problems.
If I use "Import as control", "Audio file' menu then I can use the command with no problem.
I wanted to use the same imported audioclip in a Player control rather than use the external file as the source.
Is there any way to get the Player control to recognise the imported audioclip as its source?
Cheers
Allan
If I use "Import as control", "Audio file' menu then I can use the command
Code: Select all
play audioclip "myclip.wav"
I wanted to use the same imported audioclip in a Player control rather than use the external file as the source.
Is there any way to get the Player control to recognise the imported audioclip as its source?
Cheers
Allan