Some internet radio stations with http protocol and mp3 format not working in AIR 2.0

First, i am sorry for my bad english. When I publish swf for Flash 10 player all stations in my list works. If I publish them for AIR 2.0 stations with adress end ":XXXX", where XXXX is port number, they cannot work. What is problem? Thanks in advance.

Perhaps,  in the previous post I wasn't clear enough, so I'll try to make it better: I am using the Adobe Flash CS5 and AS3. I wrote the script for listening internet radio stations. In the station list I named only those that use HTTP protocol and mp3 format, cause I know the limits of Flash in audio streamings. If I publish FLA file in SWF for Flash 10 player all the stations can be listened.. If swf file is made for AIR 2.0 there's a problem: the stations with adress  http://xxx.xxx:xxx/<something> can be listened, and those without extension behind the port number (:xxx) can not. Main parts of the script are:
startButton.addEventListener(MouseEvent.CLICK, listen);
req.url= "<adress>";
snd = new Sound();
snd.load(req);
private function listen(event:MouseEvent):void {
req = snd.play();
Example:
adress=http://scfire-ntc-aa08.stream.aol.com:80/stream/1010 - working
adress=http://www.radionovosti.rs:443/radionovosti56s.mp3 - working
adress=http://sh1.beotel.net:8002 - not working
adress=http://77.105.36.58:8881 - not working
It would be great if someone of Adobe employers explain to me what is the problem. Thanks.

Similar Messages

  • Is there a way to see on my iPhone my entire library (more than 2.000 CDs) without having all the files stored? I've noticed that, for mistake, I had some songs of my library in grey (the mp3 was not working)

    Is there a way to see on my iPhone my entire library (more than 2.000 CDs) without having all the files stored? I've noticed that, for mistake, I had some songs of my library in grey (the mp3 was not working)

    Is there a way to see on my iPhone my entire library (more than 2.000 CDs) without having all the files stored? I've noticed that, for mistake, I had some songs of my library in grey (the mp3 was not working)

  • Has anyone noticed you can now listen to internet radio stations with TV?

    I just noticed this last night. Months ago many of us were complaining of the inability to listen to internet radio stations on TV.
    I had created a folder in iTunes for Internet radio stations. Last night I noticed those stations are all showing up on my TV screen and I can listen to them. Maybe this was added during Apple's last update?
    I like it!

    no it's been around since 2.0.1 or something
    but it seems unstable
    havent tested if it's still the case but people
    reported in this forum that a boot of the atv
    mean one have to delete the playlist
    and make a new one to get the radio to work
    and not long ago a guy reported that after a few hours
    listning to radio the atv crash

  • Sync between my iPhone 4s and Mac Book Pro with OS X and iCloud does not work. Why?

    I just purchased an iPhone 4S and downloaded Mac OS X on my Mac Book Pro. Synchronization between my iPhone and my Mac Book does not work with iCloud. Why?

    You have set everything up - entered apple id, are connected to the Internet, Mac os x lion update installed enabling iCloud, etc?

  • Teamviewer with HTTPs Proxy on Ironport S160 not working

    I activated the HTTPS Proxy on our Ironport S160 . To start with I created decrypt rule that puts all request on passthru.
    Now everything is working except Teamviewer.
    I created a UserAgent identity für DynGate and included this identity in the no.de rule.
    A GREP gives me this output
    CONNECT tunnel://master12.teamviewer.com:443/ - PASSTHRU_CUSTOMCAT_7-no.dp-useragent.dyngate.id-NONE-NONE-NONE-DefaultGroup
    CONNECT tunnel://95.211.37.202:443/ - PASSTHRU_WEBCAT_7-no.dp-useragent.dyngate.id-NONE-NONE-NONE-DefaultGroup
    Could anybody give me a hint as to what i need to to get Teamviewer working.
    If disable the https proxy Teamviewer is working again.

    Hi Donny,
    thanks for your repley.
    Since this went a little deeper into the ironport config then my expertise in this matter, I consultet our Cisco partner.
    He found out that there is a setting that is only available through the cli that applies to this problem.
    Advancedproxyconfig->MISCELLANEOUS->Would you like to block tunneling of non-SSL transactions on SSL Ports?
    ->Yes
    I can´t say much about it but it might point someone else with the same problem in the right direction.
    Anyway Teamviewer 9 is now working with https proxy enable. Teamviewer ist set on passthru.

  • Audio chat with iChat (Mac) and Trillian (PC) not working

    I use iChat on my Mac (actually, we have tried two different ones with the same results) and the person I want to have an audio chat with is using Trillian Basic (just downloaded) for his PC. We tried using the AIM client on his PC and that didn't work... I looked through the forums and several suggested using Trillian.
    We are both able to text chat with each other, but when I try to initiate an audio chat, it tells me almost immediately that the other user has declined my invitation. He never gets an alert. Basically the same thing happens the other way as well.
    Any ideas? Is there a setting on the PC that needs to be set for this to work? I can iChat with Audio to other iChat users from my Mac(s), so I am thinking that the PC is the problem.
    Thanks!
    \frank

    Frank
    I use iChat to videochat with my sons, who use Trillian on the PC. It's not that easy to set up, opening ports, enabling Trillian through the XP firewall, etc.
    You might fare better with Skype. Download from:
    Mac version
    PC version
    If you do want to persist with Trillian (and the results are much better once you've got it set up), try this tutorial:
    http://www.mvldesign.com/videoconferencetutorial.html
    or this:
    http://www.ralphjohnsuk.dsl.pipex.com/
    Let us know how you get on.
    Dave
    PS You can't do audio-only chats between iChat and AIM.

  • Crystal report 8.5 export to csv and rtf format not working with office 2013

    Hi Experts,
    Crystal report version 8.5 hangs and eventually crash when i export my report to csv or rtf format on windows 7 with office 2013 installed, code is written in VB 6 although the same scenario is working with office 2010 installed.
    i debugged the code and found the application hangs at function Report.Export(False).
    below is the code snippet
           .PDFExportAllPages = True 'ePDFExportAllPages
           .PDFFirstPageNumber = ePDFFirstPageNumber
           .PDFLastPageNumber = ePDFLastPageNumber
           .RTFExportAllPages = True 'eRTFExportAllPages
           .RTFFirstPageNumber = eRTFFirstPageNumber
           .RTFLastPageNumber = eRTFLastPageNumber
           .UseReportDateFormat = eUseReportDateFormat
           .UseReportNumberFormat = eUseReportNumberFormat
           .UseReportNumberFormat = eUseReportNumberFormat
           .XMLAllowMultipleFiles = eXMLAllowMultipleFiles
           .XMLFileName = eXMLFileName
           Report.Export (False) ----Application hangs here and eventually crash
    Looking forward for your help, as it is very urgent
    Regards
    Mohit

    Hi Mohit
    CR 8.5, being about 15 years old, does not support Windows 7. I am surprised this works for you with MS Office 2010 and to be honest, I'd consider my self lucky there. The fact that is does not work with office 2013... well, like I said, lucky with Office 2010 and your luck ran out with Office 2013.
    Your option; rewrite the app in VS 2010 / 2012 / 2013 and use the CR Assemblies for VS .NET from SAP Crystal Reports, Developer Version for Visual Studio .NET. The CR Java SDK would be another option.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Just updated ipod 8gb touch to 4.2.1 and cannot sync applications, even though logged into iTunes 10.2 and they are there and logged into ipod with same account and syncing does not work

    appreciate any assistance

    I had also faced the same problem. After weeks of hunting, I found many apps compatible with ios 4.2.1
    Gun Bros
    Super KO Fight
    Gravity Guy
    I Must Run
    Men vs Machines
    Hit Tennis 2
    Optime Games
    Air Hockey Gold
    Real Tennis
    Football Kicks
    Frisbee Forever
    Spy Mouse
    Ninjump
    Office Jerk: Zombies
    The Walking Dead
    Angry Birds
    Angry Birds Season
    Office Jerk: Holidays
    Real Skijump
    MotoGP 2010
    Real Racing GTI 2010
    Asphalt Audi RS 3
    GTA Chinatown Wars
    Max Adventures
    Samurai Dojo
    Deer Hunter Challenge
    Cricket: Defend the Wicket
    Airport Madness Control
    There are lots more...Some of these games will probably be unavailable as it must've been upgraded
    Also check out this site: https://sites.google.com/site/appleclubfhs/support/advice-and-articles/finding-a pps-for-older-devices
    Hope this helps!

  • 8820 used to work in France with data plan and in China not working!

    Hi,
    I have a data plan associated with my new 8820 in China (China Mobile) and I am using a SIM card that used to be working just fine with my old 8700! I used the 8820 in France during a couple of weeks and it was working fine but when moved to China I am unable to use it! My provider can not explain why except that I have a buy a new one! I am wondering if it is because the SW ver supported by my provider is not the one I have installed in my 8820 or is it FW issue and this case how to solve it or jsut give up and buy another 87K? Please help I do not what to do!
    Thanks.

    See http://www.caminova.net/en/support/snow_leopard_err.aspx
    There are a couple of DjVu applications out there that might be useful for viewing the documents outside of the browser. I have something called DjView on my iMac, and there's another named MacDjView listed at MacUpdate. (I haven't messed with DjVu in over a year, and I'm foggy here.)

  • My Macbookpro will not start up.  At first it was showing a gray screen with a flashing folder and question mark.  I went through the steps to repair with disc utility and this did not work.  How do I back up my data, without time machine activated?

    I need to back up my files and date before erasing my drive, but my time machine backup is not coming up.  How do I access my hard drive to back up my files?

    A erase of the drive or boot partition is not always necessary.
    Flashing question mark at boot could be a easy fix, sometimes it's the firmware that simply forgot what bootable volume to boot from.
    Try holding the Option key down while booting the machine, a choice of bootable options appears, select your OS X and boot up.
    When you get in, head to System Preferences > Startup disk and set it again new. This will tell the firmware what to boot from. Test it to see.
    Now if you don't have a selection of bootable options, it could be that the drive is dead, or OS X is erased or corrupted so it can't boot.
    You'll have to run through this list of fixes to see what's going on, if you need a hardware fix or what, I've also included links if you can't fix it and need to recover your data etc.
    (If it's not remmebering your boot selection then also run through the list to reset things.)
    Step by Step to fix your Mac

  • HT4972 Since I updated to new operating system iOS 7 for iPad my skype app has problem with microphone setting and video is not working?  How can this be fixed?

    How can I get Skype microphone settings to work with new iOS 7?  Also the video no longer works,...any suggestions?

    Only for the sound:
    settings > privacy > sound

  • My phone icon with the contacts and everything is not working?

    What can i do to get my phone icon to work so I can call people and get to my contacts and such? Is it locked, and if it is what can i do to fix this.

    Did you try powering your iPhone off and then back on again? I had that happen to me yesterday...and that's what I did to fix mine!

  • Why are Facebook and Amazon only not working on Air?

    I have tried clearing cache, using Firefox and Chrome, resetting Safari, even reinstalling Mac OS X and Apple applications. The websites, and just the two websites, are still coming up as such. Any suggestions?

    From everywbhere, or just from one location?   As a test, bring your MacBook Pro to a coffee shop, library or some other location with internet service, and see if the videos play correctly there.

  • Wmii newbie: mod-p and mod-a not working, and keyboard layout change

    like topic says... i have issues with mod-p and mod-a not working (they dont' display anything at all...)
    also: how do i change the keyboard layout in wmii?
    sorry for asking all of this, but was just trying to run wmii in hum, i guess 1 hour? i really do like it, but i cannot find any help nor hint on the official page or the man page...

    this is my actual wmiirc_local
    MODKEY=Mod4
    EXPORT WMII_FOCUSCOLORS=('#ff7700' '#111111' '#ff7700')
    EXPORT WMII_BACKGROUND='#333333'
    EXPORT WMII_NORMCOLORS=('#000000' '#ffffff' '#666666')
    EXPORT WMII_FONT='-*-*-*-*-*-*-12-*-*-*-*-*-*-*'
    EXPORT WMII_TERM="terminal"
    EXPORT status() {
    echo -n ' Eth0:' $(iwconfig eth0 | sed 's/ /\n/g' | grep Quality) '|' $(acpi -b | sed 's/.*, \{0,2\}\([0-9]\{1,3\}%\),.*/Bat: \1 | /') ' Core MHz:' $(cat /proc/cpuinfo | grep 'cpu MHz' | sed 's/.*: //g; s/\..*//g;') '|' $(uptime |sed 's/.*://; s/,//g') '|' $(date)
    and it's still not working, except for modkey. when i was using wmii instead of wmii-hg, this file worked fine... sigh
    Last edited by samuele.mattiuzzo (2010-01-21 11:21:53)

  • I AM USING KEYBOARD WITHOUT MOUSE AND LETTER "H" NOT WORKING

    I AM USING KEYBOARD WITH NO MOUSE AND LETTER "H" NOT WORKING
    DOES SOMEONE KNOWS WHAT CAN BE DONE.
    THANK YOU
    MARIA

    I saw this issue before where cause was a bad preference for another application.
    When I had the "can't type Shift H" problem in Entourage, it was a corrupt preference for FlightCheck, a preflighting program I use in conjuction with QuarkXPress that was the culprit.
    First determine if the problem is in your User’s folder by creating a new User in System Preferences and test for the problem there. If it goes away then you know the problem is in your User’s folder.
    Use new User to test for problems
    Let us know the results

Maybe you are looking for