A Flash Developer Resource Site

Search:

Type: Posts; User: johanndm

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,931

    Binding XML to DataSet to TextInput

    Hi,

    I'm trying out "Flash Form Application" to develop a ratecard UI. Everything works fine - i.e. binding XML to the DataSet and binding the DataSet to the text input fields. Where I need some...
  2. Replies
    1
    Views
    2,602

    Found the solution ...

    var myArray_1:Array = new Array("pduration", "poutfit", "pbackground", "ppax");
    var i:int = 0;

    for (i=0; i<4; i++)
    {
    t_factor = rc_xml.p.rc.(@id == t_type).elements(myArray_1[i]).pfactor;...
  3. Replies
    1
    Views
    2,602

    XML Simplify Code - HELP please!!

    Hi,

    I have to repeat the follow code 4x5 times currently....

    t_factor = rc_xml.p.rc.(@id == t_type).pduration.pfactor;
    t_base = rc_xml.p.rc.(@id == t_type).pduration.pbase;
    t_min =...
  4. Replies
    1
    Views
    1,767

    CS3 Solved the problem: Just use: var...

    Solved the problem:

    Just use:

    var comboName:String = "pduration";

    this[comboName].textField.setStyle("embedFonts", true);

    Thanks.
  5. Replies
    1
    Views
    1,767

    CS3 Method reference

    Hi,

    I have multiple Comboxes that I need to set the fonts etc due to Masks. Currently I repeat the following for each of them:

    soutfit_cb.textField.setStyle("embedFonts", true);...
  6. Replies
    0
    Views
    1,033

    Sliding pages - Symbol Definition

    I have gone through a sliding window tutorial 3 or 4 times now and I just don't seem to get it working. I have compared your .fla file and the only difference I can see is in the step 4 where you add...
  7. Replies
    0
    Views
    1,491

    Sliding windows - Symbol Definitions

    I have gone through a sliding window tutorial 3 or 4 times now and I just don't seem to get it working. I have compared your .fla file and the only difference I can see is in the step 4 where you add...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center