XMLSocket works while testing in CS3, not in a browser?

I am sure that I am missing something simple but I am doing an overhaul of a flash chat application that I wrote a few years back.  I have everything humming along in Actionscript 3 and it works well when I test the .swf in Flash CS3 Pro but when I publish it and view it in the browser, I get no joy.
I can see the flash plug-in retrieving the crossdomain.xml in my web server's root directory but in the browser, the XMLSocket Object fails to connect.  I installed flashpolicy server that is responding on port 843, but again, through the browser, the XMLSocket Object fails to connect.
I have tried both Firefox and Safari browsers with the same result.
I have swapped out the XMLSocket Object for the Socket Object and I am able to connect to my socket server, from within Flash CS3, but not from a browser.
Any thoughts appreciated.
Mario

Hi MiniFridge,
I tried both relative and absolute and I am still stuck.
Security.loadPolicyFile("xmlsocket://" + host + ":" + policyPort);
Security.loadPolicyFile("http://" + host + "/crossdomain.xml");
I can see that crossdomain.xml was requested and delivered to the browser from my apache logs:
192.168.1.216 - - [17/Aug/2009:17:54:41 -0700] "GET /crossdomain.xml HTTP/1.1" 200 111
but still no joy with the XMLSocket object.
This should not be this complex of a task.

