Flex 2.0.1 broke LineSeries.form in AS?

Hi guys, I think this is a bug, but maybe I'm doing something
wrong...
When programatically adding a new LineSeries to a chart via
AS, the compiler fails to find the LineSeries object's "form"
property. This worked fine in Flex 2.0.0.
Here's a really simple example:
quote:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:Script>
<![CDATA[
import mx.charts.series.LineSeries;
private function test():void {
var series:LineSeries = new LineSeries;
series.form = "curve";
]]>
</mx:Script>
</mx:Application>
The resulting compiler error is:
quote:
1119: Access of possibly undefined property form through a
reference with static type mx.charts.series:LineSeries.
Note, using the form '<mx:LineSeries form="curve"/>'
works fine.
Anyone else having this problem?
Paul.

Well actually it seems to be just the syles that are a
problem. Most of the properties seem to work, but none of the
styles do, except "radius".
So, the following styles produce the same compiler error:
bottom, errorColor, fill, focusBlendMode, focusSkin,
focusThickness, form, horizontalCenter, itemRenderer, left,
legendMarkerRenderer, lineSegmentRenderer, lineStroke, right,
stroke, themeColor, top, and verticalCenter.
I'm not sure if all of those worked under Flex 2.0.0, but
"form" definately did. Are we not allowed to set styles that way
under Flex 2.0.1? I didn't see anything to that effect in the
changelog.
Also, curiously, the style "radius" does work... but it's the
only one.
Paul.

Similar Messages

  • LineSeries form property missing in 2.01

    I just "upgraded" flex builder to 2.01 from 2.0. It looks
    like the LineSeries class no longer contains the 'form' property.
    Has it been renamed?

    The answer to my own question is that 'form' is now a style.
    It can be set by:
    myLineSeries.setStyle("form", myForm);

  • Implementing Key Flex fields in Oracle apps custom form.

    Hi all,
    I have developed a custom form from scratch. Need to implement key flex fields in my form. Kindly help me and please share any document for Key flexfields implementing. Quick response will be highly appreciated. Thanks a in advance.
    Please mail to [email protected]
    Regards
    Aiyaz
    Please send me a complete document for implementing flex fields in a custom form. Screen shots in the docs will be very much help full.
    Regards
    Aiyaz
    Edited by: user6422762 on Jan 27, 2011 9:44 PM

    There are so many special cases and cases with Oracle Apps that you will need to ask this question in the dedicated Apps tech forum rather than here. Please post this question here: OA Framework

  • Flex 4.6 mobile broke TextInput

    I'm currently in the process of upgrading a Flex 4.5 mobile project to 4.6 and have run into issues with TextInput's.
    Currently on most of my views you cannot click(tap) a TextInput and insert text. The field does not seem to take focus and no text appears when you type. I've tried this on a phone as well as on my computer. The weird thing about this is that I have two views where the TextInput's seem to be working. I have also removed all code, MXML and AS3, from a view where input's don't seem to be working and replaced it with a generic TextInput. Even after doing this the text field doesn't seem to be working.
    I have tried to reproduce this outside of this project but can't seem to be able to. Anyone have any idea what would be causing this?

    I have the same issue but isolated in a very simple app. I havent tested it in Android, but in iOS it is VERY Buggy...
    you just need to have this to reproduce:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:s="library://ns.adobe.com/flex/spark">
      <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
      </fx:Declarations>
      <s:layout>
                        <s:VerticalLayout paddingLeft="15" paddingRight="15" paddingTop="15" paddingBottom="15" />
      </s:layout>
              <s:Scroller width="100%" height="100%"> 
                        <s:VGroup width="100%" height="100%">
      <s:TextInput id="ui_firstName" prompt="First Name"  />
                                  <s:TextInput id="ui_lastName" prompt="Last Name" /> 
      <s:TextInput id="ui_firstName2" prompt="First Name" />
                                  <s:TextInput id="ui_lastName2" prompt="Last Name" /> 
      <s:TextInput id="ui_firstName3" prompt="First Name" />
                                  <s:TextInput id="ui_lastName3" prompt="Last Name" /> 
      <s:TextInput id="ui_firstName4" prompt="First Name" />
                                  <s:TextInput id="ui_lastName4" prompt="Last Name" /> 
      <s:TextInput id="ui_firstName5" prompt="First Name" />
                                  <s:TextInput id="ui_lastName5" prompt="Last Name" /> 
      <s:TextInput id="ui_firstName6" prompt="First Name" />
                                  <s:TextInput id="ui_lastName6" prompt="Last Name" /> 
      <s:TextInput id="ui_firstName7" prompt="First Name" />
      <s:TextInput id="ui_lastName7" prompt="Last Name" />
      <s:TextInput id="ui_firstName8" prompt="First Name" />
      <s:TextInput id="ui_lastName8" prompt="Last Name" />
      <s:TextInput id="ui_firstName9" prompt="First Name" />
                                  <s:TextInput id="ui_lastName9" prompt="Last Name" /> 
                                  <s:Rect height="500" />
      </s:VGroup> 
      </s:Scroller>
    </s:Application>

  • How to implement Key Flex Fields in new oracle apps custom forms.

    how to impletement key flex fields in oracle apps custom forms
    if any technicle document is there then send me on this forum and also send me on my email id.
    [email protected]
    Thanks & Regards,
    Pranay Patel

    Hi,
    Please see the note:730068.1 - How To Invoke a DFF from a custom form
    Thanks,
    Ajikumar G

  • Need to add flex grid in livecycle form to generate dynamic PDF

    Hi,
    not sure this is the right fourm or not, but I require a way to add flex data grid in my livecycle form to generate PDF containing flex grid.
    I tried adding a flex swf in Flash Field in Live cycle but it is giving me
    Error #2032: Stream Error. URL: file://PDFMedia026281/g/framework4.6.0.23201.swf
    I am new to this environement so any help would be great.

    Hi,
    with Designer ES3 (formerly know as ADEP Designer) you can use Flash files within XFA forms.
    Check Niall O'Donovan's article.
    He has prepared a nice example of using flash charts which can be manipulated at runtime.
    http://www.assuredynamics.com/index.php/2011/10/whats-new-in-adep-designer/

  • Best practice. Flex Builder / Form Guides

    Hi,
    We have a quite complex form which requires functionality not present in Form Guide Builder.
    My question is what would be the best way to go about this.
    Create the entire layout in flex builder and later bind the form fields to it?
    or
    Create the layout in Form Guide Builder, bind the fields and then use Flex Builder to make final adjustments?
    Kind regards
    Lars

    I am not sure that you are understanding how form guides works. Form Guides leverage the XFA template design in Designer to allow you to have an alternate interface for collecting data. The structure of the guide is built in Guide Builder but the underlying definition for the template is in the XFA template in Designer. The only time that Flex Builder would be required is if you wanted to modify individual components or layout styles. So to answer your question build the form in Designer then use Guide Builder to bind the individual fields and objects to the appropriate panels.

  • Dropdown value clears after saving the form?

    I have a pdf form with a couple dropdown lists. If someone selects a value and then saves and reopens the file, the dropdown value is empty.
    In other forms I also use dropdown and those do not have this issue. but I cannot find what is wrong with this one. Any suggestions?
    I have a custom keystroke script:
    if( event.willCommit )
       if(event.value == "")
    //if nothing is chosen in "Contract eigenaar" then Dropdown2 will be cleared
         this.getField("Dropdown2").clearItems();
       else
        test(event.value);
    And a script:
    //Values
    myDropdown1Values = ["Maak uw keuze", "Fast Flex B.V.", "QNH Sourcing B.V.", "QNH Consulting Midden B.V.","QNH Consulting Zuid B.V.","QNH Consulting Noord B.V."],
    myDropdown7Values = ["Maak uw keuze", "Eigen medewerker", "ZZP-er", "via Leverancier","PDV-er"],
    myDropdown8Values = ["","QNH Consulting Midden", "QNH Consulting Zuid", "QNH Consulting Noord", "Young Colfield"],
    //Populate
    this.getField("Contract eigenaar").setItems(myDropdown1Values);
    this.getField("Dropdown7").setItems(myDropdown7Values);
    this.getField("Dropdown16").setItems(myDropdown8Values);
    // Define what has to be shown in Dropdown2 when value is selected
    var DeptData = { "Maak uw keuze": [""],
                     "Fast Flex B.V.": ["","Fast Flex","Klant"],
                     "QNH Sourcing B.V.": ["","QNH Sourcing","Klant"],
                     "QNH Consulting Midden B.V.": ["","Detachering","Project"],
                     "QNH Consulting Zuid B.V.": ["","Detachering","Project"],
                     "QNH Consulting Noord B.V.": ["","Detachering","Project"]
    var DeptData2 = { "Maak uw keuze":{ Uitleg1: ""},
                     "QNH Consulting Midden B.V.":{ Uitleg1: "Het verkoopcontract wordt opgesteld tussen QNH Consulting Midden en de eindklant. QNH consulting Midden zorgt voor het contract met de eindklant en voor het contract tussen QNH Consulting Midden en Fast Flex . Het inkoopcontract wordt opgesteld door Fast Flex met de leverancier of ZZP-er. Fast Flex fungeert hier als broker. Er wordt ingekocht volgens de Algemene Inkoop Voorwaarden van Fast Flex. Indien er afwijkende afspraken opgenomen moeten worden in het contract kunnen deze hieronder in het formulier apart worden aangegeven."},
                     "QNH Consulting Zuid B.V.":{ Uitleg1: "Het verkoopcontract wordt opgesteld tussen QNH Consulting Zuid en de eindklant. QNH consulting Zuid zorgt voor het contract met de eindklant en voor het contract tussen QNH Consulting Zuid en Fast Flex . Het inkoopcontract wordt opgesteld door Fast Flex met de leverancier of ZZP-er. Fast Flex fungeert hier als broker. Er wordt ingekocht volgens de Algemene Inkoop Voorwaarden van Fast Flex. Indien er afwijkende afspraken opgenomen moeten worden in het contract kunnen deze hieronder in het formulier apart worden aangegeven."},
                     "QNH Consulting Noord B.V.":{ Uitleg1: "Het verkoopcontract wordt opgesteld tussen QNH Consulting Noord en de eindklant. QNH consulting Noord zorgt voor het contract met de eindklant en voor het contract tussen QNH Consulting Noord en Fast Flex . Het inkoopcontract wordt opgesteld door Fast Flex met de leverancier of ZZP-er. Fast Flex fungeert hier als broker. Er wordt ingekocht volgens de Algemene Inkoop Voorwaarden van Fast Flex. Indien er afwijkende afspraken opgenomen moeten worden in het contract kunnen deze hieronder in het formulier apart worden aangegeven."},
                     "QNH Sourcing B.V.":{ Uitleg1: "Het verkoopcontract wordt opgesteld tussen QNH Sourcing en de eindklant. Het inkoopcontract wordt opgesteld door QNH Sourcing met de leverancier of ZZP-er. Er wordt ingekocht volgens de Algemene Inkoop Voorwaarden van QNH Sourcing. Indien het een nieuwe klant betreft ontvangt QNH Sourcing graag een kopie van het klant contract zodat de inkoopvoorwaarden hierop aangepast kunnen worden. Tevens dient er een kredietcheck te worden uitgevoerd en klantgegevens te worden opgevraagd. Hiertoe ontvang je van ons een formulier klantgegevens."},
                     "Fast Flex B.V.":{ Uitleg1: "Het verkoopcontract wordt opgesteld tussen Fast Flex en de eindklant. Het inkoopcontract wordt opgesteld door Fast Flex met de leverancier of ZZP-er. Er wordt ingekocht volgens de Algemene Inkoop Voorwaarden van Fast Flex. Indien het een nieuwe klant betreft ontvangt Fast Flex graag een kopie van het klant contract zodat de inkoopvoorwaarden hierop aangepast kunnen worden. Tevens dient er een kredietcheck te worden uitgevoerd en klantgegevens te worden opgevraagd. Hiertoe ontvang je van ons een formulier klantgegevens."}};
    //Value Dropdown2
    function test(cDeptName)
      this.getField("Dropdown2").setItems(DeptData[cDeptName]);
      this.getField("Text1").value = DeptData2[cDeptName].Uitleg1;

    Hi
    actually my earlier post was incorrect
    i have edited my post
    Actually
    i want to update only those records that the user has modified
    eg
    col1 col2 status
    1 ABC good
    2 PQR good
    3 xyz good
    4 lmn excellent
    5 abcz excellent
    is the table before the user modifies
    the user goes and modifies multiple records as following
    col1 col2 status
    1 aaa good
    2 PQR good
    3 xxx good
    4 sss excellent
    5 abcz excellent
    and the user saves the form
    now i want the following output
    col1 col2 status
    1 aaa new
    2 PQR good
    3 xxx new
    4 sss new
    5 abcz excellent
    only the modified record's status should be updated
    sorry for the earlier lapse

  • The MessagePerformanceUtils:totalTime issue in Flex 4 (rpc.swc) using LCDS 3.1 running under JDK1.6

    We are facing an issue while using LCDS 3.1 running under JDK1.6 in Sun Solaris v5.10 OS & Adobe Flex 4.
    Scenario :-
    ===================================
    As part of our Flex-based client-server application (with Java backend) we have a performance report generation module. Following flex framework class is used to calculate the performance of various layer of a typical server-based request-response cycle.
    ; (available in rpc.swc library file)
    (for example : server time, cairngorm time, UI screen rendering time, UI event generation time etc).
    The totalTime was working properly before upgrading the rpc.swc to Flex 4 ; However it broke after migrating to Flex SDK 4; The totalTime is now coming as negative junk value.
    As we understand that the above Flex framework class method works in conjunction with LCDS running at server side on JDK.
    We suspect that the new rpc.swc taken from Flex SDK 4 is causing the issue !
    System information :
    Web Server : Weblogic 11G
    Operating System : Sun Solaris v5.10 OS running on Sparc hardware.
    Flex : Adobe Flex sdk 4.0
    Flash player : Adobe Flash Player 10
    Browser : Internet Explorer 8
    LCDS : 3.1
    JDK : JDK 1.6.0_14
    ===================================
    Has anyone faced similar problem before ? Any help or direction would be highly appreciated.
    Thanks in advance,
    Rabi
     mx.messaging.messages.MessagePerformanceUtils :totalTime

    Nothing has changed in the Flex SDK sources for this class since sometime around 2008. Are you running against the same LCDS server as you were before you updated to Flex 4?  This certainly seems strange (and bad).  Do you see the same behavior with Flex 4.5?  What was the version of Flex you were using before switching to Flex 4.0?
    If you can provide the additional information, we will look in to this.  A reproducable case that was a simple mxml application along with a simple destination config would help us narrow the problem.
    Sorry for the problems!
    Tom

  • Encoding HTML for use in forms

    This is probably a dumb question and is something I've probably overlooked in the API's, but before I write a huge block of code to deal with the problem, I thought I'd ask here first:
    I'm wrinting a form to add/edit records in a database. Is there an easy way to encode what a value to be inserted into a HTML document? e.g.
    <INPUT NAME="title" VALUE="[value to be inserted goes here]" />The actual pasing/insertion has already been coded, but the problem I have is I need something to encode the value before it is inserted. Why? If the value contains quotes, it will break the tag e.g.
    <INPUT NAME="title" VALUE="A value with "quotes" will break this tag" />In addition to this, in some cases I need to encode all HTML special characters ( <tag> to >tag< ) so that the following does not occur:
    <TEXTAREA NAME="post">
    You would think that it's safe to put anything in this block,
    but if some crafty bugger enters </TEXTAREA> in this field in the database,
    there's gonna be trouble...
    </TEXTAREA>And if I encode these tags I will, of course, need some way of decoding the tags too...
    This isn't too difficult a task, but I really don't want to write code to do this if it's already somewhere in the API since there's bound to be some oversights I havn't considered and blah blah blah. So is it in there?
    *** interesting note - this forum could do with something that deals with the </TEXTAREA> problem - I previewed this post and when I came back to edit it, the </TEXTAREA> tag broke the form. Typical...

    URLEncoder.encode() was what I looked at first - since it is designed for use with URL's (hence the name) it has several big drawbacks, formost of which is that all spaces are converted to "+" signs. Not good at all...
    As I originally said, what I require is a little more complex, and I was initially surprised at how little support there is in the API considering Java has such strong tie-ins with internet-related tech (especially with the recent popularity of servlets and JSP).
    Here is a brief example: in the database there is a record of a post, much like the forum posts you see here. The post has a title, and in this title the poster has thoughtfully included an ampersand(&):
    This is the title of my post & I think it's gonna give the Kid some headachesNaturally, I wanna encode the ampersand to &amp; Preferrably when the post is originally made. This is no big deal. What gets inserted into the database will be:
    This is the title of my post & I think it's gonna give the Kid some headachesSay at some point in the future the post will be edited, in the editing screen html there will be something like:
    title:<INPUT NAME="title" VALUE="This is the title of my post & I think it's gonna give the Kid some headaches" /><BR />Now, if you view that snippet of code in a browser, what you will see is an input box containing the text:
    This is the title of my post & I think it's gonna give the Kid some headachesSo I guess the string must be encoded again before it is inserted in the VALUE="" of the the INPUT tag. Also, not a big deal (though I have to remember not to encode the string when it is not being used in an input tag - otherwise it will ALWAYS be displayed as &amp;)
    A side note is that other ampersand escaped characters get screwed up when encoding them twice i.e &quote; ends up getting saved as &amp;quote;, which is something that I don't want. The code to get around this is simple, but I resent having to write it as I see it as being an essential method when outputting html and should, in my opinion, be included somewhere in the API.
    Anyway, that has already been done and works fine. Now I'm working on parsing the passed post so that only the <tags> that I want to be allowed are left unchanged, and the rest of the &lt;tags&gt; are encoded (including the dreaded </TEXTAREA>). There's precious little hope that there's anything out there that will do this for me, but it was worth asking before I started...
    Cheers for your interest.
    Note: writing this post has been a king-sized pain in the arse since I had to make sure all the &'s were written as &amp; and all the &amp; written as &amp;amp; - nightmarish.

  • Login Credentials in flex

    Hi,
    I am developing a flex application for Login page., for this
    am using the Remote Object for calling java method.
    i need to check whether the given username and password is
    valid by checking inside the java method that i declared
    username and password. If the username and password is valid
    then i need to go for another page else the same login
    page has to be displayed.
    can help me how to develop the code for the flex application.
    Thanks,
    Raga.

    Hi raga,
    If you need to do the authentication yourself, then you can
    call setRemoteCredentials
    on the client RemoteObject and then access these in your Java
    class via the
    FlexSession.getRemoteCredentials() method.
    http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/FlexS ession.html#getRemoteCredentials(java.lang.String,%20java.lang.String)
    You can get the FlexSession from the static thread-local API
    on FlexContext:
    http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/FlexC ontext.html#getFlexSession()
    However, it is better to use the J2EE web application to do
    the authentication
    for you. In this scenario you configure your J2EE server to
    authenticate
    users against your user store, and then you can use the
    normal setCredentials()
    method on RemoteObject and configure a
    <security-constraint> on your channel
    endpoint for all requests to the server or on just one
    destination.
    In this mode you listen out for a special error code,
    Client.Authentication,
    in Flex and could present a login form to the user again to
    re-enter their
    credentials.

  • Auto resize of form fields does not work as supposed

    Back in the good old (?) days of compiling as Flash (as opposed to Flex 2) input fields in a form component could be made to streeeeeeetch automatically to fit the varying width of a model. If one  chose "Fit contents = Fit width" for both the iview, and the specific form in the iview, then the fields in the form would resize to fit the width of the loaded window (which of course varies depending on screen resolution and window size).
    Now we have upgraded to SPS 18 and I no longer am able to deploy as Flash (it fails at runtime) so I am left with Flex 2 (which is not a bad thing besides this one issue).
    I have tried all possible settings for my iview and form layouts, but nothing works as it did with Flash. I simply cannot get the fields to resize.
    Can anyone help?
    Henning Strand

    Just received this from SAP:
    17.04.2009 - 09:20:53 CET - Reply by SAP
    Hi Henning
    Thanks for contacting SAP and providing with most of the details required to analyze the issue.
    As per note 1235408,this is a known issue with Flex2.
    Visual Composer UI elements are displayed relative to the browser size and not relative to each other.
    Solution: None; there is no relative layout available for the Flex 2 runtime.
    Workaround: Choose the "Actual size" option in the "Fit contents" list in the Configure task panel of the UI elements.
    Please refer to the note for workaround on the issue.
    See mentioned note if this also applies to your problem.
    Henning

  • Please, help me consider to choose Flex

    Hi
    I'm managing
    http://www.MyTaskHelper.com
    and considering to using Flex for it.
    It's important step, and that's why I want to discuss all
    pros/cos/hear people voice for Flex. Pointing to other links.
    It will be very great to hear any info about Flex.
    Do you suggest me to switch to Flex?
    btw,
    http://www.mytaskhelper.com
    - it’s a free online database, using which you can create and
    share online databases.
    Thank you,
    Sincerely,
    Igor,
    http://www.MyTaskHelper.com

    Hi, John
    Thank you for your reply.
    I want to use Flex for data representation, for building
    forms, databases,
    so - almost everywhere except simple html pages, because I'm
    not sure if it will be good for SEO.
    Thank you for your link. I've looked at screenshot and
    basically I want the same,
    just buttons, forms, which will looks the same in any
    browser.
    Also, if I can use use Flex for client-based - i.e. desktop
    version of MyTaskHelper.com, - it will be great.
    And if I'll have the same interface in both browser and
    desktop versions - it would be fantastic.
    Once again, thank you for your reply, and I'm looking forward
    to hear your input again.
    Thank you,
    Sincerely,
    Igor Petrushenko
    http://www.MyTaskHelper.com

  • Can Actionscript do user forms and image generation ?

    Hi all,
      I need to build a web application in flash, the gist is the application takes users inputs and generates a network diagram based on that inputs.
    I actually coded the entire application in JS DOM and PHP GD, and client comes back suddenly saying they cant support PHP (IT restrictions). So now am back to square one, wondering, how to draw network images dynamically. JS cant do it. So I stumbled upon Actionscript.
    So if i were to code an application entirely in actionscript,
    My questions,
    1. Does actionscript provide me a way to create input fields (select, text, textarea...etc)
    2. Would i be able to use these user inputs from Question 1 to generate a network diagram ?
    3. Can actionscript do Question's 1 and 2 without needing support from a server side
         scripting language like PHP ?
    If somebody can help me understand, that would be very helpful. Thanks.
    Rgds,
    Kris

    Thanks for the response.
    However it still doesnt answer my question.
    I cannot have a side side language(PHP, .NET ..etc) involved at all.
    All i want to do it, design a form in FLEX and then without sending the form to the server side, i just want to read the fields (on an event) from the client side and do my processing on the client side and show the results again on the client side.
    For example (HTML/JS)
    Field A: <input type='text' id='one' name = 'one' /> <BR> <input type ='button' id='button' value='Generate' onclick = 'submitForm()' />
    <script>
         function submitForm(){
              document.write(document.getElementById('one').value);
              return;
    </script>
    With the above example, i dont need server side support at all. Can i do the same thing with FLEX.
    My only reason for trying FLEX is , i need to dynamically generate an image based the input values chosen by the user.
    So keeping the above example in perspective, can i just read that particular text field and generate an image and label/embed the value in that image appropriately ?
    any help would be very helpful. Thanks.

  • [FLEX]

    Hola a todos, por favor alguien que pueda ayudarme, lo que
    pasa esk necesito
    utilizar el componente de VideoDisplay, de Flex, lo tengo de
    la siguiente
    forma:
    <mx:VideoDisplay width="401" height="231" id="myVid"
    source="uploadedFiles/phone.flv" autoPlay="false" x="170"
    y="196"/>
    <mx:Button label="Play" click="myVid.play();"/>
    <mx:Button label="Stop" click="myVid.stop();"/>
    <mx:Button label="Pause" click="myVid.pause();"/>
    Y estoy importando estas 2 librerias
    * import mx.controls.VideoDisplay;
    * import mx.controls.videoClasses;
    Pero cuando kiero ponerle play al video me marca este error,
    y no se pork,
    he buscado pero todos los ejemplos que he encontrado tiene lo
    mismo que yo
    Este es el error que me arroja
    Error: 1000: No bitrate match
    at mx.controls.videoClasses::VideoPlayer/play()
    at mx.controls::VideoDisplay/play()
    por favor alguien que me pudiera ayudar, se los agradeceria
    muchisimo..
    Saludos!!!

    You need to export the tracks, or use the bounce in place feature. Is that what you're doing?

Maybe you are looking for