ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Added audio file does not play to the end


  • 2009-07-25 19:43:20

    Added audio file does not play to the end

    I uploaded a WAV file (1.2 mb) using the file manager. When I click on the icon, it will only play until the cursor gets to the end of the line, and does not finish the file.

    What is the preferred method to embed a recording either wav or mp3 files? I want users to click on the icon to play the files, not for files to automatically play.

    Thanks.


    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on - Linux
    ATutor version -1.6.1.
    Patch #s applied - (don't know)
    ATutor theme name - default
    PHP version -5.2.3
    MySQL version -5.0.41-community-log
    Webserver & version -Linux 2.6.26.5-SMP2
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2009-07-26 09:45:33

    Re: Added audio file does not play to the end.

    What icon are you referring to?

    Can't tell you why the movie does not finish. That would likely be a problem with the way it was produced, or perhaps a browser issue. In any case, nothing related to ATutor.

    If you just want students to download the file and have it play, use a standard HTML link instead of using the [media] tag.
    [php]

    <a href="movies/mymovie.wav">This is a movie</a>

    [/php]

    adjust the path to the file. Use the Insert button in the popup file manager to figure out the correct path.