Similar Messages

  • IMovie works in Test account but not in main user account

    I have been having issues with iMovie such as lag time and trailers not playing back properly in preview mode. I created a new user account to see if it was isolated to my own user and sure enough the problems went away and iMovie is working smoothly.
    So what could be causing the issue on my user account? I tried to usual suspects: repair permissions, delete preferences, etc., but nothing helped.
    Any ideas?
    Thanks,
    Stephen

    Wondering if anyone has any thoughts on this issue? I can't figure out why it would work on a test account but not on my main account.
    Thanks!
    Stephen
    Message was edited by: El Gaucho

  • Site works in the app, but not in the browser.

    Hello iWeb experts,
    I've got problems.
    Last night I published my site. And while it appears, and functions, properly in my iWeb app, it doesn't do the same in Safari, Firefox, and Internet Explorer.
    Two issues...
    FONTS
    I chose Bellamie, Univers Condensed, and Marydale as my fonts. From reading these forums, I've discovered those won't wysiwyg on other computers if the fonts aren't available and open on them. So my two choices are to make every bit of text a graphic or to use a set of more universal fonts, correct? So my questions are...One, is there a list somewhere of fonts that will work in any browser? And, two, is there a short-cut, or easy way to transform type into a graphic without having to create image files?
    FUNCTIONS
    Here are the functions that work fine in iWeb but have gone haywire in all of the browsers I tested...
    • The type in one nav link appears smaller than all the rest.
    • Some links are active, others are not.
    • Rollover highlighting works on some links, but not others.
    • Most of the rollover links appear in the proper static color, a few do not.
    I've tested these functions on three Macs, one PC, and in the three browsers mentioned above. All of them show the exact same problems. So something must be going wrong with iWebs coding, or my host server musn't like iWeb.
    Any thoughts, suggestions on these two issues? Thanks much for any advice.
    John
    PS - For reference, see: www.johnrunk.com

    Fascinating, Kirk (+he types with one raised eyebrow+).
    QuickTimeKirk wrote:
    When I drag across your page most of your links do not change. The "text" portion of them doesn't change, either. Something is covering them.
    I can see that. But for the life of me, I don't know what could be covering those links. In my app, when I click in the area of the links, the type is the first item selected. Unless, possibly, it could somehow be the faint reflection of my black-and-white image (me & the ground I stand on). Hmmm...
    QuickTimeKirk wrote:
    Single click (outside the boundaries of your page contents) and an "outline" will appear. It shows the image file dimensions and locations.
    This I don't see. An outline? As in "an object outline," or as in "a list of dimensions and locations?" When I click outside my page contents, I get nothing.
    Thanks, QTK. I truly appreciate your troubleshooting here.
    John

  • A slideshow widget worked while testing on my website but won't work on the client's server/site

    The Spry widget slideshow I inserted operated properly while I tested it on my website: http://www.camdesign.biz/TotalProperty2/gallery_stonewalls.html. When I uploaded all of the files to my clients' server the slideshow does not work. (all the other slideshows I did have the same problem) http://www.totalpropertyservicesllc.com/gallery_stonewalls.html
    The browsers keep looking for the javascript files although I did copy them over. What am I doing wrong?

    Delet all js files and upload again .
    I had same problem .
    http://disayana.com/

  • ALSB 3.0 : Request message works in Test Console but not from Client side

    By invoking a Web Service operation through a signature/encryption enabled Proxy Service in the ALSB Test Console for Proxy Services, i get a successful response.
    Now when invoking the operation from a client application i get the following error response:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <faultcode>wsse:FailedCheck</faultcode>
    <faultstring>weblogic.xml.crypto.encrypt.api.XMLEncryptionException: Unable to resolve encryption key for weblogic.xml.crypto.encrypt.api.EncryptedType{keyInfo=null, cipherData=CipherValue: zDeM4MKI8OeFzgJAR+z16ZE3cUfw54DtMKojPNACkVVZM0hazes+DcI4rJIHWzgt5N259pi9WTKgSEgBxQLZ3qD6PycrwTZuQ/4g2JbBwLwbO9WS40NsIhZRQCtguFPG8vKwNWeoXMOZ5w0m3jhV2ahFWZCTAipoG4XIOv/7pEw=, id='Enc-6abda982-1678-4774-97f3-cada98d32869', mimeType='null', encoding='null', encryptionMethod=EncryptionMethod: algorithm = http://www.w3.org/2001/04/xmlenc#aes256-cbc;}</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    Even when pasting the original request from the Test Console in ALSB into "soapUI" and executing the request it does not work:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <faultcode>wsse:InvalidSecurity</faultcode>
    <faultstring>Could not validate encryption against any of the supported token types</faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    So what's behind all this? Why does it work in the test console but never from other points.

    In both ways, with Direct Call option selected or deselected, the behaviour is the same.
    I cannot explain, why the replay of the request does not work from outside the Service Bus. Is there some sort of unique data mixed into the CipherValue data or something like that?

  • Only works while plugged in. Not charging?

    I bought a 16GB Nano yesterday. I downloaded iTunes, connected my new iPod and everything was going fine. It connected to iTunes, updated to the latest version, synced my music, everything seemed fine. But when I disconnect it from the USB port, it turns off and can't be turned on. The buttons don't do anything, it won't display anything at all. If I plug it back into my computer, it comes on and works normally. When connected to my USB port it constantly says its charging. Even after a whole night it still said it was charging, but went completely dead when disconnected.
    I called Apple today about it, and their solution was to take it back for a new one. I did so, but my new one is doing the same thing. Connects fine to my computer and iTunes, constantly says its charging, but dies as soon as its disconnected. I'm using the USB 2.0 ports on the front of my computer, which work fine for charging my old Philips MP3 player. I don't know what's going on. The thrill of owning my first iPod has gone from excitement to disappointment to despair.
    I've thought about buying a wall outlet charger to see if that would charge it, but I don't want to spend another $25 if it won't fix it.
    Help?

    Question: What does your nano's battery symbol in the top right look like?
    I previously had it set to the default of syncing whenever it was connected. It would sync, then disconnect while it was still plugged in. You could then use it like normal to play music or whatever, and in the upper right it showed the little battery icon being full green with the lightning bolt through it. If you turned it off, it would switch to the charging screen which shows the large animation of it charging.
    Now I have it set not to automatically sync. I plug it in and it stays at the "Connected" screen telling me to eject before disconnecting. When it shows this screen, the battery icon in the top right is always full white with the lightning bolt on it.
    Is all that normal?

  • Intel I350 SR-IOV Suddenly Stopped Working While Hyper-V Still Not Reporting as Network as Degraded

    After working for almost a year without issues, SR-IOV functionality suddenly quit working. The NIC is an Intel I350-T4 and the OS is Windows Server 2012 R2.
    Looking at the event logs in the parent, here's an example of the message indicating failure:
    Log Name:      Microsoft-Windows-Hyper-V-SynthNic-Admin
    Source:        Microsoft-Windows-Hyper-V-SynthNic
    Date:          3/21/2014 2:12:18 PM
    Event ID:      12585
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          NT VIRTUAL MACHINE\5AEE01AC-A4BC-4C66-B83A-54F9A0FF87C7
    Computer:      [removed from public post]
    Description:
    'ADDS01' Network Adapter (5aee01ac-a4bc-4c66-b83a-54f9a0ff87c7--ac9784d3-e52c-4334-ac68-465a9a853454) failed to allocate a virtual function: The request is not supported. (0x80070032): IOV networking might be incompatible with other configured networking features.
    (Virtual Machine ID 5AEE01AC-A4BC-4C66-B83A-54F9A0FF87C7)
    Looking in one of the affected Windows VMs, the following log entry is reported:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="v1q" />
        <EventID Qualifiers="40964">27</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-21T18:12:23.582053900Z" />
        <EventRecordID>203556</EventRecordID>
        <Channel>System</Channel>
        <Computer>[removed from public post]</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
        </Data>
        <Data>Intel(R) I350 Virtual Function</Data>
        <Binary>0000040002003000000000001B0004A00000000000000000000000000000000000000000000000001B0004A0</Binary>
      </EventData>
    </Event>
    I've looked at John Howard's detailed, "Everything you wanted to know about SR-IOV in Hyper-V" series and followed the steps in part 8 (http://blogs.technet.com/b/jhoward/archive/2012/03/21/everything-you-wanted-to-know-about-sr-iov-in-hyper-v-part-8.aspx)
    to see if that would lead me to the resolution. Unfortunately, most of the error conditions that he mentions are paired with a 'Degraded' status and status messages with suggested reasons.
    Unfortunately, the network connections in my case are listed as 'OK', and so I'm not sure where to go next to find out what changed and why SR-IOV is enabled on the NIC, virtual switch, and virtual NIC... and yet still not functional and not reporting as
    degraded.
    Any help would be greatly appreciated.
    Thanks!
    Paul

    Thought I would add this information to this thread since it came up while I was trying to figure out my issue. It turns out that the Network adapters on my motherboard the I350-AM4 support SR-IOV based on Intels website
    http://ark.intel.com/products/52966/Intel-Ethernet-Controller-I350-AM4
    But my motherboard manufacture for some reason has disabled this functionality.
    http://www.asus.com/support/FAQ/1007259/
    So the lesson learned here is to check both the Adapter support and the motherboard support for SR-IOV. I still don't understand why the same exact NPU would have SR-IOV disabled but yet use the same drivers with the option to turn on SR-IOV... VMDq does
    work though fyi.
    http://WrinkleFreeIT.com/

  • Advance actions work while in Captivate, but not when Published

    Hey,
    So I have a button which is suppose to both send you to the next slide and open up a web page in a new window. While in Captivate (5.5), it works, and wonderfully. However, after I publish it...pushing the button does nothing. Any thoughts as to why?

    Your Grand Kids" graphic is overlapping the left part of the navbar. Reduce the size of that graphic or move it off the navbar.
    OT

  • Why is my Internet Explorer working while my Firefox will not?

    My internet access is working, however Firefox will not work. Internet explorer is working, but Firefox said it is 'unable to connect'
    == This happened ==
    Not sure how often
    == Today ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; InfoPath.2; .NET4.0C)

    What did your carrier say when you reported the problem to them? Is there an outage in your area?

  • IPhone 4, works while charging, crashes when not

    Hi,
    So I have an iPhone4 and it keeps crashing. It is fine while it is charging but as soon as I take it off the charger it crashes. What could it be?
    Trying to wait for the new iPhone but this is a huge problem.
    NKM14

    The same this has happened to me as of 6-7 weeks ago. I thought it might have been a new app I downloaded within the preceding fortnight but even removing this didn't fix it.
    It also tells me at times that there is no battery with the 'plug in screen' coming up, but when I plug it in it can have anything up to 100% battery.
    When it crashes, I push the top button, the Apple logo comes up (like the turning on screen) and I can see the previous window that had been displaying at the moment of the crash still imprinted on the screen. The only thing that will ensure smooth running is when it is plugged into a power source and yet I've had the occasional crash that way too.
    When not plugged in and it does run there is a constant flicker at the bottom half of the screen.
    As far as I can tell it appears to be an issue with the update of ios from 7.1.1 and up. Is there anyway that an Apple rep could confirm or deny it?
    Or offer a possible solution to help fix it?

  • Lightbox widget works properly on dreamweaver but not on internet browser

    Hi,  I am using Dreamweaver CS5 & I used lightbox gallery widget through insert widget on insert panel menu. I edited the image source so everything seems working fine when I preview it on live button (local view). but when i try to view it on internet browser, it only shows the picture and when I click on the photo, it will come out at the very end of the page instaed of just zooming in & make the background darker. Here's the link of my webpage that I am talking about. http://www.thefamily-connect.com/Pages/Tina%20&%20mike%20photos.html
    I have the same problem with Spry Image Slideshow, when I view on internet browser, it says error 404 is found.
    What am I missing to make these widget work in internet.  kindly  email me your reply at [email protected]
    Thanks!
    Joyce Forrest

    sorry, I did not have experience about this... I can only read your problem.

  • Applet Working in MS-DOS, but Not in my Browser

    Hello!
    The applet builds a String that is displayed in the MS-DOS
    console window; but when I use my browser, I see no Java console.
    I am using J2SDK1.4.0_02. Do I need something else for my applet
    to work properly in my browser?
    Please, help. Thanks.
    Alex

    There's 2 ways to fix this.
    Assuming you're using an up-to-date version of Internet Explorer and Sun's VM, you need to go to Start--> Settings--> Control Panel-->
    and double-click Java Plug-in 1.4.0.
    Click Browser and make sure that the Microsoft Internet Explorer box
    is checked.
    This will use Sun's Java Plug-in all the time which may not be what you
    want (as this can break other stuff).
    The other way to fix it is to add some tags to the HTML file (which may also fix the problem if you are using Microsoft's VM).
    Use "OBJECT" instead of "APPLET".
    And make sure you have the following tags defined: "CLASSID", "CODE", and "TYPE". Your value for CLASSID could be different.
    Something like:
    <HTML>
    <HEAD>
    <TITLE>Jumbo's First Class</TITLE>
    </HEAD>
    <BODY>
    <H1>Brenda Pads Her Keys</H1>
    "Drat!" exclaimed Jumbo. "This stupid machine."<BR>
    Brenda rolled her eyes, as if to say "What now?" and inquired
    in her most soothing, customer-service voice, "Problem, J.G.?"<P>
    Jumbo, perhaps a tad unresonably, bit back. "I don;t have a problem.
    It's this moronic prototype. Why does it let me type in letters if all
    it can use is numbers? Who designed this anyhow?"<BR>
    Brenda, stifling her impulse to reply, "You did," reached over Jumbo's shoulder and pressed a key on his keyboard. "I know just what you need," she said. "Look at this."
    <HR>
    <OBJECT CLASSID = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" HEIGHT=150 WIDTH=200>
    <PARAM NAME = CODE VALUE = keypad1.class>
    <PARAM NAME = TYPE VALUE = "application/x-java-applet;version=1.2;>
    </OBJECT>
    </BODY>
    </HTML>

  • Error 'Program not registered' while testing RFC - SRM to MDM / TCP/IP conn

    Hello All,
    While testing RFC connection in SRM, we are getting this error. This connection between SRM to MDM. Any inputs will be highly appreciated.
    Error Details LOCATION: SAP-Gateway on host <hostname> / sapgw<instance no>
    our server OS : windows 2008 server
    We are getting error while doing connection test in SRM.
    This is sm59 connection (TCP/IP ) connection.
    Connection Type: T / RFC destination Name: MDM_API_CATALOG
    Registered server program: hostname.MDS
    I checked smgw transaction ..Logged on clients...Program id is not showing. Any hint will be helpful.
    I Checked this MDM setup also.
    MDS setup
    In mdm server go to folder F:\usr\sap\DM1\MDS00\config
    Open MDM.ini file in notepad
    Add the below 2 entries.
    SAP RFC Gateways= GWHOST=XXXX.hostnamexxx.xxx GWSERV=sapgw00
    Trusted SAP Systems= XXD
    This will enable gateway connection between SRM and MDM and will enable trusted connection.
    For trusted connections to work, we created a service user called SRM_MDM_API with SAP_ALL in SRM  and also created the same user in MDM with Default role.
    Error message:
    Logon  Connection Error
    Error Details    Error when opening an RFC connection
    Error Details    ERROR: program XXXXXXXXPRD.MDS not registered
    Error Details    LOCATION: SAP-Gateway on host XXXXXXXXprd.xx.xxxxxxhostname.xxx / sapgw00
    Error Details    DETAIL: TP XXXXXXXXPRD.MDS not registered
    Error Details    COMPONENT: SAP-Gateway
    Error Details    COUNTER: 77326
    Error Details    MODULE: gwr3cpic.c
    Error Details    LINE: 1778
    Error Details    RETURN CODE: 679
    Error Details    SUBRC: 0
    Error Details    RELEASE: 700
    Error Details    TIME:
    Error Details    VERSION: 2
    Procedure Tried
    1)  This procedure is for Linux OS - Similarly we tried in Windows OS ( If any procedure is wrong also, Please correct us)
    To register the program login into the OS level as sudo su u2013 <sid>adm and execute the following command.
    rfcexec u2013g<program id> -a<gateway host name> -x<gateway service>
    rfcexec is the server program name, the <program id> can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The <gateway host name> and <gateway service> can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.
    The connection will fail once this command is terminated or the user executing this command logs off
    2)
    To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini
    To do this, execute the following command
    sudo su u2013 <sid>adm
    rfcexec u2013D<destination name>
    <destination name> is the RFC destination name in SM59
    In order to do above step 2,  we could not find saprfc.ini in windows 2008 server. Please let us know path where it will be usually?
    3) Already checked the notes sapnote_0000684841
    I know that it is generic error..This is happening to specific one of system only.
    Thanks
    Edited by: saptest2011 on May 20, 2011 5:36 PM

    Hello SM,
    Thanks for your quick reply.
    Thanks for sharing link for document ie Configure the MDM Administration_cockpit. It is helpful. I read that document.
    But still issue remain there.
    The same RFC connection works between SRM sandbox to MDM sandbox.
    Only issue with SRM Prod to MDM Prod (newly built system)
    difference between MDM Prod and MDM sandbox.
    MDM Prod runs: Windows server 2008 OS
    MDM Sandbox runs: Windows server 2003 OS
    Landscape: PI7.1, MDM 7.1 and SRM 5.5, SRM-MDM Catalog 3.0
    Even i did os01 tcode ping test using host name (specific IP address) from SRM prod to MDM prod, it is fine.
    Thanks a lot for your help.
    I checked these notes also
    Note 353597 - Registering a server program
    Note 44844 - No connection to registered RFC program
    Note: in smgw tcode in SRM system, the required program id is not showing in logged on clients
    Thanks
    Edited by: saptest2011 on May 23, 2011 5:00 PM
    Edited by: saptest2011 on May 23, 2011 5:39 PM

  • Airport card works in 10.1, HW test passes, but not detected at all in 10.4

    Ok, Hi. I'll first admit this is my first post so go easy on me!
    I just bought a used iBook G3 and it was working fine for a while until about a month ago when all kinds of weird things stared happening. Some of which those problems I solved from reading previous topics from these forums - but anyways, I'll skip all my other problems and get right to my current one.
    First off here is the complete specs:
    12.1" iBook G3 "dual USB series"
    500MHz PPC processor
    128+256MB ram = 384MB RAM
    15GB hard drive (NOW 160GB HARD DRIVE!)
    No Airport Card (NOW ONE HAS BEEN ADDED!)
    Multiple OS's - OS9 and 10.1 were included (have original disks)
    I also have a set of 10.4 Tiger CD-ROM disks
    Anyways, here is basically what is happening. I bought an Airport card off eBay for my iBook. I installed it about a week ago. I booted into 10.4 Tiger and it did not detect the card. Tried to do the manual setup with the wizard and it said there was no card attached. I went into the system profiler and is said No info available under the airport section. I then booted to my "apple hardware test disk" and ran the full/extended test. It passed everything (including the Airport card) so I know that is not the problem. I then booted into OS X 10.1 and lone behold the card is detected and is working without any fooling around with! Instant wireless internet! So I know that the card is working, but I want to use it in Tiger as 10.1 is almost worthless. So I boot into Tiger again knowing that the card is working, and Tiger still does not recognize it! I even booted into OS 9 and it detected the card (although it was having some connection problems, but at least I know that it IS detecting it.)
    Here is what I tried (so you can cross these suggestions off your list! lol)
    I've deleted the Airport "ktext" files, etc. (can't remember the actual names of the files, but I've cleared all of those caches and still no luck.)
    I've zapped PRAM
    I rest NVRAM
    I rest the PMU.
    I did a Arcive and install of 10.4
    ...All of which did not help. Again, the card worked in 10.1, but 10.4 is completely blind and can't find it!
    Now we are caught up to today. I was having many other odd problems and it all lead to my hard drive probably being bad. So toady I finally bit the bullet and bought a new hard drive from Best Buy. It took me forever to install it, but I did it, and it works! Now I have 160GB (make that only 128GB detected) of space. I partitioned it 4 ways as well:
    "Tiger" - 80GB
    "Other OS" - 30GB
    "Extra Space 1" - 10GB
    "Extra Space 2" - 8GB
    xxxxxxxxxxxxxxxx- 128GB Total
    So now that I have a new hard drive (that I was told would fix all of my problems because my old one was "bad" I thought I would have it working today, but no. So I put in the brand new drive, partitioned it, booted off my Tiger disk, installed it on the 80GB partition. The install went fine. So I now have 10.4 on the new drive. Seems to be a lot faster then my old drive! I did the combo updater (which I downloaded on my iMac and transfered to a flash drive and loaded on to my iBook) Ran the updater, and now it is running 10.4.11! But then I realized, the Airport card is STILL not detected in Tiger!!! - I thought the new hard drive would solve all my problems as I was staring from scratch, but no, there is still a problem!
    I ran the Apple hardware test disk again, full test, and it said my Airport card is still fine. I didn't reinstall 10.1 yet (nor did I want to, I was hoping Tiger would work for what I wanted) but it seems now that I might have to go back and install 10.1 again. I don't know what it will prove - other then it will work again, but I don't want to use 10.1 so I'm not going to bother doing all that again.
    Anyways, after looking into this further, I brought up the system boot log (of tiger) and found these lines interesting, and hopefully useful to you guys:
    localhost kernel[0]: AirPortFirmware: start Sta f/w download
    localhost kernel[0]: AirPortDriver: F/W download failed
    localhost kernel[0]: AirPortFirmware: start Sta f/w download
    localhost DirectoryService[64]: Lunched version 1.8 (v346)
    localhost kernel[0]: AirPortDriver: F/W download failed
    it then lists the eithernet address and then ramblers on about other nonsense. If anyone needs the other "stuff" i'll try and save the whole log file and attach it here if anyone needs it.
    So could anyone please help? It seems as if i've done everything, and still can not get an answer on why it is doing this, and how to fix it!
    Please Help!
    Thanks you so much, and sorry for the long yet detailed message!!!
    -Scott

    Hey, just wanted to post an update to let everyone know what I ended up doing.
    Bottom line with the airport card I had is that is was "bad" - well only kind of. I got an email from a guy from a local PC repair shop. He told me he had just gotten one of those cards in and had it for sale for only $25. So I was chatting with this guy and he said it would be alright if I brought my iBook right in his shop, swap the cards and try it before I buy it. So I did so. Very nice guy and we swapped out the cards no problem. Right away it recognized his card and worked! I then downloaded the Airport update and ran it. (remember before, when I tried to update my card, after it restarted it was no longer recognized.) So we did the update with HIS card in and after it restarted, it STILL worked! It also added WPA support as well! We then booted into to Tiger (remember the old card wasn't recognized at all in tiger) and it ALSO worked in Tiger! I also had WPA support right away! So I bought the card and was all happy that it was all working again! I then figured out what the problem was with the old one.
    My original card was one of the "original" originals. Then, Apple "changed" the original cards and replaced ones with "128bit" support. (this is all before the extreme cards) I then found out that the newer original cards (the one the guy just sold me) are worth MORE because these are the cards that are compatible with the newer update (128bit WEP, and WPA) The cards looked exactly the same, but the newer card has "128 Bit" printed on the bottom of the card.
    SO, it ended up, I was "asking too much" out of the card I had - as the card I had did not support what I was trying for it to do. Where as the newer card I bought IS compatible with the update, and worked like a piece of cake. So all in all, the first card I had isn't "dead" it just wasn't working with what I wanted it to. So I'm going to end up selling it. Hopefully craigslist, but I will get more for it on eBay. so that is what I'm going to do. I'll just make sure to tell people this "story" so they don't try and do the same thing I did. But for someone with an even older laptop, an older OS, or an older router, this card will work just fine for them.
    So thats basically it! Looks like I got everything working!
    -Scott
    Message was edited by: sdschramm

  • Siri not working while connected to Audi AMI

    it turns out that I cannot fully use the features of my iPhone while
    connected to a certified car audio system (Audi Ami).
    env: iOS (10a403), iPhone 4S ,audi q5 , ami hw h07,sw 0350, Bluetooth Nokia bh-202
    issue: iphone connected to car through cable, BT paired and working for phone answ.
    action 1 (OK): press BT to wake up SIRI,it works.
    now start listening music, for the very first time after connecting the phone .
    action 2 (KO): press BT to wake up SIRI , music fades out, Siri pops up , BT 'bips' intending
                  that audio is ready, suddendly Siri closes immediately after bip just like you press BT ,
                  with no way to speech anything. The same action performed without being attached
                  to AMI works  as expected.
    action 3 (work around) : while listening music and without Siri working as described in action #2,
                activate 'Podcast' app , select an existing podcast and play it.
                you will continue to see the previous song title still on AMI display but the sound is actually your podcast
                (first little bug). now press pause/mute on the radio and press BT to wake up Siri,
                it will works.
    others: pausing/muting AMI  , switching it completely off , switching off the car while playing music
               does not workaround the problem.
    it seems that the behavior is different when 'Music' app is playing audio or when another application
    ('Podcast') is playing audio. For this reason I tend to blame Apple's software than Audi sw.
    it seems that the issue is related to the fact that the phone try to use not the BT mic to
    listening for commands but search (and fails) , for some other (car?) mics.
    I'm available for further test with some kind of debug app to produce  diag information .

    Hi ,
    In the meaning while I upgraded to 5S (IOS 7.0.4), this introduced the  Lightning-to-Dock adapter .
    I'm using the Apple's original adapter and things seems still working (I wonder) , I mean :
    +) if you are listening music, it's enough that you pause it from  AMI and kick in  SIRI with BT/HeadPhones long click
    If you do not use this WA, SIRI seems dumb , even if you use IPhone-s MIC/HeadPhones/BT .
    I guess that the AMI is keeping control of the music app and redirects the MIC elsewhere (maybe
    assuming that AMI have his own MIC) . I think that if this problem can be reproduced with another docking
    station for IPhone that access the music library directly and take control of Audio/Mic
    AMI can be definitively ruled out from this (BUG?) .
    I would call it BUG because it expected that SIRI activation should override any MIC redirections and prefer MIC/HPhone/BT.

Maybe you are looking for