A Flash Developer Resource Site

Search:

Type: Posts; User: dj2321

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: Simple Question

    by dj2321
    Replies
    1
    Views
    367

    Simple Question

    I need help with preloading a swf file that I want loaded into my main movie. Whats the best way to do this?

    Should I put the preloader in the swf I wanted loaded in or can I use the preloader on...
  2. Thread: For Loop

    by dj2321
    Replies
    1
    Views
    565

    For Loop

    I need to drop down a line when my for loop is equal to 3 items
    then place the next 3 items below the first 3.

    Below is my code, but it doesn't seem to work can someone help.


    function...
  3. Thread: Form Issues

    by dj2321
    Replies
    1
    Views
    407

    Form Issues

    How can you, after an error is displayed, when the user clicks in the box with the error have the text disappear and focus on that box?
  4. Thread: Form Problem

    by dj2321
    Replies
    2
    Views
    407

    They are the Flash MX Radio Button Component and...

    They are the Flash MX Radio Button Component and thier group name is hearaboutus
  5. Thread: Form Problem

    by dj2321
    Replies
    2
    Views
    407

    Form Problem

    How can I add radio value button data to my email form that is sent using php?

    Its a basic form that has 5 radio buttons asking how they heard about us.
    Email | Advertisment | Word Of Mouth |...
  6. Replies
    0
    Views
    322

    Passing Variables between SWF files

    Can I add my variables in a string to another swf that I load in.

    loadmovie ( + name + +email);

    and in that movie have dynamic text boxes with variable names
    var1 and var2 and have it...
  7. Replies
    2
    Views
    380

    Load Image from Text File

    What am I doing wrong

    (text file)
    &name=My Company&address=123 Fake St&myImage=image1.jpg

    then I have this command

    imageHolder.loadMovie (myImage);

    What is wrong with this text file or...
  8. Replies
    0
    Views
    298

    Flash and XML and Sending Data to DB

    Can I send xml data from flash directly to the db or do I need some other language(php, pearl....) to send it to the db.
  9. Thread: Help with App

    by dj2321
    Replies
    0
    Views
    270

    Help with App

    I have built an app and need to add one other piece of functionality.

    I have some data pulled in from an XML file and on a button "previous year" I want to append the year to the end of the XML...
  10. Thread: Asv 3.0

    by dj2321
    Replies
    0
    Views
    497

    Asv 3.0

    I wanted to know if there was a way to "scramble" the as code so that the newest version of ASV couldn't open it.

    Normally I wouldn't care, but I have a client who I am building a Financial App...
  11. Thread: Font Issue

    by dj2321
    Replies
    1
    Views
    412

    Font Issue

    Why is it when I have dynamic text boxes with data from an XML file that some of the fonts turn up blurry?

    I have embeded the fonts changed the fonts size and font face. I also tried a pixel...
  12. Replies
    1
    Views
    405

    I have dynamically created a columns and rows and...

    I have dynamically created a columns and rows and want to have that in a scroll pane component.

    When I bring in the movie clip with a linkage of mc_list,
    and do a trace, it brings up temp_mc and...
  13. Replies
    3
    Views
    570

    I am creating windows dynamically based on a...

    I am creating windows dynamically based on a button click value from an array.

    What I need to do is to have multiple windows open up via
    mc.loadMovie.

    And have those windows be able to swap...
  14. Replies
    1
    Views
    412

    I have a script //winHolder.loadmovie...

    I have a script
    //winHolder.loadmovie ("..swf/win_/" +this.ovieClipName
    +".swf");

    I need to load multiple reports at one time into this mc and swap thier depths. Everytime I load a new movie...
  15. Thread: Help With Array

    by dj2321
    Replies
    2
    Views
    446

    Yes thank you very much for the help. It works...

    Yes thank you very much for the help. It works great, just what I needed to have done.

    Agian thanks for the help
  16. Thread: Help With Array

    by dj2321
    Replies
    2
    Views
    446

    My buttons that I have don't pull the proper data...

    My buttons that I have don't pull the proper data from my Array, it keeps pulling the number 6. I have 6 values 0-5. When I click and do a trace it says "my_btn_6" for each of my buttons.
    Can...
  17. Replies
    1
    Views
    349

    have an array **buttonArray =...

    have an array

    **buttonArray = ["Financials","Portfolio","Summary","Reports"];

    Then I do this....

    *depth=0;
    *kk = 0;

    *for (k=0; k<buttonArray.length; k++) {
  18. Thread: Help ASAp

    by dj2321
    Replies
    0
    Views
    384

    Below is the code I am using to populate some...

    Below is the code I am using to populate some buttons. I have two arrays buttonArray which labels the buttons
    (Financials, Portfolio, Summary, Reports, Administration, Contact Us, Help) and...
  19. Replies
    1
    Views
    389

    I have a combo box that is getting its...

    I have a combo box that is getting its information from an array, is what i need to do is have combo box 1 populate another combo box with an array based on what was clicked on.

    Hopefully this...
  20. Replies
    0
    Views
    333

    I have a combo box that is getting its...

    I have a combo box that is getting its information from an array, is what i need to do is have combo box 1 populate another combo box with an array based on what was clicked on.

    Hopefully this...
  21. Replies
    0
    Views
    337

    I have a drop down list being populated by an...

    I have a drop down list being populated by an array [1, 2, 3, 4, 5]

    So my list displays 0,1,2,3,4
    If I choose one of those options I want it to populate another drop down list. How do I go about...
  22. Replies
    1
    Views
    399

    I am using the Flash MX combo box and need help...

    I am using the Flash MX combo box and need help to dynamically give the pull down menu labels.

    or just have the pull down be populated from an array.

    any quick help would be greatly appreciated...
  23. Replies
    3
    Views
    453

    CoolBoardr So basically its duplicating the...

    CoolBoardr
    So basically its duplicating the button?
  24. Replies
    3
    Views
    453

    for (i=0; i*reportLength; i++){ //replace * with...

    for (i=0; i*reportLength; i++){ //replace * with <
    _root.holder.attachMovie("myButton","button"+i,i);
    _root.holder["button"+i]._y=i*ydist;
    _root.holder["button"+i].myReport=reportArray *i*;...
  25. Thread: Flash Arrays

    by dj2321
    Replies
    3
    Views
    412

    Thanks, a code example would be very helpful......

    Thanks, a code example would be very helpful...
    I want button 1 to target Array [0] button 2 Array [1] and so on up to button 7 array [7]
Results 1 to 25 of 198
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center