Multiple voices pile up across swfs

We have a web site with multiple Captivate 5 swfs using text-to-speech - simple product demos.
If I open the site in Firefox, start a demo, and then jump, by HTML link, to another demo before the first has ended, all is well.
If I open the site in IE and start a demo, and then link to another demo before the first has ended, the 2nd demo runs for a few seconds, and then the voice from the first piece starts playing. I can link between the demos and pile up any number of voice instances, all talking over one another.
If I refresh the browser page with F5, the demo restarts and I can jump between demos at will - no extra instances of the voices.
Running IE 8 in Windows 7, a couple of v10 Flash players tested, web site developed using Google Web Toolkit. Any suggestions where we should start looking for a solution?
TIA, Andy

Can you try updating your flash player version on Internet Explorer.
Run this link in Internet Explorer, install the latest flash player and then load the Website: http://get.adobe.com/flashplayer/.
Let us know if this solved the issue.
-Ashwin Bharghav B

Similar Messages

  • How can I turn a recorded voice into multiple voices that sound like a group of singers?

    I'm using Logic Pro 9. Could someone teach me how to turn a single recorded voice into multiple voices that sound like a group singing together
    by mixing or other techniques ? I don't have the luxury of a group singing together with me when I do recording. Advices would be much appreciated!

    By far the most natural way to achieve this is for the singer to perform multiple takes - even if you've only one singer. At it's simplest, you could just double track the vocal part, although I prefer 3 parts - panned centre, left & right. Then repeat this process for each harmony, & mix accordingly.
    Melodyne & some of the above methods do work on am single voice, but phase cancellation can be an issue if your not careful with each part's timing & panning. If you can only get a couple of decent takes from the singer, far better to perform any harmony/pitching techniques on the second take to avoid any phase issues. It's not uncommon for a singer to perform each vocal part 5-10 times, then comp (edit) the best takes so that you end up with 3 decent takes.
    If you've only only one voice to work with Antares Harmony EFX is a useful alternative.
    http://www.antarestech.com/products/harmony_efx.shtml

  • Is there any other way to achieve per user call forward restriction other than to create multiple voice policies?

    Hello,
    We mentioned the environment details below:
    Environment
    In our PBX environment, currently a user can forward calls to any local (within a region) internal extension. But for external PSTN call forwarding, a user needs to send a request and be approved by their manager. And the forwarding restriction
    is applied such that user is only allowed to forward to that particular PSTN number - to prevent toll fraud.
    Moving forward to Lync, using voice policy's call forwarding and simultaneous ring PSTN usages, I can set it to allow forward and simultaneous ring to custom PSTN usage and a custom route that will only send calls to these pre-approved
    external numbers.
    Outcome
    But in such a scenario,
     sSince all the custom external allowed numbers will have to be put into a single Route match table, User A will be able to successfully
    set up call forward to User B's number. (if they come to know about it somehow, that is)
    rü 
    Route matching list will be very long due to the number of users per hubsite that has call forwarding enabled.
    Questions
    Is there any other way to achieve per user call forward restriction other than to create multiple voice policies ? MSPL may be ?  
    2. Is there a limit in the number of entries you can have on the Route pattern matching regex expression ?
    Please advise. MANY THANKS.

    1) I think multiple policies may be your best bet, though it's not a fun one to manage, I agree.  MSPL could do it, but it would be more complex to maintain in the end.  Even gateways have limitations on routes.
    2) I'm not aware of a limit, though I'm not saying there's isn't one.  But if you hit it, you could move to a second usage/route combo.
    I'd suggest building out some PowerShell usage/route creation/organization script for this so it's not something that would need to be maintained within the GUI.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • FB4 Beta 2: Variables accessed across swf-files are null.

    I’ve been working on an ActionScript project and just recently switched from FB4 Beta1 to Beta2. The project is made up of multiple swf-files that are loaded into shell.swf. When compiled with FB4 Beta1 variables are accessible across the loaded swfs and shell.swf but they just turn up as being null when compiled with FB4 Beta2. What causes this behavior and how do I go about it?

    If you are using Marshall Plan functionality, it is no longer available by default.  You have to add the MXMLC option
    -includes=mx.managers.systemClasses.MarshallingSupport
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Table of contents and the order of multiple text frames flowing across pages

    I have a multi-page document,
    on each page, there are 2 text frames:
    - A text frame for containing a PAGE TITLE
    and
    - A text frame, flowing from one page to another containing: a MAIN TITLE, a SECTION TITLE, and flowing body copy (on page 1); and another MAIN TITLE, a SECTION TITLE, and flowing body copy; (on page 2)
    When I generate a TOC, using the Page, Main and Section Titles styles, the expected outcome would be:
    Page Title             1
       Main Title           1
    Section Title          1
    Page Title             2
       Main Title           2
    Section Title          2
    But because the Main title and Section titles are all within one flowing text frame and the content flows across multiple pages, and each of the Page Titles are within 2 separate text frames, the actual TOC generated is:
    Page Title             1
       Main Title          1
    Section Title         1
       Main Title           2
    Section Title          2
    Page Title             2
    ...where the TOC lists all the TOC items from the flowing text frame in one grouping first, then the individual free standing text frame title.
    QUESTION: Is the only way to automatically rectify this is to combine all the text into one flowing text frame? or is there another workaround?
    Have played with the left/right, top/bottom alignment of the individual text frames; also experimented with the object layering, to no avail..
    Thanks for any insights.

    I ended up using a product called InFlow from EmSoftware.  The solution offers a plugin to InDesign that builds pages on the fly when there is overset text.  The setup is pretty minimual and it seems easy to use.  The only drawback that the plugin MAY have is that it does not remove the pages it built if the pages are not needed from record to record.  I could not test this myself since my test data did not test more then one record, but when I turned my proof set off, the pages that were built were still on screen.  It does seem to work well for what we are looking to do, so if anyone is looking for something that will build pages on the fly in situations where the "Dynamic Story Handling" is not available, I would suggest looking into this.

  • Multiple stored procedure run across clusters

    Hi there,
    Currently we are having a single Oracle 11g instance. All our stored procedures are run on this database either directly from within the database (DBMS_JOB) or called externally from front-end java web apps.
    The question is we now have to cater for scenarios where there will lot more avenues (other java apps) calling the stored procedure and we want to provision for such scenarios without impacting the performance or agreed upon throughput back to the calling application.
    One option I read was about clustering (RAC) and how this can be configured at the database level to transparently cater to a huge volume of stored procedure calls to the database without affecting (requiring changes on the calling entities). So the java front end apps will only refer to a single database but Oracle RAC configured for the database will handle the heavy load scenario in seamless and transparent fashion across the clusters
    We don't want to split the execution of one single stored procedure run into multiple process for performance we have that part covered with optimizing the queries of the stored procedure
    but we want to provision for a scenario where multiple apps can spawn calls to the stored procedures simultaneously and the database is efficient about handling these parallel stored procedure invocations and does not overwhelm under the pressure of large volume of stored procedure run causing degradation of stored procedure runtime/response time.
    Please provide your thoughts.

    If those stored procedures are making DML calls against more-or-less the same data, you will be introduce contention.
    In a single instance (non-RAC) contention is within the SGA (buffer_cache, shared_pool, latches, enqueues). If the application is not scalable within the single instance, you will likely make performance worse when running it in RAC.
    So, you must first evaluate how it works (or would work) in a single instance database -- find out if it scalable merely by adding hardware. If it is scalable but your current hardware is limited, you can consider RAC. If it is not scalable and you have serialisation or contention, performance would be worse in RAC.
    Hemant K Chitale

  • Is there a way to unify multiple Voice ISDN-BRI to single group?

    I'm just wondering is there a way to unify multiple BRI interfaces in signle than to include it in the dial-peer for easier call routing.
    Thanks in advance

    Absolutely, trunk-groups:
    int bri x/y
    trunk-group telco
    dial-peer voice 100 pots
    destination-pattern ...
    trunkgroup telco
    Then, under "trunk group telco" you can optionally configure translation-profiles, hunt schemes and other things. "show trunk group" will give you the status of all the circuits in there.
    Hope this helps, please rate post if it does!

  • Dictate for IPAD and Multiple voice transcriptions

    I am a writer trying to transcribe hours of interviews with various people. I have Dictate for Ipad but as far as I can tell it only allows me to transcribe my own voice and will not allow me to import external audio files. I assume I have to buy a full version from Nuance but am confused as to what to buy as there seem to be several options. Is it MacSpeech Scribe that I want? It says it can handle six voices. I have 20 different interviews and every year I write new books. Can I get rid of voices and replace them with new ones? 
    Thanks for your help:-)

    I have not found a software application that could do this either. MacSpeech Scribe will only assist with only ONE voice at a time.  Essentially, you can have up to six different voice profiles.
    If your goal is to have your audio digitally transcribed, two or more voices are not an option, yet. There is a method called Parroting, whereby you listen to the recording through earphones and with a mic, dictate what you hear using an App/software, such as a Dragon product. Because it is all your voice, this eliminates the multiple speaker challenge.  This still is not easy because you will spend time correcting minor dictation as well as pausing, stop, starting, rewinding, and forwarding the audio. If you practice, you have the potential to be productive. I tried this and found it frustrating.

  • Voice vlan priority across wireless bridge network

    Hello,
    If you have a separate voice vlan across a wireless bridged network, how could you configure qos to put the entire voice vlan in priority over the data vlan ?
    Thanks.

    Hi Antonis,
    Have a look at these docs. Hopefully they will help get you started;
    Cisco Aironet 1300 Series Outdoor Access Point/Bridge Software Configuration Guide, 12.3(4) JA
    Chapter 14 - Configuring QoS
    This chapter describes how to configure quality of service (QoS) on your access point/bridge. With this feature, you can provide preferential treatment to certain traffic at the expense of others. Without QoS, the access point/bridge offers best-effort service to each packet, regardless of the packet contents or size. It sends the packets without any assurance of reliability, delay bounds, or throughput.
    From this doc;
    http://www.cisco.com/en/US/products/ps5861/products_configuration_guide_chapter09186a00804158a6.html
    Giving Priority to Voice Traffic
    This section demonstrates how you can apply a QoS policy to your wireless network's voice VLAN to give priority to wireless phone traffic.
    In this example, the network administrator creates a policy named voice_policy that applies voice class of service to traffic from Spectralink phones (protocol 119 packets). The user applies the voice_policy to the incoming and outgoing radio ports and to the outgoing Ethernet port for VLAN 77.
    Use the Apply Policies to Interface/VLANs drop-down menus to apply policies to the access point Ethernet and radio ports. If VLANs are configured on the access point, drop-down menus for each VLANs' virtual ports appear in this section. If VLANs are not configured on the access point, drop-down menus for each interface appear.
    From this doc;
    http://www.cisco.com/en/US/products/ps5861/products_configuration_guide_chapter09186a00804158a6.html#wp1047736
    Hope this helps!
    Rob
    Please remember to rate helpful posts.......

  • When I try to type a letter, multiple letters go flying across the page

    I noticed that my iMac seemed a little slow yesterday, then all of a sudden, letters started typing where I had not typed them.  
    I turned the computer off, not really thinking about it,  and the next morning, I can't access my computer bc multiple letters appear
    when I
    try to type in password.  What should I do?

    This is not due to any kind of malware, which the tags you used indicate you're worried about. You can set your mind at ease there.
    It sounds like a problem with the keyboard, if I had to guess based on what you have said. Do you have a wired keyboard or a wireless one? If it's wireless, try putting in fresh batteries. If it's wired, or if new batteries don't help, try a different keyboard.

  • Sft soundfonts with multiple voices; can only access the default.

    Does anyone have any idea how I can access anything but the first instrument in a sf2 soundfont in GB? My midi controller (m-audio 61-es) can't seem to do, When I use the standard procedure for changing voices, anything past the first voice gives me nada.
    Any help would be much appreciated!
    -e

    Elanb,
    I believe the demo version will only allow you to access a few octaves of any particular soundfont. The full paid version will access all octaves of a soundfont set. As far as volume is concerned I do not believe that is a function of Soundfont Synth in any way. Volume changes are more than likely to be the individual characteristic of whatever soundfont set you have accessed. The quality of soundfont vary from really bad to really good.
    With soundfont synth you can access a particular soundfont set and then make that instrument a new saved preset. Name it and it will appear in your instrument list.
    Hopefully GB3 will have a feature that does what Soundfont Synth does.

  • Leveling or similar technique for multiple voices

    I'm new to GarageBand and trying to find a simple technique to level 3 voices recorded in a round table discussion with a single microphone (Blue Snowball). I prefer not to go out to another application if I can avoid it and would rather apply the right combination of GarageBand effects. Any advice on the most effective ones and/or sequence? Thanks.

    It's far more important to get your recording levels right than to apply any effects. Three people with one mic is not a perfect situation! I think the snowball has two settings, set it to "omnidirectional" so you pick up sound from around the table. Make sure that your three guys aren't too far away from the mic, even if that makes for an awkward seating position. And as for effects: with speech, you really want to get the audio as faithful as possible, so you don't want to apply a lot of effects (unless you want to improve a bad recording). Just start with one of the basic speech presets and play around with it.

  • How to delete multiple voice memos on a 3G

    I have about 700 hundred voicmemos I want to keep in iTunes but want to delete on my phone. Can't figure out how to do this other than deleting individual files which seems ridiculous. I tried "manage content manually", iFunBox none work.There's got to be a way.
    thanks,
    MB

    Agreed... you could have been done by now.
    But, it sounds like you'll have to do it often to keep up.  I would look for a way to export and organize them if they're important enough to save.  Maybe this?... http://ecamm.com/mac/phoneview/instructions.html

  • Multiple XML documents in one SWF

    Hi, i'm trying to create a mix and match clothing application
    using flash for a school project but am having trouble with xml
    documents. Using an online tutorial, i found it was quite easy to
    load up one xml document, example of code below.
    I thought it would be as simple as copying all the code and
    changing the variable names to load a second xml document but i
    find when i run the code, that only the last xml document in the
    code loads, could anyone give me any tips? Thanks
    function loadXML(loaded) {
    if (loaded) {
    xmlNode = this.firstChild;
    image = [];
    description = [];
    total = xmlNode.childNodes.length;
    for (i=0; i<total; i++) {
    image
    = xmlNode.childNodes.childNodes[0].firstChild.nodeValue;
    description
    = xmlNode.childNodes.childNodes[1].firstChild.nodeValue;
    firstImage();
    } else {
    content = "file not loaded!";
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("images.xml");

    Hi, i checked my text and description boxes in my document,
    and it is in fact loading the separate xml document, the problem
    seems to stem from the fact that it is not displaying the xml image
    within the movie clip.
    I have two separate mc's on the stage, with different
    instance names, flash displays the description of each separate xml
    document, however, it only shows one of the movie clips images, if
    i delete one from the actionscript, it shows the other, so it must
    be something to do with them overwriting each other, i used a
    trace, so i know the data is in flash for the images which arent
    being shown, it just isn't showing for some reason.

  • Popup windows on multiple windows is opened across both monitors.

    I am using Firefox 6 the latest version on Windows 7 64 bit using 2 monitors.
    I was on a website that wanted me to logon via facebook. So the browser opened a popup windows.
    The window that opened covered both monitors. The left edge of the window stayed on the left most monitor (correct). The top edge of the window stayed on the top of both monitors (correct). The right edge of the monitor ended alittle beyond the right most side of the right monitor; I could see the minimized but not the maximized button (incorrect). The bottom edge of the window disappeared below the bottom of both monitors (incorrect). Neither the minimized nor maximized buttons worked.

    Do they drag there and snap back, or do they not drag there at all?
    If they don't drag there at all, check System Preferences > Displays > Arrangement to see how the system thinks the displays are related spatially. You may need to drag left or down instead of right.
    Your profile says you are running Mountain Lion, but if you have upgraded to Mavericks, there's a setting that says whether displays are in one space or separate spaces. If it is set to use separate spaces, you may see a window snap to one of the other display.

Maybe you are looking for

  • CS4 : unable to print / stops printer / halts print job on Fuji Xerox c2255

    Morning, This discussion posting may or may not have some relevance to my previous posting, CS4 : memory leak errors (?) in Os X console log I am working on a clients workstation and they are having a few problems. Specific hardware and software deta

  • This iPod cannot be used because the Apple Mobile Device service is not started.

    When I plug into my computer and try to sync with iTunes, I get this message.  "This iPod cannot be used because the Apple Mobile Device service is not started."  I can not find away to start the Apple Mobile Device service.  I synced last on 2/4/12

  • Oracle 9.0.2.5?

    Has Oracle ever released this version? I can see versions upto 9.0.2.4 only at Oracle's site. Is there a 9.0.2.5 version of 9i? Regards Shree

  • HANDLING UNIT DETAILS

    Dear All,                    Pl guide me that  is there any  t. code by which details of all  handling units made  for a sales order or  for a Project or for a WBS element can be made to display . Regards, SAP11

  • Nested table in "IN CONDITION"

    Hi all, I have this code; declare type vt_list is table of varchar2(500); b vt_list; c varchar2(50); begin b:=vt_list('alin','dan','john'); select contract_id into c from cont_cust where 'alin' in (select * from table(cast(b as nv_list))) and rownum<