Xesna
New Member
Calamity is the touchstone of a brave mind.
Posts: 61
inherit
163376
0
May 8, 2021 20:19:53 GMT -8
Xesna
Calamity is the touchstone of a brave mind.
61
February 2011
xesna
|
Post by Xesna on May 11, 2016 14:51:59 GMT -8
Since requesting for the plugin I am desiring of has no response, I will take the initiative and request for help on trying to configure it instead. I've noticed there is an audio player being VSoundCloud and the - god forbid - youtube player. However, I am trying to do something in the lines of using: I found two codes, if it helps: [div][audio controls="controls" src="" style="width:180px;"][/audio][/div]
[audio src="" controls=""][/audio]
I'm trying to get the code to work on the forum using URL from any source such as: youtu.be/RCMXO9sBIcU216.227.134.162/ost/kingdom-hearts-final-mix-extra-tracks/hcatybfbje/01-one-winged-angel-from-final-fantasy-vii-.mp3...or any sound track to be played from said URL source.
Above and below are the audio players.
When the URL is added, you can view it in the preview; however, once it has been posted, you can't see the audio player (quote me, you'd see them appear in preview). EDIT: There's an existing duplicate thread, here's the link: Audio Player Resolved
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on May 14, 2016 12:31:37 GMT -8
Since requesting for the plugin I am desiring of has no response, I will take the initiative and request for help on trying to configure it instead. I've noticed there is an audio player being VSoundCloud and the - god forbid - youtube player. However, I am trying to do something in the lines of using: I found two codes, if it helps: [div][audio controls="controls" src="" style="width:180px;"][/audio][/div]
[audio src="" controls=""][/audio]
I'm trying to get the code to work on the forum using URL from any source such as: youtu.be/RCMXO9sBIcU216.227.134.162/ost/kingdom-hearts-final-mix-extra-tracks/hcatybfbje/01-one-winged-angel-from-final-fantasy-vii-.mp3...or any sound track to be played from said URL source.
Above and below are the audio players.
When the URL is added, you can view it in the preview; however, once it has been posted, you can't see the audio player (quote me, you'd see them appear in preview). You would do this to play a song: <audio controls>
<source src="http://216.227.134.162/ost/kingdom-hearts-final-mix-extra-tracks/hcatybfbje/01-one-winged-angel-from-final-fantasy-vii-.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
|
|