Home → Beginner Guide MP3 To SWF Converter

Beginner Guide MP3 To SWF Converter

Kamis, 14 Agustus 2014
Getting Started with MP3 to SWF Converter



Convert Files to SWF
  1. Choose Files

    Click "Add Files"
    Click "Add Files" button to choose files and add them to conversion list.

    Choose one or more Files file(s)
    Choose one or more file(s) that you want to convert to SWF, and then click Open.

    MP3 to SWF Converter supports AAC, AIFF, AIF, AIFC, AFC, AU, CDA, ADX, AC3, FLAC, FLA, MO3, MOD, XM, IT, S3M, MTM, UMX, APE, MAC, MP3, MP2, MP1, M4A, M4B, MP4, MPC, MP+, MPP, SND, OGG, OGA, SPX, TTA, WAV, WAVE, WV, WMA, WMV, and ASF files.

  2. Convert to SWF

    Click "Convert All"
    Click "Convert All" button to convert all files to SWF.

    Converting files to SWF
    MP3 to SWF Converter is converting files to SWF.

  3. Play SWF

    Click "Play SWF"
    Right-click converted item and choose "Play SWF".

    Play SWF
    Playing SWF.

  4. Browse Generated Files

    Click "Browse SWF Folder"
    Right-click converted item and choose "Browse SWF Folder".

    2 files generated
    You will see 2 files were generated.
    • SWF File: This is the destination SWF file.
    • HTML file: You can double-click the file to play SWF file in your web browser. If you do not want to generate the file, please go to "Options" -> "SWF Options" and uncheck "Create HTML file".

    See Also:
    Add Generated SWF Files to Your Website
    Add Audio to Your WordPress Blog
    Which differences between "single one SWF" and "sound SWF with a shell player SWF"?
    Which differences between "streaming sound" and "event sound" when I choose "No interfaces SWF" on SWF options?
Top

Record Your Voice and Convert to SWF
  1. Click "Record" Button

    Click "Record"

  2. Start to Record

    Start to record
    Click "Record" button to record, please get ready to your microphone first. You can choose one of the following recording qualities.
    • Low quality [Mono]: sample rate 11025 Hz, 1 channel
    • Low quality [Stereo]: sample rate 11025 Hz, 2 channels
    • Medium quality [Mono]: sample rate 22050 Hz, 1 channel
    • Medium quality [Stereo]: sample rate 22050 Hz, 2 channels
    • High quality [Mono]: sample rate 44100 Hz, 1 channel
    • High quality [Stereo]: sample rate 44100 Hz, 2 channels

  3. Play and Convert to SWF

    Play & Convert to SWF
    After you finish recording you can click "Play" button to listen to the sound you recorded. You can click "Convert to SWF" button to convert the sound to SWF file if you think it's OK.


    You will be asked for where the sound file will be saved to when you click "Convert to SWF".

    Recorded sound
    The sound file you record and SWF file converted from the sound file will be added to conversion list.

  4. Play SWF

    Click "Play SWF"
    Right-click the sound item and choose "Play SWF".

    Play SWF
    Playing SWF.

  5. Browse Sound and SWF Files

    Click "Browse SWF Folder"
    Right-click the sound item and choose "Browse SWF Folder".

    3 files generated
    You will see 3 files generated.
    • WAV File: It's the sound file of recording.
    • SWF File: This is the destination SWF file.
    • HTML File: You can double-click the file to play SWF file in your web browser. If you do not want to generate the file, please go to "Options" -> "SWF Options" and uncheck "Create HTML file".

    See Also:
    Add Generated SWF Files to Your Website
    Add Audio to Your WordPress Blog
Top

Add Audio to Your Website
  1. Convert Files to SWF or Record Your Voice and Convert to SWF
    Refer to the guide above.

  2. Modify Your Web Page File HTML Code

    You can refer to HTML code in generated HTML file.
    Click "View HTML Code"
    Right-click converted item and choose "View HTML Code".

    HTML source code
    Copy code between <OBJECT> and </OBJECT> in Notepad and paste to your web page file (HTM, HTML, ASP, PHP or JSP file etc.), and then copy outputted SWF file to folder of your web page file.

  3. Upload SWF and Web Page File to Your Website
    You can use a FTP tool to upload. We suggest you upload SWF files to the directory same as your web page file.

  4. Browse Your Web Page and You will See the Flash and Hear Sound

    View samples on our website http://www.hootech.com
Top

Add Audio to Your WordPress Blog
WordPress is very popular blog software. WordPress is both free and priceless at the same time. This article instructs you how to add audio to your WordPress Blog. It's very easy, just follow the step-by-step instructions.
  1. Convert Files to SWF or record your voice and convert to SWF

  2. Download Easy Inline SWF Plugin v1.0.2 for WordPress from the following link
    http://www.macdiggs.com/download/easyswf.php.zip

  3. Install and activate the plugin
    Upload the extracted easyswf.php file to your wp-content/plugins folder and activate the plugin in admin panel

  4. Create a new post or page or edit the existent post

  5. Upload the SWF file generated by MP3 to SWF Converter via upload panel

  6. While upload is complete, click on the file link and choose "Send to editor"

  7. Done
For more details please visit http://macdiggs.com/index.php/2006/09/13/easy-inline-swf-10-plugin-for-wordpress/.
Top

Avoid message "Click to activate and use this control" when rolling mouse over SWF (IE only)
If you use Internet Explorer to preview the generated SWF file, you may get a message prompting you to "click to activate and use this control" when you roll your mouse over the Flash animation, just like the following figure.
Click to activate and use this control
This is a result of the latest Internet Explorer update. Microsoft recently lost a legal battle with a patent holder about the way Internet Explorer displays OBJECTs and EMBEDs in web pages. Microsoft then decided to update its Internet Explorer browser with changes requiring user input to display and activate ActiveX based media.
Flash is one of many components affected, other major ActiveX controls include:
  • Adobe Reader
  • Apple QuickTime Player
  • Microsoft Windows Media Player
  • Real Networks RealPlayer
  • Sun Java Virtual Machine
Luckily, there are ways for website developers to modify their website so that the user experience is not impacted by Microsoft's changes. We selected an easiest way to fix the problem.
  1. Just below the last <object> in your HTML page, insert the following JavaScript:

    <script type="text/javascript" src="ieupdate.js"></script>

  2. Add a small .js file to your website directory. You can get the .js file here or http://www.hootech.com/ieupdate.js
  3. Save this file as ieupdate.js to the root of your website (or where you save your html pages)
  4. Upload both files to your web server, and the problem should be solved.
Samples with the fix: http://www.hootech.com/mp3_to_swf_converter/samples/samples.htm
To read more about this issue and see other solutions available, please visit:
http://support.microsoft.com/kb/912945
http://www.macromedia.com/devnet/activecontent/articles/devletter.html

Top
Tag »

0 Komentar Untuk "Beginner Guide MP3 To SWF Converter"

Out Of Topic Show Konversi KodeHide Konversi Kode Show EmoticonHide Emoticon

Terimakasih atas komentar Anda di "Beginner Guide MP3 To SWF Converter"