Closed Captions - issue with forcing Caption Change

Hi,
I am trying to adjust the position of the closed caption based on the flv player's skinAutoHide property:, i.e.: when I mouse out on the flv, the skin is hidden and I'd like to set y position of the closed caption to the bottom of the screen. When I mouse over the flv, the skin is shown and I'd like to display the closed cation on top of the player skin.
The code I have works, but I don't know how to call my onCaptionChange function without the caption changing, i.e.: I'd like to call it on the Mouse Event, but then of course,  var tf:* would be undefined. Thanks for any help, I'm a wee bit stuck on this one.
Cheers,
~Chipleh
var my_FLVPlybkcap = new FLVPlaybackCaptioning();
my_FLVPlybkcap.addEventListener(CaptionChangeEvent.CAPTION_CHANGE, onCaptionChange);
function onCaptionChange(pEvent : *) : void
    var tf:* = pEvent.target.captionTarget;
    tf.name = "tf";
    setAutoLayout();
    if(alignCCToBottomFlag == true)
        //tfX = tf.x;
        tfY = 400;//tf.y;
        //my_FLVPlybkcap.autoLayout = true;
        trace("alignCCToBottomFlag = " + alignCCToBottomFlag);
        //newYPos = Number(440 - tf.height);      
        //my_FLVPlybkcap.showCaptions = false;
    else
        trace("alignCCToBottomFlag = " + alignCCToBottomFlag);
        newYPos = Number(390 - tf.height);      
        //tfX = tf.x;
        //tfY = 300//tf.y;
        //my_FLVPlybkcap.autoLayout = false;
        //tf.y = tfY;//newYPos;//my_FLVPlybkcap.height; // position of choice  
    tf.y = newYPos;//my_FLVPlybkcap.height; // position of choice      
    var rect:Shape = new Shape();
    rect.graphics.lineStyle(.1, 0x333333, 1); //Last arg is the alpha
    rect.graphics.beginFill(0xffffff, .33); //Last arg is the alpha
    rect.graphics.drawRect(tf.x, tf.y + 5, tf.width, tf.height);
    rect.graphics.endFill();
    rect.name = "_rect";
    addChild(rect);
    tf.mask = rect;              
    tfWidth = tf.width;
    tfHeight = tf.height;              
    tfX = tf.x;
    tfY = tf.y;      

So, the answer was not being able to properly target the text field of the closed caption, but I was able to figure out how to refernece the cc text field:
var newYPos:Number = 100;          
    my_FLVPlybkcap.captionTarget.y = newYPos;
Anyways, thanks to the forum for being my visual sounding board
Hope this helps out someone else evenetually,
~Chipleh 

Similar Messages

  • Issues with Purchase order change documents

    Hi Gurus,
    I have some peculiar issues with Purchase order. The PO line item has deletion indicator set but I can't find who set the deletion indicator. The PO change documents doesn't show anything related to deletion indicator.
    Please help to fix the Issue.
    Regards,
    Senthil

    Hi
    Check it in Tcode SE16
    Table Name CDHDR and CDPOS
    Regards,
    Raman

  • Having issues with trying to change style in Robo11

    Having an issue with Robo11 allowing me to change a style in a topic (document imported from Word) that already exist in the style css. Robo allows me to scroll down, but immediately jumps back to the top. This has only occured on 4-5 projects out of over 50 projects. Have tried more than one way to change style, but continues to jump to top of style type list.

    Can you try the styles and formatting pod instead? (View > Pods > Styles and Formatting) Can you assign the style through that?

  • Issue with xfa.event.change in XFA 3.3

    HI all
    I've found an issue with the way that XFA 3.3 processes the script below on a change event when a user paste's more than 1 character to a textfield.
    var sChange = xfa.event.change;
    if((sChange.length>1)){
        app.alert("Bad User\nCopy and paste has been disabled for this field");
        //discard the change
        xfa.event.change = "";
    in XFA 3.0 the alert is sent and change is removed, in XFA 3.3 the alert is sent but the change persists.
    Any Ideas?

    Hi Mark,
    Unfortunately thats not possible as I'm using Flash Fields with data being passed between the PDF and the Flex app which only works in XFA3.3, let me know when its fixed.
    Kind Regards
    Kevin Mortimer
    Solutions Archtect
    Avoka

  • Table - Issue with Logging Data Changes

    Hi Experts,
    My client's requirement is to log data changes happened in a table which is critical. I've selected 'Log data changes' check box in technical settings of the table. Now, I'm able to see log for all the changes i did after that. But, I'm facing following issues. Kindly help me in fixing the same.
    1. The table is having two fields with same data element. In the change log SCU3, under the field name, field label mentioned in the data element is getting displayed. As, the data element is same for two fields, its difficult to find out which particular field is changed. Is there any way to display table field name instead of field label from data element?
    2. Sometime, even there is change in the data record, I'm able to see a log record in the change log with caption 'Data record unchanged'. What might be the problem and how to resolve?
    Thanks in Advance,
    Siva Sankar.

    Hi Moha Nan,
       You just use ABAP to change the table P? In this way I think it is not change to X table.
    You can upload master data to add navigation,it is a good way to bulid the SID of P table and X
    table .
      Hope it is help to you!

  • HR - Daily Snapshot Issues with Future Dated Changes

    The w_employee_daily_snp_f_1 table has timing issues. The effective end date on all per_all_assignments_f, per_all_people_f, etc always shows the time at midnight. For example: 08/14/2009 12:00:00 AM. When this person has a new assignment, for one day only, the extract does not pick up this person. See example below:
    Employee 123 has a supervisor change and the new supervisor is effective on 6/15/2009
    Emp Eff Start Date Eff End Date Supervisor
    123 01/01/2009 12:00:00 AM 06/14/2009 12:00:00 AM 888
    123 06/15/2009 12:00:00 AM 12/31/4712 12:00:00 AM 555
    When the ETL runs on the night of 6/14/09 at 7:35:42 PM, this record does not get picked up because according to the apps.per_all_assignments_f table on the day of 6/14/09 this person does not have an active assignment. There is one day when the person (according to the system) does not have a supervisor. The next night, on 6/15/09 10:34:18 PM the record reappears and does so every night until the assignment record is again end dated. This only occurs for future dated HR changes.
    This is a big problem because if the future dated change is for a supervisor, not only does the supervisor not appear in the daily snapshot, but either does any of his/her subordinates. Has anyone else run into this problem? How did you solve it? Did you customize all the HR mappings?

    Have posted an updated version of the MST to my webspace here:
    http://homepage.ntlworld.com/minkus/shockwave/shockwave115606mst2.zip
    This new version fixes the following issues (changes to this version in bold):
    MsiInstaller repair & errors on first run as non-admin (removes 'AppData' directory entries)
    DCOM errors once Shockwave is installed (adds double quotes to the beginnning of LocalServer32 value)
    Incorrect TypeLib paths in the registry (fixed to use built-in [SystemFolder] property)
    Default CLSID description value missing (set to 'Shockwave ActiveX Control', as per the executable installer)
    Incorrect Shockwave 10 paths in the registry (fixed to use built-in [SystemFolder] property)
    Misspelt 'OptionalComponets' registry key (renamed to 'OptionalComponents')
    Missing .dcr, .dir, .dxr Content Type registry values (included in the executable installer)
    Fixed incorrect AppID registry key (set to use installer's [VERSION] variable)
    Removed 'Launch SWDNLD.exe' shortcut created in Programs subfolder (people don't want this - see here)
    I have tested this on my network and it all seems to work fine. Unfortunately my original plan to use the executable installer didn't work out as it does not include the Shockwave 10 compatibility components described here and here, so it looks like I'll have to keep this MST file up to date with the latest versions until Adobe fix the problems themselves...
    If you want to see the changes that I have made, load up Adobe's 11.5.6.606 MSI file in Orca, then use Transform / Apply Transform to apply the MST, and look for the entries in green.
    Please post any feedback to this thread, and I will try to respond if I can help!
    Chris Hill

  • PO Form Issue with Header Level Changes

    Issue:
    It has been observed that whenever changes are done in PO Header (e.g. Header Text), system prints Billing Address and Communications Details as blank. If the changes are made to Line Item level along with header then system prints the Billing address and Communication Details correctly.
    Analyse:
    we are using the SELECT statement below to fetch the field for
    Billing Address and Communications Details.
    SELECT SINGLE
    mandt z_plant z_company_code z_toll_free_no z_local_no z_fax_no
    z_email z_name1 z_name2 z_street z_house_no z_district z_post_code
    z_city z_country z_vat_no z_loc_term_cond z_langu
      FROM zptp_poformdata
      INTO w_poformdata
      WHERE z_plant = ls_ekpo-werks
    AND   z_company_code = ls_ekpo-bukrs .  
    And when we only change the header level  data no value is passing for comany code and plant . as a result Select statement gets failed and we are getting blank window.
    NOTE: we are getting blank box only when we fire a print or fax.The preview is coming fine.

    by asking so many questions in a single post,you are violating the rule of engagement given below
    Only One Question Per Posting
    For each question that you have, make a separate posting. Don't ask multiple questions in one posting, this is confusing for people and might not get answered, since the subject line does not reflect all your problems. If a new and unrelated question comes up during a thread, start a new thread.

  • Issues with Master Data Change Run after upgrade 7.3.1

    We have upgraded to 7.3.1 on both our BW and ECC clients.  When we first run out change run in BW it chose to drop and rebuild aggregates
    on changes that usually don't cause a drop and rebuild.  They usually do a delta.
    Has anyone had this issue once upgraded?
    We looked at our performance setting in SPRO for aggregates and the settings have not changed.

    I loaded data for 0Material, 4 fields are not getting populated....when I checked in R/3 base table and RSA3, I am able to see data for those 4 fields. But in PSA and 0MATERIAL I am not seeing data for those fields.
    THose 4 fields are Z fields mapped to Standard fields in MARA table.
    As you say you can see the values of these fields in RSA3, We can rule out that the fields arent hidden. Check the mapping on the BI side, do you have all the Zinfoobjects added to the Omaterial and the corresponding mapping of source fields to target fields.
    0CUSTOMER_ATTR has some data...I added new field in datasource as well as in BW also. After creating transformation I executed the DTP, it is throwing same error in every data package
    "Record filtered in advance as error records with the same key exist".
    Load till PSA is Init with data transfer and DTP is delta.
    there are some duplicate records in the master data values that are coming in. You can manually change them in PSA and load. And if you are sure the duplicated records can be dropped, you can tick the HANDLE DUPLICATE RECORDS in DTP - update tab

  • Issue with member move, change or delete from Planning web application

    Hi
    We need to make some basic editing (move, change or delete) of level 0 members of the cost center dimension from Planning web application instead of from essbase database outline. But everytime, we tried from the web Admininstration/Dimension drill down and did a Cut or Delete of a base member, the screen either becomes blank or hangs. And we would have to stop and restart the Planning web application server to bring it back.
    Is this a bug or is there something we missed? We are using Planning 4.0.1 and essbase 7.1.1. Any advice on workaround is greatly appreciated. Thanks.

    Hi,
    Have you tried running the planning server in the foreground from the start menu and check the output to see if there are any issues.
    Also it might be worth trying to increase the java heap size, maybe you have a complex hierarchy and this is causing the heap size to max out.
    Have you tried using another method to make changes to the hierarchy such as HAL ?
    Cheers
    John

  • Issue with creating new change request

    Hi
    We have implemented charm and we are using the workcenters for people to be able to access and create new change requests. When i click on the link to create a new change request it takes me to the screen to create a new one and it shows a New Change Request Number eg 51. With out saving or entering anything I go out and back to the workcenter and then click to creat a new change request and when it takes me back in to create a new change request it shows a new change request number i.e 52. Why would it do this?
    Santosh

    Hi,
    wel by default a transaction is autosaved..so u hav diff no each time you logged into this.
    Go to spro and choose your transaction type i.e. SDCR for change request and double click it
    and now remove the Tick from
    Early No. assignement
    This wil solve your problem so whenver it opn no appears by default only whn u press save it generates a no.
    Pls assign pts.

  • Issue with time/date change.

    Hello,
    I'm having issues after changing the time/date zone settings, after I change the time zone (new setting), apperently it is correctly saved while exit (it prompts), but when I return to see the time/date settings once again, the timezone remains the same as the old setting.
    I've tried by changing the source type: Blackberry, Network or Off but its the same.
    What can i do to solve this? firmware update?
    Thanks in advance,
    Regards.

    Ok, I was at the Apple Genius Bar yesterday, and among other things to address my frequent beachball concerns, the Genius repaired disk permissions and reset network settings.
    I checked the automagic time/date/time zone settings, and it worked perfectly.
    I get home, and the MacBook thinks I'm back in Rexford, Idaho again, throwing off my time zone and time. Argh!

  • Issue with Sale Order Change

    Hi All,
    This is regarding the Sale Order Change where I am updating the reference document field.
    In WE19,( taken one successful IDOC )When I am using the Standard Inbound  ( IDOC_INPUT_ORDCHG) ,IDOC is failed and getting message as "There is no article description for Item".
    But if I use Inbound Function Module ( IDOC_INPUT_ORDCHG) in Foreground  mode,IDOC is successfully created.
    Please let me know the cause for this issue.
    Regards
    B.Dheepa

    Check note 161744 helps you.
    thanks
    G. Lakshmipathi

  • Issue with Master data change workflow in GRC PC 10.1

    Hi,
    I have configured the work flow for master data changes in GRC PC 10.1, however approver is not able to view the request in inbox where are the organization owner is able to see the review for change request in inbox.
    Please let me know if there is any config where we need to set the approvers for workflow, so that the system creates a request for approver.
    Regards,
    Giridhar

    Dear Giridhar,
    Please, check the following configuration:
    1. Activate the workflow (Path: SPRO -> GRC -> Shared Master Data Settings -> Activate Master Data Changes)
    2. See whether Checkbox "Approval" is ticked for the selected entity
    3. If you activate master data changes, please check whether the correct roles are indicated in the Maintain Custom Agent Determination Rules in the Workflow settings.
    Business Event: 0FN_MDCHG_APPR
    Role: Select the role you gave to the approver
    After performing this configuration, a task must appear in the work inbox.
    Best Regards,
    Fernando

  • Flex RSL issue with SDK version change?

    Hi Friends!
         I am facing very crucial common problem when using Flex RSL feature.
    Problem:  My Custom component library is compiled with Flex 3.0 and more than 50 applications are using it. Now some of our new applications needs to use the features from Flex 3.2 SDK(like increased control width and height) and those controls should also be in same library.
    So, the library should be common for application which are using 3.0 as well as 3.2.
    My requirement is
    "Without recompiling all Flex 3.0 applications, I need to run both Flex 3.0 and 3.2 applications using library compiled in Flex 3.2"
    now I am getting some errors like,
         Error #1063: Argument count mismatch on mx.core::CrossDomainRSLItem()  -- from systemmanager
         VerifyError: Error #1053 -- mx.managers.SystemManagerProxy.
         ReferenceError: Error #1065: Variable _*_mx_managers_SystemManager
    Is it possible to win this?
    I hope flex is having backward compatibility.
    Please help me on this.
    Thanks,
    Ananth.

    The only cross-version compatibility is called the Marshall Plan.  It is described on the open source wiki and on my blog.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Issue with Incremental migration - Change log data gone

    Project Info :
    We are migrating clients MOSS 2007 environment to SharePoint 2013 using Avepoint Docave migrator. It’s a migration and new development project where in client require new components and UI to be developed
    Problem statement :
    We had done last incremental migration of the data in August 2014 and when we tried doing the incremental migration in December it was found that “Change Logs”, based on which Docave does the incremental migration have been wiped out due to the Change log
    duration set to 60 days by the client.
    Docave support is saying that the only way to get the correct data is to perform full migration. As we have done lot of page fixes post migration, we want to avoid full migration.
    Just for the information, Change logs refer to the "Event cache" table created for each content Database and the duration of the change can be set via 
    Central Administration > Application Management > select Web application > General Settings >Resource Throttling > Change Log
    Any thoughts/approach on how shall we proceed to tackle this situation
    Regards,
    AMit

    Hi,
    As Avepoint Docave migrator is a third party product, I suggest you can contact the corresponding support for help.
    If you want to migrate MOSS2007 to SharePoint 2013, I suggest you can follow the article below:
    http://technet.microsoft.com/en-us/library/ee947141(v=office.15)
    Best Regards
    Jerry Guo
    TechNet Community Support

Maybe you are looking for