Coordinating mp3 Player w/ a loaded swf containing songs

Can Anyone please help me!! I am using MX Pro 2004.
I have an mp3 player loading my mp3's via an external xml
file, it works fine on the 'main' fla file.
My site is set up like this: main fla. file with every page
(external swf) loading into it.
I have a 'discography' page that you can flip through
different CD's, each with a list of it's songs, and a 'play' button
next to each. =How= do I get those play buttons to -coordinate-
with the mp3 player on the main fla.????????
The player has,(besides the usual ff/rr/stop,pause and play)
a vol. control, a loading bar and cd title and song title read out
for each tune. I -need- he songs on the externally loading
'discography.swf' to be able to call the -specified song- when the
button next to it is pressed -and- Stop whatever else is playing.
And =How= do I get the mp3 player buttons to behave on those
somgs?????
I have searched, tried everthing I could find code-wise and
I'm at a loss. I'm supposed to have this ready by tomorrow!!
Anyone?? I know there must be a way...I just don't know how
to code it.
Thanks in advance to any willing soul!
Wendy

I RESOLVED THE ISSUE.
I have my MP3 player using an XML file to get file data from, such as the artist name and location of the MP3 files.  I had the MP3 files in a folder called audio.  What resolved the issue was taking the MP3 files out of the audio folder and putting them in the root directory with all of my PHP and SWF files.  So, the audio files went from 'audio\christmas.mp3' to just 'christmas.mp3'.
It's still weird that Flash grabs the audio files just fine when they were in the audio folder when I accessed the SWF file from my C drive.  The issue comes about when I try to access the MP3 files in the audio folder when trying to go through Apache web server.  So, yes, I am saying there is something that Apache is not configured correctly to do and I suggested my web hosting service to figure it out, because they kept blamming JavaScript or some other web dev item as the issue.  Even though it is messy to have all the MP3 files in the root directory, with the rest of my files, at least my MP3 player works in all 5 major browsers now.
Thanks for all your assistance KGlad.  You can take down my MP3 files from your server.
I hope others find this thread very useful...it took a lot to figure it out.
You can check out the MP3 player at: http://www.walnuttreefalls.com/details_mp3_xmas.php
Julie

