Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:frameset [21.09.2015 13:05] – [Play music along several pages] adminen:create:frameset [27.11.2020 21:14] – [Prepare Frame content] sophia.schauer
Line 53: Line 53:
   </head>   </head>
   <body>   <body>
-    <audio id="bgAudio01" preload autoplay>+    <audio id="bgAudio01" preload autoplay style="position: absolute; left: -9999px; top: -9999px">
       <source src="EXAMPLE.MP3">       <source src="EXAMPLE.MP3">
     </audio>     </audio>
Line 62: Line 62:
 Here the audio file was attached by ''<audio>''-tag, which is supported by most browsers. Attaching by flash player is explained here: [[:en:create:media]] Here the audio file was attached by ''<audio>''-tag, which is supported by most browsers. Attaching by flash player is explained here: [[:en:create:media]]
  
-The music file („EXAMPLE.MP3“) has to be uploaded to SoSci Survey likewise. Setting the player’s pixel size to zero lets the player disappear leaving the music playing (e.g. 110 pixel). Now the edited file has to be loaded up to the project’s directory as well.+The music file („EXAMPLE.MP3“) has to be uploaded to SoSci Survey likewise. Setting the player’s pixel size to an absolute negative range (e.g. -9999px) lets the player disappear leaving the music playing. Now the edited file has to be loaded up to the project’s directory as well.
  
 +**Tip:** To determine the name of the audio file, go to Pictures and Files in the questionnaire menu of your project, there you will find the full name, which you can simply copy (usually the name under which you uploaded the file).
  
 ===== Load frame contents ===== ===== Load frame contents =====
  
-Probably the audio file is not meant to play from the beginning but rather start at some point later on. For this purpose copy the file ''play.html'' via JavaScript to the little frame. This is achieved by creating a new text fragment in **Text fragments and Labelling** containing the following:+Probably the audio file is not meant to play from the beginning but rather start at some point later on. For this purpose copy the file ''play.html'' via JavaScript to the little frame. This is achieved by creating a new text fragment in **Text Elements & Labels** containing the following:
  
 <code html> <code html>
en/create/frameset.txt · Last modified: 01.06.2022 19:57 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki