We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't gather the duration and position properties of a sound. It surely isn't implemented yet.
I made a stripped down example for that: https://www.txori.com/stuff/ruffle/ With sources, flash version and ruffle version.
The text was updated successfully, but these errors were encountered:
@Txori,
from what I can see in your Ruffle test, Sound.duration() seems to be working:
Sound.duration()
Although Sound.position() isn’t implemented yet (according to your Flash test):
Sound.position()
But this is an already known issue (reported almost a year ago [#340]).
Once #1445 is merged, I hope Sound.position() could be implemented in Ruffle.
Sorry, something went wrong.
Fixed by #5482.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I can't gather the duration and position properties of a sound. It surely isn't implemented yet.
I made a stripped down example for that: https://www.txori.com/stuff/ruffle/
With sources, flash version and ruffle version.
The text was updated successfully, but these errors were encountered: