2DWorlds Forums
Does anyone have ideas for new BBcode? - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Suggestions (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=19)
+--- Thread: Does anyone have ideas for new BBcode? (/showthread.php?tid=8436)

Pages: 1 2


RE: Does anyone have ideas for new BBcode? - Paradox - 10-16-2011

[sound]http://cub3studios.x10.mx/stuff/SITR.wav[/sound]
winsauce

What? Does it not support .wav?


RE: Does anyone have ideas for new BBcode? - Jacob__mybb_import1 - 10-16-2011

(10-16-2011, 07:37 PM)Paradox Wrote: [sound]http://cub3studios.x10.mx/stuff/SITR.wav[/sound]
winsauce

What? Does it not support .wav?

No, I couldn't find a flash player that works with .wav.


RE: Does anyone have ideas for new BBcode? - Duck - 10-16-2011

What formats does it support?


RE: Does anyone have ideas for new BBcode? - Qwertygiy - 10-16-2011

Code:
<object width="300" height="28">
<param name="src" value="wavhere"/>
<param name="autoplay" value="false"/>
<param name="controller" value="true"/>
<param name="bgcolor" value="#999900"/>
<embed src="wavhere" autostart="false" loop="false" width="300" height="28" controller="true" bgcolor="#999900">
</embed>
</object>

Smile


RE: Does anyone have ideas for new BBcode? - Jacob__mybb_import1 - 10-17-2011

(10-16-2011, 08:36 PM)Duck Wrote: What formats does it support?

Just MP3. The only way to play other formats in Flash is to convert them to .flac or .mp3 before playing them.