I am trying to pass a variable I created in an editable region to the src tag. when I use the
This is my code:
- Code: Select all
<cms:show/>
This is my code:
- Code: Select all
<audio controls>
<source src="<cms:show stream_link />" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>