Loading audio file in flash

When i load the audio as mp3 file some time it will throw error.The error is "one or more files cannot be imported"
Then i convert the audio file as wav file,but the quality of the audio is not good.

resave as an mp3 but with supported settings:  http://www.articulate.com/blog/flash-supported-mp3-settings/

Similar Messages

  • How to load ai file in flash CS4 using code(Like loading swf or images )

    Hi,
    I have to load AI file in flash CS4 and provide the interaction with user.
    Can any body help?
    Thanks

    Hi.
    No you cannot  import Eps, wmf, emf,  ai, cdr files in swf dynamically using Action Script 3.

  • I'm using iweb 3.4 and trying to load audio files to my web page.  everything looks good in iweb but after publishing instead of having a control bar i have a "?".  does anyone know what to do?

    I'm using iweb 3.4 and trying to load audio files to my web page.  Everything looks good in iweb but after publishing instead of having a control bar i have a "?".  Does anyone know what to do?

    Where are you hosting the site, how are you uploading the files and what's the URL of your site so we can examine it first hand?
    Adding audio files by dragging onto the web page forces the viewer to have Quicktime installed on their computer in order to be able to listen to them.  Look at the audio player options on this page of Roddy's iWeb for Musicians site: Audio Players for your Music Website. 
    OT

  • Recording video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http.

    As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?
    What I am trying to do, is to record a user's microphone's input and save it to the server. Afterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?
    How can I redirect the http request to the files I was recorded into my applications/appName folder? Or I need to somehow moved the recorded files to the /webroot folder?
    Thanks!

    I probably have asked a stupid question.
    My recorded streams are still saved in the applications/appName/streams folder.
    And I redirect the www.mydomain.com/streams to point to the applications/appName/streams folder.
    And the rmtp recorded streams are abled to connect through http now.

  • FAQ: SWF's and loading external files in Flash Catalyst

    How do I make the images in my Flash Catalyst project external to the published SWF?
    You can choose whether images are embedded in your Flash Catalyst SWF, or loaded dynamically; this can help to keep your SWF's small. Simply right-click an image and chose "Externalize Image".
    Answered by: Adam Cath.
    See entire discussion.
    How do I make the SWF I imported to Flash Catalyst load external files?
    When importing a SWF, Flash Catalyst only pulls the SWF asset into your project. Many SWF's, such as slideshows and media players, rely on external data files, such as configuration files or media assets. If you would like to use such a SWF in Catalyst, then you will have to place these external resources into your Catalyst project as well as importing the SWF.
    Let's assume you have a SWF source folder that contains your SWF file and all of the external files it needs. You can open the SWF file from this folder and it works fine. But, if you import the SWF into Catalyst, the Catalyst project doesn't display it correctly because it can't load the external files. Here's what you do:
    1. Open your swf source folder, and copy all of the files/folders there except the SWF you imported.
    2. In Catalyst, Run/Preview your project (Ctl/Cmd-Enter)
    2. Note the file path to Main.html in your browser
    3. In your OS, open the folder that contains /bin-debug/Main.html from above
    4. Open the "src" folder
    5. Paste all of the files from step 1 into the src folder.
    6. Catalyst won't pick up that your project changed, so tweak it a bit (add a Rectangle), and save it.
    7. Run your project. If it doesn't work, try closing and reopening your project and running again.
    For an example, check out: Using an XML-driven SWF in Catalyst to create a slideshow.
    See entire discussion.
    Answered by: Bear Travis

    You can make you swf a custom component with 2 states.
    The first state will be empty and rename it "OFF" the second state will have your swf file and name it ON.
    Then go back to your artboard/project, add your 2 buttons ON & OFF.
    For the ON button add interaction "play transition to custom component ON"
    For the OFF button add interaction "play transition to custom component OFF"
    Here is an example swf_control

  • Other problems with loading Captivate files into Flash AS3 project

    I have a Captivate file done with Captivate 3, published to
    Flash player 9 that is being loaded into Flash AS3. The captivate
    is a simple recording of some mouse clicks in a browser. I am
    displaying the playbar along the bottom, and its buttons all work
    fine except for the progress bar, where you can drag the knob and
    scrub back & forth in your presentation.
    This progress bar is not working as it should. I see the
    mouse cursor change to a hand, but when I click I cannot drag the
    knob to control the progress bar. The other buttons in the playbar
    do work (replay, pause, play, back, forward).
    This is a unique problem in that it is only happening when
    viewed in IE (7) when loaded into my Flash AS3 project. When viewed
    in Firefox in my project, or as a standalone SWF, or as a SWF
    simply embedded onto a plain HTML page, it works just fine.
    Does anybody have any insight?
    Another thing I notice with loading Captivate files with AS3
    is the the amount of output messages it displays. Rather annoying
    (unless this is a "feature" I've yet to be aware of - heh)

    Hi,
    I know exactly how you feel, there is simple answer; replace
    Captivate for Camtasia Studio 5 at techsmith.com. The weight on
    those shoulders will be gone! You'll smile more, be more
    socialable. One Happy Person.
    I am very happy person ;)
    Kind Regards,
    Boxing Boom

  • Unable to load swf files in flash

    Hi,
    since creating all the animation in one flash file will
    produce a big file i tried to split and create small flash files
    and load these files in the main flash movie using the image and
    swf loader component.
    eg.
    main.swf, sub1.swf, sub2.swf.
    In the main swf , buttons are created to load sub1.swf and
    sub2.swf.
    The action script on button 1 is
    on (release) {
    //Movieclip GotoAndStop Behavior
    this.gotoAndStop("sub1");
    //End Behavior
    where sub1 is frame label. the image loader loads the
    sub1.swf file starting from this label. Everything works fine
    locally but the swf files are not loading when i test in my server
    or remotely.
    can anyone please help
    thanx in advance

    I am also having a problem with action scripts. I upload
    everything and still get the error message how can I solve this
    problem? It's killing me.

  • Loading text file with flash lite 3.0 problem

    Hello,
    I recently ran into a problem with loading a plain text file with Flash Lite 3.0.
    I know there is a way to load name/value pairs using LoadVars class or XML file using XML class. Both methods work great, but these classes parse the data loaded and I need to load just a plain text - no pairs or xml structure. (its because Im loading specific file format, so I can't make any changes to it)
    There is a simple way how to achieve this in Flash using Actionscript 2 by extending the LoadVars class and overriding the onData() method. I used it plenty of times and it works fine.
    There is an example of implementation:
    // the PlainData.as file
    class PlainData extends LoadVars {
        function onData(str) {
            trace(str)
            this.onLoad(true);
    // now in the main file
    var my_data:PlainData = new PlainData();
    my_data.load("my3dmodel.obj");
    This code traces unchanged content of my3dmodel.obj file.
    The problem comes when I try to run this code using Flash Lite 3.0. The code stops working just by changing player version in publish settings to Flash Lite 3.0. It doesnt display any error, but also doesnt trace any content.
    Is there a reason why you cant override onData method in LoadVars class in lite version of flash or am I doing something wrong?
    (also overriding onLoad() method works fine in Flash Lite)
    Ondrej

    Thanks Man
    But i m very unhappy !!! :-(
    1M data to transfer my mp3 files is very small !!! hehehe
    Thanks a lot
    See ya
    Carlos Eduardo Burko - Curitiba - Brazil - Macromedia
    Certified Professional
    "biskero" <[email protected]> escreveu na
    mensagem
    news:e98nrb$a6e$[email protected]..
    > Ciao Carlos,
    >
    > yes you can load mp3. The only issue is that the FL2
    will need to load the
    > entire mp3 in memory which mean you are limited to the
    avalable memory and
    > also
    > there is a limitation of 1M data transfer.
    > Try to create a sample application to test it. You need
    to use the
    > loadSound
    > API.
    >
    > Alessandro
    >

  • Load ASCII files in flash 7 (flash lite 3)

    I'm trying to load ASCII text in flash, I tried with XML load
    but I have a file that stops the load after the first char :(( kind
    of EOS(end of string) sequence, I don't know... with loadVars same
    inconvenient... I've tried to loadMovie, but I don't know how to
    access raw data from movieclip...
    any ideeas?
    the file in question is an nokia thumbnail and here is a
    sample here:
    http://concepts.shpe.ro/sample128x96

    ok, the problem resumes to this:
    q="123\0\0456"
    trace(q.charAt(6));
    how can I access the "456" string after the \0\0?456"

  • Problem loading swf file in flash player 9.0.47.0

    Hi all!
    I have a really strange problem and couldn't find any information over the internet.
    The problem only occurs in flash player 9.0.47.0. It works in all the others players, newer and older..
    I try to load a swf file to my web application and get the following error: "This content requires Adobe Flash Player 10.2. Would you like to install it now?"
    the log file shows:
    *** Security Sandbox Violation ***
    SecurityDomain 'http://10.1.1.84:8080/app/jsp/flex/bin-release/LP_FLEX_project.html' tried to access incompatible context 'http://fpdownload.macromedia.com/pub/flashplayer/update/current/swf/autoUpdater.swf?0.5087 71003223956'
    Warning: Reference to undeclared variable, 'out'
    Warning: Reference to undeclared variable, 'out'
    Warning: 'out' has no property 'text'
    Warning: Reference to undeclared variable, 'cameraSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'microphoneSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'privacy'
    Warning: checkPort is not a function
    Warning: Reference to undeclared variable, 'xOffset'
    Warning: Reference to undeclared variable, 'yOffset'
    Warning: Reference to undeclared variable, 'cameraSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'microphoneSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'privacy'
    Warning: checkPort is not a function
    Warning: Reference to undeclared variable, 'cameraSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'microphoneSettings'
    Warning: 'System' has no property '_visible'
    Warning: Reference to undeclared variable, 'privacy'
    Does anybody has a solution??
    Thanks alot!
    Assaf

    Maybe FP9 does not support your application / swf file?  How did you develop it?

  • What does it mean when it says it can't read your audio file on Flash CS4, because I'm using a working audio file and it is a supported file type?

    question topic is my question

    To set the Date & Time go to System Preferences->Date & Time. Uncheck the Set date and time automatically box if it is checked and set the date to before the date in the message.
    As for safety I have had to do this when installing old versions of Aperture Apples photo program and have not had any problems I would recommend you close all  non-essential apps while doing this to minimize any weirdness. Also if you are running TM (or another backup program) I'd recommend turning those off while you do this.
    Once you are done installing the software recheck the box if it was checked and the date and time should reset to today.. if not you can set them manually.
    regards

  • Down load files to flash drive/ mac book

    down loading music files onto flash drive so they are aranged the same as music library

    OK. I did.
    But here is the problem, it still doesn't save certain file on the flash drive. Most of the files are either jpg.,cwk.,pdf., or mov.
    The mov. won't even play. It works fine when i save files from a windows computer, but not when i save from my mac.
    I really have no idea why its doing this. I am aware that certain file can't be opened from a mac to a window, but i just don't know why, when i place a file into the flash drive icon and try to re-open it, it says the error message again (On my mac).
    Thanks.

  • How to load jsp files in Actionscript 3.0?

    i am new to AS 3.0. can anybody tell me how to load a jsp file in AS 3.0. is it same as xml loading or ?

    I hope you cannot load jsp files into flash, you can just share the values between them.

  • Problems with Firefox 13. Can't see online audio file player. Video only works on some sites. All works OK in I.E. Updated Flash. No Change

    Problems began when Firefox 13 automatically updated. tried downloading latest version of Flash 11.2.202.235. No change.
    Video works sometimes on YouTube, not at all on most other sites.
    Audio player not working at all. Either not even visible or downloads to real player versus playing within application such as Amazon.
    Tried enabling/disabling Add ons to find culprit. No luck.
    Everything as it should be in Internet Explorer.
    On my WordPress site has MP3 audio files, and uses a flashplayer to display and play music files. With flash player on, nothing displays at all, (bank space where audio player would normally be displayed)
    If I disable shock wave flash, a text link is displayed that downloads the MP3 in a new window (quick player), Also video doesn't work on any website. If I disable Flash and quicktime, text link to audio file downloads to realplayer.

    hello msandman, there have been quite a few issues with adobe's latest flash update - can you try if flash content is showing up correctly again, when you disable the real-player components like mentioned in the following article: [[Flash 11.3 doesn't load video in Firefox]]?
    otherwise you could also try to remove flash 11.3 from the windows control panel/programs section & [http://forums.adobe.com/thread/889580 downgrade to the 10.3 branch of the plugin], which is still receiving security updates.

  • Quicktime audio files extremely slow loading on webpage

    I have loaded four audio files onto one page of my website that I created using iWeb. This page is incredibly slow loading and just won't play on many people's computers (mac and pc alike) (including mine!).
    Is there something I can use for audio files besides the quicktime player? Is there a way to have the page load faster?
    Thanks in advance.

    Welcome to the Apple Discussions. Yes. You can use a flash player like the examples on this demo page: Audio Players.
    More player types and even a jutebox player is explained and demoed on Roddy's iWeb for Musicians sitge on this page:Music Players.
    OT

Maybe you are looking for

  • Login Page

    I have two pages I want to protect. One is core.jspx, and the other is foundation.jspx. How do I create a login page with authentication to the the database to restrict access. In other words, I want to have username and passwords stored in the datab

  • How to change my background?

    I want to change my background and can't find it anywhere. Not the wallpaper, I found that one. I have been using the iphone since inception but I have never tried to change the background. I was looking at the new ios 4 pictures and thought it would

  • SpreadsheetGetCellValue error

    With the following code under CF9, <cfset c_dir=#GetDirectoryFromPath(GetCurrentTemplatePath())#> <cfset ex_file=c_dir & "eshopping.xlsx"> #ex_file#<br> <!--- 80 rows ---> <!--- 454 colomns ---> <cfset val=SpreadsheetGetCellValue(ex_file, "6", "454")

  • How to send attachments using HTTP Binding Adapter?

    How to send attachments using HTTP Binding Adapter in Jdeveloper? Requirement: I need to send attachments to a system which can communicate with the middleware using https only. Kindly suggest.. Edited by: Richa Juneja on Jan 28, 2013 4:03 AM

  • Why are there 4 x emails that I CANNOT delete?

    Hi lovely people. Whilst pruning the emails in my Mail boxes I found 4 x emails that I CANNOT delete. They're grayed/ghosted and no matter what I do to get rid of them (according to the useless Mail Help anyway) those emails have stuck like glue! OMG