The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Is there a way to embed an audio file into an image in Canvas...so that when you click on an image audio or a song will play?
Solved! Go to Solution.
@denise_ihrig-he Welcome to the Canvas Community! There's a currently-active feature idea requesting something along these lines: https://community.canvaslms.com/ideas/15658-click-word-to-listen-to-my-recorded-pronunciation-withou...
Not easily, as JS events are not available in individual pages. Your best bet might be to just add a simple audio object beneath or next to the image, like this:
<p><audio src="http://www.hochmuth.com/mp3/Haydn_Cello_Concerto_D-1.mp3">Your browser does not support HTML5 audio.</audio></p>
@denise_ihrig-he Welcome to the Canvas Community! There's a currently-active feature idea requesting something along these lines: https://community.canvaslms.com/ideas/15658-click-word-to-listen-to-my-recorded-pronunciation-withou...
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.