Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating .swf files from wav/mp3

Status
Not open for further replies.

Sarbanes

Technical User
Feb 15, 2008
1
US
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

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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top