-
-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
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
Sound.stop() and Sound.position() #340
Comments
Sound.position not implemented quite yet (cc #273). |
Fixed by #2825? |
Sound.stop is completely implemented in #2825, but haven't yet done Sound.position. I'll do this next. |
This is really excellent news. Many thanks for your excellent work |
Looking forward |
Even though they were added in SWFv6, they will be available when playing a v5 SWF in Flash Player 6 and higher. See #340 for an example in the wild.
Even though they were added in SWFv6, they will be available when playing a v5 SWF in Flash Player 6 and higher. See #340 for an example in the wild.
Thanks for the patience @ousia :-) |
Many thanks for the fix, @Herschel. Now I have another issues that I can follow better 😅. |
@Herschel,
the button for play/pause in https://randomfoo.net/oscon/2002/lessig/free_culture.swf can stop and start the sound again from the start, but not from the the position where it has been paused.
This is common code for the slide transition:
The AS2 code for that button reads:
But the weird thing is that both the button to advance the slide:
and the button to go to the previous slide work perfectly fine:
I wonder whether it might be related to an issue with
Sound.position()
(I guess it has been implemented, but I really don’t know 😅).The text was updated successfully, but these errors were encountered: