Hi gents,
Thanks for having me on the forum - I've got the basic webpage making skills, but not some specifics related to flash. I'd like to convert some .wav and .mp3 files into .swf for use similar to what audsample.swf is in the code below. Any thoughts? I did a search and couldn't find the answer. Apologies if this is basic, and many thanks and gratitude for any help.
Sarbanes
Thanks for having me on the forum - I've got the basic webpage making skills, but not some specifics related to flash. I'd like to convert some .wav and .mp3 files into .swf for use similar to what audsample.swf is in the code below. Any thoughts? I did a search and couldn't find the answer. Apologies if this is basic, and many thanks and gratitude for any help.
Sarbanes
Code:
<td colspan="1" width="220"><p class="bodytext" style="text-align:center; text-indent:0px">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"[/URL] width="240" height="35">
<param name="movie" value="webdemo/audsample.swf" />
<param name="quality" value="high" />
<embed src="webdemo/audsample.swf" quality="high" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] type="application/x-shockwave-flash" width="240" height="35"></embed>
</object></p></td>