A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: TextFields & _level0 vs. _level1

  1. #1
    Hi,

    I have a dynamic text field in my _level0 .swf. I load another .swf onto _level1 and I want it to contain the present value of the same variable on _level0. Is this possible? If so, how?

    Here is my variable and paths:

    Level #0:
    Variable _level0.orderform.grandtotal = 59.85

    Level #1:
    Variable _level1.orderform.grandtotal = 0

    So, when the _level1 .swf loads, I want grandtotal value in the text field to be 59.95.

    Much Thanks!

    Rick

  2. #2

    forgot

    ...to note that grandtotal on _level1 .swf text field is currently set as:

    _level0.orderform.grandtotal

    but not pulling that value.

    Thx,

    Rick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center