xMikeV2
07-28-2015, 05:17 PM
Hi,
I tried to implement a dropdown menu to some of my posts like:
<select onchange="document.getElementById('11qq').src=this.options[this.selectedIndex].value;" style="margin: 5px auto; width: 146px;"><option value="<iframe width="560" height="315" src="https://www.youtube.com/embed/IDumJG4RXt8" frameborder="0" allowfullscreen></iframe>">Video Stream №1</option>
<option value="<iframe width="560" height="315" src="https://www.youtube.com/embed/0rqbrM82MvY" frameborder="0" allowfullscreen></iframe>">Video Stream №2</option>
<option value="<iframe width="560" height="315" src="https://www.youtube.com/embed/ASIzwF2rv0I" frameborder="0" allowfullscreen></iframe>">Video Stream №3</option></select>
The dropdown thing appears, but the embedded video does not appear in my forum. Why not? It should work
I tried to implement a dropdown menu to some of my posts like:
<select onchange="document.getElementById('11qq').src=this.options[this.selectedIndex].value;" style="margin: 5px auto; width: 146px;"><option value="<iframe width="560" height="315" src="https://www.youtube.com/embed/IDumJG4RXt8" frameborder="0" allowfullscreen></iframe>">Video Stream №1</option>
<option value="<iframe width="560" height="315" src="https://www.youtube.com/embed/0rqbrM82MvY" frameborder="0" allowfullscreen></iframe>">Video Stream №2</option>
<option value="<iframe width="560" height="315" src="https://www.youtube.com/embed/ASIzwF2rv0I" frameborder="0" allowfullscreen></iframe>">Video Stream №3</option></select>
The dropdown thing appears, but the embedded video does not appear in my forum. Why not? It should work