Similar Messages

  • I just purchased to songs to put on my child's Leappad 2 MP3 player and I can see the songs under my music files but cannot save them because they were not downloaded as a MP3 file What can I do?

    I just purchased two songs to put on my child's Leappad 2 MP3 player and I can see the songs under my music files but cannot save them because they were not downloaded as a MP3 file What can I do?

    iTunes: How to convert a song to a different file format

  • Memory leak when loading .swf in AS3?

    Hi all,
    I've got a pretty big issue here that I can't understand.
    I've got a pretty simple app that just repeatedly loads and then
    unloads an .swf called test.swf (this loaded .swf contains nothing
    but a document class and a graphic - a circle. The document class
    is blank, it just extends Sprite).
    When I set this class as the document class of a blank .swf,
    I trace the 'totalMemory' of the flash player, and load and unload
    the (very simple) clip over and over. You'd think that with garbage
    collection and all that, the memory would stay pretty
    constant...but no! It increases (and continues to for as long as
    I've run it!).
    I'm writing an application that loads and unloads many many
    .swf files, but it needs to have the smallest footprint
    possible...any ideas as to why the memory is never released?

    One idea - there is a separate stack of memory in the flash
    player where loaded classes in separate application domains exist,
    and these classes are not being garbage collected....however, there
    is a line in adobe's documentation here:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00000327.html
    under "Usage C" :
    quote:
    Having a new application domain also allows you to unload all
    the class definitions for garbage collection, if you can ensure
    that you do not continue to have references to the child SWF.
    Given that, as far as I can see from this code, there is no
    reference to the loaded .swf maintained....it seems to me like the
    loaded data (graphical assets AND classes) should be garbage
    collected - but, while you WILL see a slight drop in memory after
    the removal of the SWF, the overall memory continues to increase
    the more you do it. Could Adobe be mistaken?

  • Removing a loaded swf.. ??

    I've loaded a swf into a MovieClip and I want it to be
    removed when I hit a button.
    My attempt to do so is like this:
    swfContainer.removeChild(swfLoader);
    At first it seem to work but since the loaded swf contains
    sounds and music the music continues to play.
    Anyway heres the code for loading the swf:
    (Thanks in advance...)

    var swfLoader:Loader= new Loader();
    swfLoader.load(new URLRequest("pcA.swf"));
    //Get the New instance Name of the added SWF using a Variable
    var resultSWF = pc.addChild(swfLoader);
    //Now remove it using removechild
    pc.removeChild(resultSWF)

  • Using itunes files for differnt MP3 player

    In our household we have 2 iPods and a seperate generic MP3 player. I cannot get itunes songs to the generic MP3 player. It seems almost impossible to copy these.
    Does anyone have any ideas?

    The DRM protected songs from the iTunes store (the ones that cost .99 and show up as "Protected AAC" if you sort by kind in iTunes) will only work on iPods, your computer and certain iTunes compatible cell phones. They won't work on other mp3 players.
    The newer, DRM-free tracks (so far only music on the EMI label, which cost 1.29 and shou up as AAC when sorted by kind) will play on players that support eh AAC format. Some players do and some don't. Check your owner's manual.
    Even if your player supports AAC, you won't be able to use iTunes to transfer the files. Again, check the owner's manual for your player to determine how to load music on to it.

  • Load swf-version=17 into swf-version=10  -  VerifyError: Error #1014.......

    Hi Guys,
    I have very interesting situation, and I would like to ask you for any help.
    History: I've started the new project for "one" company (my project is small web game). The first and the main requirement for this project was using Stage3D. The company I'm working for, has it's own "SWF-Container" for all projects (about 1000+ small projects). The second requirement was using this "SWF-Container" to load my project inside.
    Main Issue: "SWF-Container" can't be changed/modified (a lot of functionality + a lot of project already online). "SWF-Container" wroted using Flex SDK 3.6 ("A long time ago in a galaxy far, far away...."  ) -swf-version=10. When I'm trying to load the new project ("-swf-version=17") into this old container - I'm receiving the error:
    [Fault] exception, information=VerifyError: Error #1014: Class flash.display::Stage3D could not be found.
    (and I thing the same will be for all new classes like: JSON, Context3D, etc...)
    No errors if I'm opening my project stand-alone.
    My ideas/suggestions:
    1) Ask for new "SWF-Container" - Failed. No resources to support a few "SWF-Container"s.
    2) Ask for change "SWF-Container" to be "-swf-version=17" - Failed. No simple way to change SWF version using Flex SDK 3.6 + a lot of conflicts with current projects (at least global class "JSON").
    3) Find some solution with loading the new SWF to the old SWF - in progress. Currently - with no success.
    Projects:
    I've created two project that simulate my situation: https://drive.google.com/file/d/0Bw4xj8VbNvNuZ1gybzFYcEpkLVk/edit?usp=sharing
    By using next URL you can find ZIP with two FlashDeveloper projects inside:
    a) OldContainer - project that simulate "SWF-Container" (Flex SDK 3.6)
    b) NewGame - project that simulate my new project (Flex SDK 4.6).
    I will be very grateful for any help in finding a solution for this problem.
    With best regards, Vadym.

    Hi kglad,
    Thank you for good point. But there are no way to change current mehanisms to embed/load "SWF-Container".
    Imaging, that "SWF-Container" is not a simple empty SWF, but it's site core, that display in one time a lot of different widgets - small AS3 projects with really different functionality (one of these widgets should be my small game).
    Thanks, Vadym.

  • Creative MP3 player plays songs alphabetically instead of in track order

    I use a Creative Nomad Zen 20GB USB 2.0 MP3 player with iTunes 7. Lately, songs listed in the correct track order on a given album in iTunes show up listed and get played in alphabetical order when copied to the Zen.
    Any way in iTunes around this? I've been using XNJB, but it seems like it should be do-able in iTunes - especially since I wasn't having this problem in previous versions.
    I've searched the forum but seem to have missed what is probably a common issue. Please point me to the right thread if this is the case.
    Thanks, R.
    PowerMac G5 1.8   Mac OS X (10.4.7)  

    Also, I'm using iTunes 11.0.5, the latest version as far as I know.

  • AS3 MP3 Player

    Just sharing some ActionScript 3 source code for those
    Interested. Instrctions and source FLA, as files are the link
    below. Its an mp3 player, with play, pause, stop, next song,
    previous song, id3 info display and uses computeSpectrum
    AS3
    MP3 Player Link
    Eddie
    Truth Realization
    DHTML Nirvana

    Just sharing some ActionScript 3 source code for those
    Interested. Instrctions and source FLA, as files are the link
    below. Its an mp3 player, with play, pause, stop, next song,
    previous song, id3 info display and uses computeSpectrum
    AS3
    MP3 Player Link
    Eddie
    Truth Realization
    DHTML Nirvana

  • Burning to mp3 player

    Hi
    I have a Technika mp3 player how do I transfir my songs from my itunes library to this devise
    Thanks
    D

    Drag the songs from iTunes window to the mp3 player on the desktop.
    FYI:
    "Burn" means to write data to an optical disc (CD/DVD) as in burn the data with the laser in the CD/DVD burner.

  • Convert to MP3 format/Sync to MP3 player

    I have purchased songs from I-tunes for my MP3 player. I can see the songs on in the MP3 file, but can't play them...I think I need to convert the files to MP3 format, but am unsure how to do that. Also, how do you sync from I-Tunes onto my MP3 player?

    Can you clarify this a bit more. I assume you are saying that you purchased tracks from the iTunes music store? Is that correct?
    If so they are in AAC (MPEG-4) format. Do you know if they are protected tracks or if they are "Plus" (unprotected) tracks?
    For Plus tracks, you can import them by going into your preferences in iTunes and changing the IMPORT preference to MP3 format (if you are not already using it). Then "OK" out of preferences, find the songs you need to convert, right click on them and pick "Convert to MP3". This will make a new COPY of the file in MP3 format (the original AAC formatted version will remain there untouched).
    For protected tracks, you are not allowed to convert them directly to MP3 files. Instead, all you can do it add them to a playlist then burn them out to an AUDIO format CD. This converts them from AAC to a normal music CD like you would buy in the store. You can then treat the music CD like you would any other music CD including accessing it with iTunes like your store purchased music CDs.
    Once you have your MP3 files, usually all you need to do is drag and drop the files from the library window onto your MP3 player mounted on your computer. If it doesn't work directly from the library window, you can always go find the MP3 files in your folder structure and drag and drop them from there to the MP3 player.
    Which MP3 player do you have?
    Cheers,
    Patrick

  • Savings for Creative Mp3 Player

    BestBuy is having a 25% off all creative mp3 player sale and I was looking at the Zen Micro Photo. I want an mp3 player that can hold alot of songs that I can run with, but I found out mini-hard dri'ves and regular ones arn't suitable for running...So I am going to stick with a large capacity player with alot of features instead of a flash player but I just can't choose. Plz leave suggestions if you were in my place shopping for an mp3 player.

    bosoxxrwd,
    If you're planning to do exercise while using a player. I would suggest going after a flash based player like the Zen Nano Plus, Zen Nano and MuVo series instead of microdri've or harddisk based player.
    Jason

  • Itunes to MP3 player?

    I purchased a song from Itunes and can't figure out how to sync it to my MP3 player. Can I transport the song to Windows Media Player so I could rip it into MP3? Please help!

    Thanks, I was able to change the setting in Preferences but it said it does not apply to purchased itunes or something like that
    iTunes Plus songs can be converted in iTunes.
    When I rightclick the Itune, there was nothing that would prompt me to convert it to MP3.
    If you see 'Create MP3 version', choose it.
    (43385)

  • Itunes to an old rca mp3 player

    Are you able to export songs from itunes to rca lyra mp3 player model RD1090A..basicly is itunes compatiable with this mp3 player or can i convert these songs to mp3 format for this player... also when i try upload to player i get error " filepath to deep " something like that...

    iTunes for Windows is only compatible with the iPod/iPhone range and the older iTunes enabled phones from Motorola. You need to check out the manual for your player to see what method it uses to import songs. Most will have their own management software and many just operate as simple USB devices and you can drag tracks from the iTunes Music folder rather than through the iTunes interface. Also if your player will not work with AAC (MP4) format at, if you imported anything from CD into iTunes using the AAC encoder then they will need to be converted to MP3: How to convert a song to a different file format format

  • TS1367 Got a Riptunes MP3 player and put USB cord from mp3 player to MacBook Pro to install music and it immediately shut down my computer and it will not turn back on and wont charge now...never had a problem with computer before

    Got a Riptunes MP3 player and put USB cord from MP3 player to MacBook Pro to transfer songs and my computer immediately shut down and won't power back up and won't charge now....what do I do!?

    Take it in for a service diagnostic so you can determine if it's worth fixing or if you should buy a new one.

  • MP3 Player .swf Won't Play in Dreamweaver

    I've made a Flash mp3 player that plays just fine when opened alone. But when I put it into Dreamweaver, only the images appear, but neither the script appears nor the music plays?
    I've moved all associated files into the same folder in Dreamweaver, including the xml file, etc. Any idea on what I can do to make this player work?
    Thanks!!!

    The best guess I can hazard at the moment is that you are missing some other files (possibly swf's or image files) that the index.swf file is trying to load.
    If you do have other files that it loads and you have placed them where you believe they need to go, can you explain that arrangement folder-wise?

Maybe you are looking for

  • HT201318 How do I cancel my icloud storage plan

    I\My acknowledgement says I can cancel within a certain time period, but I can find nothing on my Systme preferences to do so immediately or on the website.

  • Your customer care department

    I think ur customer care department and the delivery for attending the problem is just horrible. only if u try getting in touch with the customer care department u will come to know that it is very difficult to get across the right person to take car

  • Oracle 8i install on Win ME - invalid staging area?

    I'm having trouble installing 8i Personal Edition on Win ME (Athlon 1.3, 768 ram, plenty of disk space). I get the error "Invalid staging area. There are no top level components for Windows 95 available for install from this staging area." on the "Fi

  • Spell checking multiple languages

    I would like Mail to do spell checking while i type, but determine automatically the language the message is written in. (sometimes i write English mails, sometimes German.) Any ideas or hints, how i could Mail perform that feat? Best regards, Gabrie

  • Elements 11 Organizer does not open

    Dear Sirs, I have bought PSE 11 but it doesn't work! Organizer doesn't open normally and the different solutions given by the community did not resolve my problem . I am desperate! What can I do more? Best regards Carine Adobe ID [Moderator: Please d