Audio Stream player : getting informations from the source

Hello everyone,
I'm trying to create a webRadio player, wich different sources.
On a click on a button, the player plays the corresponding flow. I would like to display some informations, like : current music, url, description, ... I think it's possible to have all those informations, because when I play my .pls files in my audio player (winamp), I've got them.
Here is my code corresponding to this part :
private function playSound(e:MouseEvent):void {
            try {
                //Sound release
                pSound.close();
                pChannel.stop();
                //Flow construction
                pSound = new Sound();
                pChannel = new SoundChannel();
            }catch (e:Error) { trace(e.name, e.message); }
            var tmpFlow = new URLRequest(e.currentTarget.name);
            pSound.load(tmpFlow);
            //using pChannel to play the sound allows the source changement on a click on another button
            //Without it, the different sources just surimpose themselves
            pChannel = pSound.play();
            displayInformations();
        private function displayInformations() {
            trace(pSound.id3);
My trace() commaned gives me [object id3Info]
The problem is I'm playing the sound from a url source, not a mp3.
Any idea ?

No, this is not what I am saying.
If MP3 container has id3 tags - you can read them. Also, if MP3 container has metadata and you stream sound with NetStream - you can read it as well. I am not sure about cuepoints though - never done it.
If you are dealing with ohter than MP3 format - you will need to do custom work to read bytes and offsets, etc.

Similar Messages

  • How to get information from ODBC sources to Forms Builder environment

    Hi,
    Could anyone help me, to get some examples or more information, that how can I get information from ODBC sources to Forms Builder environment. I have a need to read data for example to LOV.

    If you are on Forms 6i you install the Oracle Client Adaptor from the Forms CD. You then have a way of connecting to ODBC datasources.
    To connect to ODBC at the same time as you are connected to Oracle you can use the EXEC_SQL package to create a second connection via odbc and issue select statements against that datasource.

  • After attaching the headset to the audio jack, i get sound from the laptop speaker

    after attaching the headset to the audio jack, i get sound from the laptop speaker

    This worked for me as well. Great find! I have gigabyte ep45-ud3r motherboard and I was getting all sound through external speakers except itunes was playing the sound out of the digital output instead of the speakers. I could see this when I went to control panel > hardware & sound > manage audio devices. I did the repair as described above and now I have sound in iTunes.

  • Didn't get information from the LAPTOP

    Hi,
    I am using the AFTER LOGON ON DATABASE Trigger in order to get the Users information.
    But When I query the Table “client_history” from my LAPTOP. I didn’t get any information from the “client_history” table.
    I like to say that, my client is on the Laptop and
    the Server too.
    However when I connect to Server via my PC (normal client server connection), I got the data via query the table.
    I am using 8.1.7 version.
    Could some one explain why I didn’t get the rows from laptop?
    Regards
    Bsena
    CREATE OR REPLACE PROCEDURE Login
    as
    v_client varchar2(40);
    v_ausid number;
    BEGIN
    select SYS_CONTEXT('USERENV', 'OS_USER') into v_client from dual;
    select SYS_CONTEXT('USERENV','SESSIONID') into v_ausid from dual;
    INSERT INTO client_history (hclient,hausid,)
    VALUES
    (v_client,v_ausid);
    commit;
    END Login;
    CREATE OR REPLACE TRIGGER logintrig
    AFTER LOGON ON DATABASE
    CALL login

    Why you call the procedure?
    I done in our database with only trigger, it is usable.
    Step 1, create table;
    create table log_event(user_id number,
    user_name VARCHAR2(200),
    host_name VARCHAR2(200),
    via_terminal VARCHAR2(200),
    ip_address VARCHAR2(200),
    log_type VARCHAR2(200),
    date_time varchar2(200));
    CREATE INDEX idx_log_event ON log_event(user_id) TABLESPACE ...;
    create public synonym log_event for sys.log_event;
    grant insert,select on log_event to public;
    Step 2: create trigger
    Create or replace trigger log_logon
    after logon on database
    DECLARE
    v_user_id number;
    begin
    select user_id into v_user_id from dba_users
    where username=USER;
    insert into log_event(user_id,user_name, host_name,via_terminal,ip_address,log_type,date_time)
    values (v_user_id,USER,SYS_CONTEXT('USERENV','HOST'),SYS_CONTEXT('USERENV','TERMINAL'),
    SYS_CONTEXT('USERENV','IP_ADDRESS'),
    'user Logon database',to_char(sysdate,'YYYY-MM-DD HH24:MI:SS'));
    END;
    it should be working and match your requirement.
    Thanks
    Victor Li
    Oracle Certified&Experienced DBA (OCP 8i/9i)
    Oracle Database consultant
    Oracle Database 8i / 9i + (Microsoft Windows)/(Redhat Linux ADV)
    Oracle Applications R11/11i Technical Consultant
    [email protected]

  • I have set up iTunes and iCloud with my iPhone 4S but have not been able to get information from the manual for transferring contacts from Microsoft Office Outlook to my phone contacts.  Is this possible and, if so, how are the contacts transferred?

    I have set up iTunes and iCloud with my computer and my iPhone 4S but have not been able to determine whether contacts on Microsoft Office Outlook can be transferred from the pc computer to the phone.  Is transfer possible using iTunes or iCloud or other method to transfer the contacts.  If so, what are the steps for making the transfer successful.
    ETGamboa

    Thank you Thank you!! Quickest response EVER on a help community!! Awesome!!

  • When getting information from SLD, should SMSY create a system for EP?

    I've connected my EP NW2004s system ES3 to the SLD.  I connected Solution Manager 4.0 to SLD so that SMSY can get information from the SLD.  When I run the import, I see:
    1. ES3's server sapeps03 created under SMSY Landscape Component ->Server.
    2. ES3 's database ES3 created under SMSY Landscape Component-> Database.
    3.  ES3 Java component entry created under SMSY Landscape Component->System Components->Java System.
    BUT, I don't see an ES3 entry under SMSY Landscape Component->Systems->SAP Netweaver.  Shouldn't there be?  Do I have to create this manually?
    The ECC 5.0 system RS3 got created under SMSY Landscape Component->Systems->SAP ECC.   Why not the EP system?
    Thanks.
    Regards,
    Mel Calucin

    Hello Mel,
    the SMSY transaction had a lot of issues resolving the appropriate Java product with older versions of Solution Manager. For instance, you can take a look at the SAP Note 1392992.
    Newer versions of Solution Manager (currently on SP24) resolve most of the issues. The portal is certainly detected successfully.
    My recommendation would be having Solution Manager updated always with the latest Support Package stack available.
    All the best,
    Andreu

  • Is it possible to JSP Application get information from login server?

    Hi,
    Here, we gonna create a aplication using Portal for autentication and autorization.
    We gonna develop JSP pages to navigate into our application and we'll put them into portal.
    My question is, is it possible to the jsp's, created by us, to get information from the user loged on, so it can generate html's for each users?
    If so, how to do that?
    I know i can give access to the JSP's for each user, by creating portal objects for each of them, i'd like to know if the
    thanks everyone!

    No, if Firefox is set to delete browsing history when it closes, that data wouldn't be passed to the Sync server.

  • HT1338 Im trying to watch a film downloaded from Bit Lord, I'm getting 'Error Dolby AC3 Audio". Player does not recognize the audio in this video, how do I fix this?

    Im trying to watch a film downloaded from Bit Lord, I'm getting 'Error Dolby AC3 Audio". Player does not recognize the audio in this video, how do I fix this?

    Download VLC and try playing the video...
    http://www.videolan.org

  • Remote Desktop Virtualization Host failed to get redirection authentication information from the virtual machine

    Hello,
    When implementing a VDI solution, I'm getting an error on our virtualization host server.  The error is:
    Remote Desktop Virtualization Host failed to get redirection authentication information from the virtual machine [VDI-PC].
    Hresult 0x8000FFFF
    Event ID 8467, Severity: Warning, Source: Microsoft-Windows-TerminalServices\TSV\VmHostAgent
    This error happens every time a user or admin connects to a VDI desktop.  This is a fresh install of Remote Desktop Services on completely fresh servers.  This is in testing and we have not ever had it working before without the error.
    Topolgy: Server2012 R2, Windows 7
    Srv-RDCB1: Is the connection broker and Web Access server.  It is Virtualized thru Hyper=V.
    Srv-RDVH1: Is the virtualization host.  It is a physical server. It also has a separated hyper-v role (for RDS VDI deployment).
    Everything seems to be functional other than this error in the log, and I haven't found any information on what this could mean.
    Any help is greatly appreciated, thanks!

    Hello. I have this trouble too.
    All roles on one server.
    Deployment type - Quick start
    Deployment Scenario Virtual mashine-based desktop deplyment
    Reinstall all roles 2 times
    Warning TerminalServices-TSV-VmHostAgent
    8467 Orchestration
    Remote Desktop Virtualization Host failed to get redirection authentication information from the virtual machine [per-0] . 
    Hresult: 0x8000FFFF
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="Microsoft-Windows-TerminalServices-TSV-VmHostAgent" Guid="{92618A87-2F6A-4B75-9AE2-E77BE7EAF43C}"
    />
      <EventID>8467</EventID>
      <Version>0</Version>
      <Level>3</Level>
      <Task>22</Task>
      <Opcode>14</Opcode>
      <Keywords>0x4000000000000000</Keywords>
      <TimeCreated
    SystemTime="2014-11-11T13:24:45.579138000Z" />
      <EventRecordID>1655</EventRecordID>
      <Correlation
    ActivityID="{F4200EF7-FEDD-4CAD-9F5D-6219A5F30000}" />
      <Execution ProcessID="3164" ThreadID="13164" />
      <Channel>Microsoft-Windows-TerminalServices-TSV-VmHostAgent/Operational</Channel>
      <Computer>blade2.vzfei.local</Computer>
      <Security UserID="S-1-5-20" />
      </System>
    <UserData>
    <EventXML xmlns="Event_NS">
      <param1>per-0</param1>
      <param2>0x8000ffff</param2>
      </EventXML>
      </UserData>
     </Event>
    In RD Gateway Manager, right-click on the RD RAP and click Properties.  On Network Resources tab select
    “Allow users to connect to any network resource”.
    not work.

  • Updated to firefox 4.0. since then my computer is very slow accessing the internet, websites and getting information from within a website.

    Over a week ago I updated my computer to Firefox 4.0. Since then my computer is very slow accessing the internet, websites and getting information from within a website. Also, a tool bar has shown up for YAHOO which I did not request. The old detailed tool bar for Firefox has disappeared. All that now shows for Firefox is the area to enter website urls and an area to enter topic for a Google Search.
    Many times I have to exit Firefox and re-enter it later to access the internet.
    Please advice what I need to do to get back to the speed I had with the older version of Firefox.
    Thank You,
    Dennis

    Over a week ago I updated my computer to Firefox 4.0. Since then my computer is very slow accessing the internet, websites and getting information from within a website. Also, a tool bar has shown up for YAHOO which I did not request. The old detailed tool bar for Firefox has disappeared. All that now shows for Firefox is the area to enter website urls and an area to enter topic for a Google Search.
    Many times I have to exit Firefox and re-enter it later to access the internet.
    Please advice what I need to do to get back to the speed I had with the older version of Firefox.
    Thank You,
    Dennis

  • Is it possible to get the information from the complete forms send to different email account

    When i have a paid account is it than possible to get the information from the different forms send to seperate emailaddresses.
    Who dont have a account from formscentral but just need the information directly in there own inboxes?
    Because we're looking for a good and simple way to make qoustion & complain forms. But these need to go to different people in the company.

    You can have notifications sent to multiple email addresses, but each will need to have a FormsCentral account.  They can be free accounts.  What you do is create your form and set up the email addresses that you want the information to go to to be Co-authors or Contributors.  The co-author/contributor accounts will then need to log into FormsCentral, go to the Options tab and check the email notifications checkbox. 
    I hope this helps.
    -Jeff

  • Getting error Can't read from the source or disk when moving documents from one folder to another folder in the library

    Hi,
    When we try to move documents from one folder to another folder in the document library using "Open with explorer" getting beloe error.
         Can read from the source file or disk.
        The user having below permission for the Library as well as site.
    Fullcontrol,Limited access--->Given directly
    Read,Limited access--->Givin through the all Test grp
    Contribute,Limited Access-->given through test members grp
    Read,Limited access---> givin through The group grp
    Could you please help me anyone....
    Thanks

    Hi Reddy,
    If you are moving files in two libraries in different sites, then the error will occur and it is by design that there are limitations on the DAV move commands that the DAV client is respecting.
    https://social.msdn.microsoft.com/Forums/en-US/6245f332-c609-4a7b-8e00-c8b5e46f7759/cant-move-files-using-windows-explorer-cant-read-from-source?forum=sharepointgeneral
    If you are moving files in the same library, I recommend you to use Wireshark to reveal the error message and enable IIS
    Trace Logging for Failed Requests to examine the IIS log file for troubleshooting.
    https://social.msdn.microsoft.com/Forums/en-US/47cd569d-98f2-4cca-b78e-fd178c097285/cant-read-from-the-source-file-or-disk?forum=sharepointgeneralprevious
    To narrow down the issue scope, I recommend you to test with another library and see if the copy in explorer can work.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • I am unable to access information from the internet as I am unable to install the lastest adobe flash player that is now required.  Can you please help?

    I am unable to access information from the internet as I am unable to install the lastest adobe flash player that is now required.  Can you please help?

    I fould a hack that makes the sites think you have the latest (Intel) version of Flash installed. So I installed it & it works with Firefox, TenFourFox & Safari. Here's the info.
    Download this http://www.steelbin.com/FPforFBPPC.zip to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.
     Cheers, Tom

  • Plz Help, How can I get the Information from the net conneted machine?

    Suppose Person x has login on the network by using
    dial-up network connection? I want to know that wheather he is on the network and get the data from his machine ?
    Suppose I know his username/Password and phone no
    for dial up...
    Plz, suggest me how can I do this?
    How can get information from that machine?
    Thanks
    Pramod

    Hi,
    I dont know whether I understood your question completely.Anyway,let the users be X and Y and be on diff machines,
    Since X is logging in using a dialup network the ip is allotted dynamically and so, Y cannot know X's ip till he logs in and tell Y about it explicitly. Workaround is that either X's or Y's ip must be constant/static or there should be another way that X know about the ip of Y each time he logs in.
    If X's ip is static, Y can poll certain port at X where u's alpplication is running and if conn. is succ, after some authentication, get the information u want. For writing u'r own services there should be u'r own components at both ends, one requesting connection and other accepting. Please get back to me if more doubts or if I have'nt understood u'r problem fully..
    regards Stallon

  • After ios6 update, I have lost all control of audio via Bluetooth, plus my Bluetooth car radio is no longer displaying track information from the iPhone. Help!

    After ios6 update, I have lost all control of audio via Bluetooth, plus my Bluetooth car radio is no longer displaying track information from the iPhone. Help!

    Hi there,
    You're running an old version of Safari. Before troubleshooting, try updating it to the latest version: 6.0. You can do this by clicking the Apple logo in the top left, then clicking Software update.
    You can also update to the latest version of OS X, 10.8 Mountain Lion, from the Mac App Store for $19.99, which will automatically install Safari 6 as well, but this isn't essential, only reccomended.
    Thanks, let me know if the update helps,
    Nathan

Maybe you are looking for

  • External Drive

    Could someone give me step by step instruction on how to install Mac OS X on my Western Digital 250 GB external hard drive? Any help would be appreciated. Thanks, Kane

  • Problem Synchronizing a Master Style Sheet on a Local Server to a Remote Server

    I am using CSS5.5.  I have a large web site with over 300 pages so I use a master style sheet to store my css styles.  On my local site, I have added a style titled "ColorBlueNavyLite099" to color some text on a page.  The text is on the web page at

  • Can't debug using querystring?

    I am trying to get my application to read a querystring parameter but I can't launch the debugger... it throws an error saying: An internal error occurred during: "Launching". URI has a query component Any ideas on how to get around this??? In my app

  • How can i load my apps frome i clow

    how can i dowload my apps to my iphone

  • ThumbnailServer process seems to runaway on my PowerBook running 10.4.11

    I'm running Mac OS X 10.4.11 on a PowerBook G4 with and I noticed that if I assemble a slide show and then click on the slideshow in iDVD'08 that iDVD shows a list of the slides (with blank thumbnails) and says "generating thumbnails...", but it neve