A Flash Developer Resource Site

Search:

Type: Posts; User: dmigreg

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    468

    Did you figure this out yet? I'm having a similar...

    Did you figure this out yet? I'm having a similar problem. When I duplicate a MC (one or more times) on a particular frame within a container MC, the duplicate(s) seem to "show up" on every frame...
  2. Replies
    3
    Views
    488

    I'm working on something similar. I am...

    I'm working on something similar. I am populating MC's with variables and need to print. Once I get to 15 start printing on another sheet. Did you ever get this to work for you? If so could you...
  3. Replies
    1
    Views
    401

    For your information: I print using ActionScript...

    For your information: I print using ActionScript from a function I created, looks something like this:

    function printPages () {
    print ("MC_paperTwo", "bframe");
    }
  4. Replies
    1
    Views
    401

    I have a MC with 2 frames. Each frame has a #p in...

    I have a MC with 2 frames. Each frame has a #p in the labels layer so I can print each of the frames.

    On a seperate layer I have static content, each of the two frames has unique static content.
    ...
  5. Replies
    2
    Views
    498

    Thanks I will try this. Do you think there is an...

    Thanks I will try this. Do you think there is an easier or more stable way to do this though?

    Should I try using something other than Arrays to pull in the data? This will be on a CD so I cannot...
  6. Replies
    2
    Views
    498

    Okay so what I want to do is this: I have an...

    Okay so what I want to do is this:

    I have an array pulled in from a .csv file.
    Looks something like this after I turn the String into an Array:

    myArray...
  7. Replies
    1
    Views
    439

    Under the HTML tag of the Publish settings,...

    Under the HTML tag of the Publish settings, uncheck the Display Menu Option.
  8. Replies
    4
    Views
    474

    try going to: ...

    try going to:

    http://board.flashkit.com/board/showthread.php?threadid=86735

    gl
  9. Replies
    4
    Views
    474

    Attach this to your Submit button.... on...

    Attach this to your Submit button....

    on (press, release) {
    if (YourVariable1 == "") {
    gotoAndStop ("requiredLabel");
    } else if (YourVariable2 == "") {
    gotoAndStop...
  10. Replies
    4
    Views
    474

    Try the following by attaching the code to the...

    Try the following by attaching the code to the SEND button of your form.

    on (press, release) {
    if (FirstName == "") {
    gotoAndStop ("contact_required");
    } else if (LastName ==...
  11. Any ActionScript experts know the answer to...

    Any ActionScript experts know the answer to this???
    thx
  12. Variables and Populating MC's

    Any help with this guys/gals? :) thanks upfront
  13. Replies
    6
    Views
    553

    Can you let me know how you did this?? I am...

    Can you let me know how you did this?? I am having a similar problem I think. thank you. :)
  14. I would appreciate any help with this. :) I am...

    I would appreciate any help with this. :)

    I am pulling in data, "Variables", from a SQL database using ASP and everything works fine when I list these one at a time in a dynamic text field.

    I...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center