Mp3:s into flash...

I've tried to import a specific mp3 into my library, but
Flash says it can't read it. All my players play the file
correctly, but Flash seems to have a problem with it... It will
import any other mp3 without problems... what should I do?

kumipantteri wrote:
> I've tried to import a specific mp3 into my library, but
Flash says it can't
> read it. All my players play the file correctly, but
Flash seems to have a
> problem with it... It will import any other mp3 without
problems... what should
> I do?
All the other player have big tolerance when comes to variety
of Mp3 files.
Flash does not.
You need to import flash compatible format.
Open help files, search for "Importing sounds", you should
come across topic
with the very title which has a list of flash friendly sound
formats.
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • Problems loading songs into flash mp3 player

    I am very new to actionscript, and I am still trying to learn some of the basics, but I'm getting there, understanding it better with help from great forums like this one.
    I have a music community website, visitors can sign up, upload mp3 files, their files get uploaded into their own folder named '$id' in the php code, (if they are the 10th member to sign up, their folder would be named 10, and so on)
    I have a prebuilt flash player that I want to playback the mp3 files just for that member when their profile is being viewed, I have some code in the mp3 upload script that automatically writes an xml file to their folder containing their song data, with Andrei1's help, I got that part working using flashvars, now the problem I am having is that I can't get the songs to play back, the data is there but no music.
    as I said I am using a prebuilt flash player that is using a static call to a directory, so should I use flashvars again to load the mp3 files into the player? and I also need help figuring out what to change in the actionscript.
    here is the object embed src for the html:
    <param name="movie" value="flplayer1a.swf">
                        <embed src="flplayer1a.swf" FlashVars="xml=<?php echo "members/$id/playlist.xml" ?>"></embed>
                        <param name="FlashVars" value="xml=<?php echo "members/$id/playlist.xml" ?>">
    and here is the actionscript code for the playback on frame 1
    stop();
    var myFormat:TextFormat = new TextFormat();
    myFormat.color = "0xFFFFFF";
    list.setRendererStyle("textFormat", myFormat);
    var trackToPlay:String;
    var pausePosition:int = 0;
    var songURL:URLRequest;
    var isPlaying:Boolean = false;
    var i:uint;
    var myXML:XML = new XML();
    var XML_URL:String = loaderInfo.parameters.xml;
    var myXMLURL:URLRequest = new URLRequest(XML_URL);
    var myLoader:URLLoader = new URLLoader(myXMLURL);
    myLoader.addEventListener("complete", xmlLoaded);
    function xmlLoaded(event:Event):void {
        myXML = XML(myLoader.data);
        var firstSong:String = myXML..Song.songTitle[0];
       var firstArtist:String = myXML..Song.songArtist[0];
      songURL = new URLRequest("????" + firstSong + ".mp3");
       status_txt.text = "1. "+firstSong +" - "+firstArtist;
         for each (var Song:XML in myXML..Song) {
    i++;
      var songTitle:String = Song.songTitle.toString();
    var songArtist:String = Song.songArtist.toString();
    list.addItem( { label: i+". "+songTitle+" - "+songArtist, songString: songTitle, Artist: songArtist, songNum: i } )
    var myArray = new Array (0,0);
             list.selectedIndices = myArray; // This highlights song 1 by default
    gotoAndStop(3);
    this is on frame 2 for the song switching
    songURL = new URLRequest("?????" + trackToPlay + ".mp3");
    and this on frame 3:
    stop();
    var snd:Sound = new Sound();
    var channel:SoundChannel;
    var context:SoundLoaderContext = new SoundLoaderContext(5000, true);
    snd.load(songURL, context);
    channel = snd.play(pausePosition);
    I'm starting to build my own flash player based on what I have learned here, I just have to figure this part out and I'm good to go.

    songURL = new URLRequest("?????" + trackToPlay + ".mp3"); and
    songURL = new URLRequest("????" + firstSong + ".mp3");
    this is where the movie looks for mp3 files, when I downloaded this prebuilt player, the line looked like this
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + firstSong + ".mp3");
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + trackToPlay + ".mp3");
    this is the part I am trying to figure out how to change, if I were to have all the members mp3 files go into the mp3_files folder, the player works fine, no problems at all, but I don't want all the members mp3s in one folder, they need to be in each members folder(which I have it set up to do) and I can't figure out how to change the "http://www.mydomain.com/mp3_files" to http://www.mydomain.com/members/$id, that's why I was asking if we add another value in the flash vars, again my inexperience with 2 way communication between as3 and php variables is what's choking me
    the list component is a movie clip
    "You did not answer the question about whether scripts are spread through several frames"
    the first frame has all the code for variables, xml loading, inserting data, the second frame has code for song switching, the third frams has the sound variables, button functions, scrubber and volume, animated meters, etc., I hope i answered it this time, being a newbie, I am trying to answer the best I can.

  • Couldnt Import .MP3 into Flash CC

    I am exporting a .MP3 from Adobe Audition CC
    Then Importing it into Flash CC
    I receive the error message Couldnt Import .MP3
    This procedure has worked in the past but now does not work. If you know what may be the issue please let me know
    Thanks

    There was an older issue with Flash CS6 where any MP3 with a bitrate over 192kbit could not be imported unless both QuickTime and iTunes were installed to the latest version (on Windows). Do you also have iTunes installed and updated?
    I don't think anyone got to the bottom of why iTunes was needed but many people couldn't import MP3 with the same error until they did. You might want to try that.
    The only MP3 workaround was to import directly to library instead of stage and play it in a timeline layer, but some could only hear it during published playback (no preview).
    Of course an alternate workaround is to simply use a different format. There's still something going on with MP3, which is a bit surprising considering how common it is. I would recommend trying WAV or AIFF as a workaround for now if iTunes/QuickTime updating doesn't fix it.

  • How to put mp3 along in flash file and control stop start

    Can someone tell me how to put mp3 which is just speaches done, be put alone in a flash file. Do i have to import sound? I wanted to be able to put 3 different mp3 files in flash and have people able to click on any sound and hear it. Be able to play and start and pause a sound. Is it possible are should I use something other than flash. Are should I convert to mp3 into another format and put in flash.
    Thanks for you help,

    Yes, you need to import sound. It's just File>Import>Open External Library (in CS4, the third step may be different for others), and then browse to the files you want. They'll be put into the library.
    To do what you're asking, I would put the sounds into each of their own movie clips, and have buttons inside the movie clips to control the timeline. For instance, the pause button would just have the onRelease = function(){ stop(); }; code applied to it.
    Does this help?
    EDIT: Also, mp3 is good for Flash.

  • Can't Import Sound Clip into Flash CS6

    I clipped a song using Audition and added a fade. I exported it to MP3.
    I need to import that clip into Flash. I tried: FILE>IMPORT>IMPORT TO LIBRARY
    It read: Couldn't Import (file name)
    I tried to convert the sound clip to a .wav file and ran into the same problem.
    I tried to drag and drop into the library. Same problem.
    I am a novice at Flash. This is for a school assignment. It worked in class but not at home. I am using WINDOWS 8.1 and have a creative cloud version of flash (which I THINK is CS6).
    Suggestions?

    Fix: I converted it to a .wav file and everything was a-ok.

  • Putting an HTML mp3 player into iWeb

    I am trying to put an mp3 player into iWeb 09 using the files on my computer. Unfortunately i don't know how to do this. Basically something similar to the audio players that are on myspace and sites like that. Im a tad new to this iWeb business and therefore still trying to find my way about it.
    I know there is a code to put in the HTML widget, just not sure where to get them from or which one is the most efficient.
    Thanks for having a look, I would really appreciate your feedback.
    Mark

    You need the software and code to embed a mp3 player in your website :
    Google will find it for you :
    [embed mp3 player website|http://www.google.nl/search?q=embedmp3+playerwebsite]
    Here's a link to one I use : http://flash-mp3-player.net/
    Once you have the files, make it work on the webserver.
    Then embed the webpage with the player with the HTML Snippet using the <iframe> HTML element :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    Or paste the <OBJECT> code directly in the HTML Snippet. Make sure the pathname to the MP3 files and playlists are correct.
    [Using the iWeb HTML Snippet|http://www.wyodor.net/blog/archives/2009/07/entry_213.html]
    Using a MP3 player in iWeb is often discussed in this forum : [MP3 player|http://discussions.apple.com/search.jspa?objID=c188&search=Go&q=mp3+play er]

  • Import QTVR's into Flash?

    I have QTVR's saved as swfs. How do I bring them into
    Flash?

    I think there could be a problem with the mp3 files that you are trying to import to your flash player.
    If you have adobe media encoder, you could try to play the mp3 file using that software. If it plays fine then you must be able to play the mp3 without any issues.
    Secondly Flash does not support 64 bit operations. Since you are using a 64 bit machine, it could have some relevance to that.

  • Need to import .swf into Flash 8 project

    I'm working on a project that requires me to use an already
    made .swf file in it. I'm creating the whole project (which is a
    presentation) strictly in Flash 8. This project requires a user to
    be able to navigate through various menus and categories to see
    what's in them. Most of the categories have a slide-show of images
    that are accompanied by a voice over sound track that explains to
    them what they're watching; however, for other categories I already
    have a previously created .swf file that I need to import into
    Flash 8. The issue that I've noticed when I just import the .swf
    file into Flash is that the file plays at about 100x the original
    speed. I think that it is because Flash looks at this file as one
    frame and tried to play everything all at once. I also looked into
    the possibility of trying to the loadMovie() function, but that is
    not that convenient for me because this requires me to decompile
    the .swf file into .fla and edit it so that a user has a way of
    coming back to the main menu of the presentation from that movie,
    unless there is a function parameter of loadMovie() similar to
    HTML's "_blank" where a new window opens so that the user can close
    this window without having to worry about restarting the
    presentation. I hope that what I'm doing is clear, and I'm very
    much open to any suggestions about what I should do about it or any
    other ways of doing what I'm trying to achieve, which is to be able
    to play already-made .swf files in my Flash project. To give more
    details on these .swf files, they were originally created in Adobe
    Captivate and exported into .swf. They play perfectly when you play
    them, but it's just that there is an issue when I try to play them
    from my Flash project. Thank you in advance for your help.

    Hi Braulio
    a good tutorial site can be found at
    http://www.kirupa.com
    and also, look in your Flash Docs, for loadClip() and
    loavMovie() methods. They should get you started on some ideas to
    import external content.

  • How can I use PreloadSWF with files built with -compiler.debug into Flash Player 11.4?

    I'm using Internet Explorer 9 on Windows 7 (x64) with a debug Flash Player (version 11.3.300.271 - I'm using the ActiveX plugin for IE). Using Flex SDK 4.5.1.21328A I compiled the ActionScript code
        package MySample {
            import flash.display.Sprite;
            public class MyHook extends Sprite {
                public function MyHook(): void {
                    super();
    Into a `.swf` file by running the command
        mxmlc.exe -compiler.source-path=. -output=MyHook.swf -tools-locale=en -headless-server=true -static-link-runtime-shared-libraries -compiler.debug -- Sample\MyHook.as
    I then preload this by creating an mm.cfg file and adding an PreloadSwf entry referencing MyHook.swf; running all this in Flash Player 11.3.300.271 works fine; I can point my IE to some web page containing flash applets and my own SWF file is preloaded just nicely.
    However, the most recent Flash Player release on Windows (11.4.402.265) breaks this. After updating the player, any flash applet triggers error message boxes from Flash player saying "Verify Error #1014: Couldn't find spark.components.Application". Clicking the error away opens the same message box, but with a few different type names.
    The workaround I found was to remove the -compiler.debug switch from the mxmlc command line; doing so make things work with Flash Player 11.4 but alas trace() doesn't work anymore.
    Does anybody know how PreloadSWF can be used to preload debug SWF files into Flash Player 11.4?

    Ah, thanks for making me aware of that forum - I didn't know about it. I now reposted the question at http://forums.adobe.com/thread/1068071 - this thread can be closed as far as I'm concerned. Should I mark your answer as being the resolution to my question or the like?

  • I have 2 iphones syncing on one computer and on the same apple ID. Before i updatad my Itunes to the last available update and my Iphones to 5.01 i had no problem draging jpg. and mp3 files into my iphones DCIM folder (the picture folder that opens when c

    I have 2 iphones syncing on one computer and on the same apple ID.
    Before i updatad my Itunes to the last available update and my Iphones to 5.01
    i had no problem draging jpg. and mp3 files into my iphones DCIM folder (the picture folder that opens
    when conecting to Itunes). Since my updates Itune wont let me drag and drop any files' even pictures that
    were taken with my Iphone on 4.3.3.
    Please help as we have no itunes music in Israel, only apps and i cant copy any of my old music from my computer
    to my iphones.
    If it helps, i am using a pc with 32 bit windows 7.
    Other from the obove Itunes works fine and does sync pictures from my computer to my Iphone from "my pictures" folder.
    Thank you for your time
    Yoni Bliss
    [email protected]

    The title of my initial post is a bit misleading. I already took a chance deleting one of the iPhones, hoping if I deleted the wrong one, I can still reauthorize it (all with the same Apple ID acct, so not subject to 90-day waiting period, right?) The iTunes database just updated itself, and it says I have 4 "devices" "in the Cloud", but 5 "computers" associated w my account. How can I find out what computers are associated? Isn't there a list I can see? I dont have a clue what computers they might be. If I use the  "Deauthorize All" option, is it a pain to add them all back in. I assume I would have to log in from each computer to reauthorize each one. Would I have to be running the newest OS or version of iTunes to reauthorize? I think I have a PowerBook G4 Titanium with an older OS and iTunes. I'd like to keep that authorized, if possible.

  • HT1819 [Podcast] mix all the imported mp3 files into one Album

    Dear Sir,
    I need your help of the app [Podcast].
    Let me explain my problem.
    I enjoying listening to Audiobooks very much.
    Everytime I use the iTunes to import some mp3 stories into my iPhone, then change their properties from MUSIC to AUDIOBOOKS. Because I like the convenience of the very two buttons ( 15 seconds of fast backward jumping, and 15 seconds of forward jumping).
    But I cannot easily delete those mp3 files that I've just heard. The only way is to erase the whole album in SETTINGS.  (I have a bad memory, always forgot which one that I have heard)
    Then, I found the app [Podcast], it has all the functions that I need:
      one, 15 seconds of fast backward & farward jumping;
      two, very convenient (sleeping) timer function;
      three, I can easily delete each mp3 file that I've just heard so I know where CAN I continue.
    So, I love the app [Podcast], from then on, through the iTunes, I change the properties of my mp3 stories from MUSIC to PODCASTS. It's very easy to operate.
    But, then I found something strange: the app [Podcast] mixes every mp3 files together,into one ALBUM, in spite of the ALBUM informations that I defined in EACH mp3 tags.
    The app [Music] can classify each ALBUM of those imported AUDIOBOOKS, why can't [Podcast]?
    Could you please show me what to do?
    Thank you very much.
    Yours,
    ZJH
    [email protected]

    This is EXACTLY my problem....and I am disheartened that there is NO reply with fix for this.  I need to find another app to use.  I like to use the podcast app for audio files so I can listen to them in 1.5x or 2x speed.  Frustrated....
    Tom Hawkins

  • How can I get an InDesign vector images into Flash without redrawing

    I've created a logo in InDesign and trying to get it into
    Flash to create a symbol?
    Thank you,
    Suzy

    Oops, EPS can't be opened directly in Flash. You can open the
    EPS in Illustrator and save as .ai and open that in Flash.
    In Flash, use File > Import > Import to Stage. If
    Import to Stage is faded out, just make sure you select a layer
    that isn't locked.

  • How to easily get an Adobe Flash CS5.5 Professional project into Flash Builder 4.5?

    Hey all,
    I am new and trying to do the following, can you please guide/help me do it:
    I have a video chat application that is done on Adobe Flash CS5.5. I had the problem of "echo" so I wanted to use "getEnhancedMicrophone()". When I replaced "getMicrophone()" with "getEnhancedMicrophone()", Adobe Flash CS5.5 Professional didn't recognize it. I knew I need Flex, so I installed Flash Builder. And then got lost. What I simply want is just import my "FLA" file (or if I need to convert it to something else using a specific tool, let me know.. I have Adobe Flash CS5.5 Professional and can install other required applications if needed) done on Adobe CS5.5, into Flash Builder, and then "support Flex" so that I compile with the flash-version argument required.
    I am totally new to MXML and Flash Builder, and even Flex. I don't know how to import a FLA and add "Flex" libraries into it simply to make "getEnhancedMicrophone()" work without the need to recreate the whole thing on Flash Builder. Can you guide me please? The output is for a web SWF file, not a desktop application.
    Thanks!

    I have the same problem here. I'm trying to do a stick animation on cs6, but to be more precise, i need to actually draw with a larger brush size. I suggest using the pen tool with the smooth option on. You can't see exactly where the stroke will be, but its better than nothing, and it more or less acts like the brush anyway.

  • Loading purchased swf into Flash Builder 4 Flex app

    I have purchased a Flash "fundraising thermometer" from an online Flash components site. It takes input from an xml file and displays a thermometer with the goal at the top and the current amount raised indicated. It came with the following files:
    thermometer.swf
    thermometer01.fla
    thermometer01.html (A sample that works.)
    xml/thermometer.xml (The source file: goal amount, current amount, mark interval, etc.)
    caurina/transitions (Mostly .as files.)
    Since the test html (thermometer01.html) works fine, I thought this would be a no-brainer.
    I first unzipped the files into a "thermometer" folder in my current project. I then went into Flash Builder and created a SWFLoader object as follows:
    <mx:SWFLoader 
    id="myLoader" source="../thermometer/thermometer.swf" complete="initThermometer();" autoLoad="true" scaleContent="false"/>\
     private function initThermometer():void { 
         Alert.show('Thermometer loaded');
    The Design view looks fine. I can see the thermometer default image (see below).
    When I run the app, I get no errors, just a broken image link in a box (see below). The alert box also never shows up.
    I'm new to Flex, so I may be doing something stupid that keeps this from working. I contacted the author of the thermometer widget but he doesn't know anything about Flex.
    Any help figuring out how to get this to work in a flex app would be appreciated.

    You should probably add more event handlers to see what's going on.  Especially "ioError". The complete list is below.  For coverage, add a handler for each event. You can also use in MXML
         complete="initThermometer(event)
    and add an argument to your Actionscript method, to find out details about the event.
    private function initThermometer(event:Event):void { 
         Alert.show('Thermometer loaded ' + event.type);}
    Events
        complete="No default"
        httpStatus="No default"
        init="No default"
        ioError="No default"
        open="No default"
        progress="No default"
        securityError="No default"
        unload="No default
    General info here:
         http://livedocs.adobe.com/flex/3/langref/mx/controls/SWFLoader.html
    I did not test my code suggestions, but it's probably close.

  • I want to merge mp3 files into one file so i can play a mix in i tunes without pauze

    i want to merge mp3 files into one file so i can play a mix in i tunes without pauze

    Audacity is what you need.
    Obviously you need to create a new MP3 file of the combined songs and not delete the originals.
    If your DJ-ing and/or just have too many songs to do that, then look at the free VirtualDJHome version, gives you a lot of control over your music playback.

Maybe you are looking for

  • Guest Server - Self-Service login page

    Hi Has anyone managed to customise the spash page users see when they login ? We are trying things like stopping the "access plan" from displaying and the phone country code to default to 44 and not +1. Any guidance would be appreciated. Thanks

  • BT Infinity Shambles

    I switched to BT from TalkTalk around a month ago with the target of moving to BT Infinity when it became available in our area (Scarborough - YO12 6TG).  The BT infinity website gave the target date of 30th June when it would become available.  This

  • Is there a huge difference between the two different processors on the 13"

    I'm trying to work out if is worth spending the extra $190 (AUS) on the 2.53 processor or if there really isn't much difference between it & the 2.26 processor? My exceptional use might be using imovie & flicking between that & iphoto & itunes and po

  • Programming Standard ( syntaxe )

    Hi guys, I'm looking for a "guidelines" or document which illustrate which is the "java sun or any other good" standard to write codes lines. From starting to correctly place the "{" ...to naming variables... is it: public void FctName() { public voi

  • IPod nano tubes

    Hi, I'm looking at getting an iPod nano in a few weeks. I've been looking around here at the site, and it seems that a ton of folks are saying the iPod nano is prone to scratching. I have an old iPod 20 GB (non-color), and its Apple designed case for