diff --git a/test/src/components/Switcher.astro b/test/src/components/Switcher.astro index b3d428e..3a9b42a 100644 --- a/test/src/components/Switcher.astro +++ b/test/src/components/Switcher.astro @@ -3,6 +3,7 @@ Separated Audio Live Stream Milieu Effect + Multiple Instances + +
+ As of Zorn Player v0.4.6, it is now possible to have multiple instances of the player on one page. With the new PlayerName
option, which is required from now on.
+
+
+ This update now identities each Zorn Player with the PlayerName
option, as an ID such as zorn-player-PLAYER_NAME_HERE
is now used.
+
+
+ The PlayerName
option will be identited by the built-in scripts using Astro's definer:vars
feature for the script tag.
+
+ Having multiple instances can still be buggy, depending on how you have it setup. +
+