A Flash Developer Resource Site

Search:

Type: Posts; User: havey

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    491

    working with a flash project

    Hi, i was given a project that contains seperate .cs files, and fla file. This project layout is different than a single fla that i am use to publishing. How does one publish the project so that...
  2. Replies
    0
    Views
    2,695

    [F8] as2 - check if checkboxes are checked

    Hi is there a way to check if checkboxes are checked for all check boxes in the swf (all are on the same level) without know how many there are and without using the label. I looking for something...
  3. Replies
    1
    Views
    3,115

    parsing xml into 3d array AS2

    Hi i would like to know how to parse the following xml into a 3d array.
    The number of rLables is unsure. I would like the array to be
    3Darr[na][cm][mo]

    here is the xml and below is my attempt:...
  4. hi, did something different: ...

    hi, did something different:

    math.floor(num)-num


    thanks for teaching me math.floor !
  5. get the deciaml part of a number to the hundreth

    Hi if i have a number like 2.345645 and i only require .34 how would one get only the decimal to the hundreth ?

    var num = 2.345645;


    .34 or .35 if rounding applied; rounding does no affect me...
  6. Replies
    2
    Views
    2,834

    Thanks, i thought it would be too easy

    Thanks, i thought it would be too easy
  7. Replies
    2
    Views
    2,834

    given a number so forumla to use

    Hi, I have 10 formulas, each converts a given number, depending of what that number is, depends on the formula to use on that given number.

    For example

    if the given number is 3.6 then I need...
  8. Replies
    2
    Views
    415

    [F8] simple loading xml driving me crazy

    hi everyone, can seem to pin point why i'm not loading the xml? any suggestions...



    function loadMC(success){



    var listener:Object = new Object();
  9. Replies
    1
    Views
    473

    check box instance name

    i'm creating checkboxs dynamicall, setting an instance name etc,

    I have a lister for the the click of the checkbox, I can return the checkbox.label, the value (true / false) but i cant seem to...
  10. Replies
    1
    Views
    426

    [F8] [AS2] aspects on a movie in a level

    Hi I managed to load an external swf into a movie clip, this is part of the code:

    this.createEmptyMovieClip("pie_mc", this.getNextHighestDepth());
    loader.loadClip("test/pie.swf", this.pie_mc);
    ...
  11. Replies
    0
    Views
    693

    [AS2] reload a movieLoadNum level

    Hello agains,

    I have a 'loader' swf that loads movies, and i have one in level2 that i would like to instantiate a reload (does it matter from where?)

    the swf in level2 reads an xml file, i...
  12. Replies
    4
    Views
    721

    Thanks for everything a_modified_dog, you pointed...

    Thanks for everything a_modified_dog, you pointed me in teh right direction and i just managed to get it going, here is the code:

    // had issues creating an array and using is as a _global so...
  13. Replies
    4
    Views
    721

    Thanks, I...

    Thanks, <this is very much appreciated />

    I having problems though, trying to make the array the value of:
    this.firstChild.childNodes[i].childNodes[0].attributes.modname

    can seem to create the...
  14. Replies
    4
    Views
    721

    I have also tried: createClassObject instead of...

    I have also tried: createClassObject instead of createObject
    Still no luck....


    Any takers?
  15. Replies
    4
    Views
    721

    [f8] dynamic check box troubles

    hi i'm using xml to dynamically create check boxes, i can parse the xml correctly but can't seem to create the checkboxes? any thoughts on this:


    import mx.controls.CheckBox;


    function...
  16. Replies
    0
    Views
    375

    xml to dynamic text with check box

    Hi i have an xml schema where lables node can be X many, something like this:


    <?xml version="1.0" standalone="yes"?>
    <Risk>
    <Lables>
    <name>Physical Activity</name>
    ...
  17. Replies
    0
    Views
    523

    prevent automatic conversion

    Hi i opened an old flash file in the trial of CS3 and it did an automatic conversion: The old string concatenation operator '&' was converted to 'add'

    is there a way to stop this, as now when i...
  18. Thread: sockets

    by havey
    Replies
    1
    Views
    859

    sockets

    Hi i trying to get this going by local host but i can't make a connection, any thoughts towards this, thanks

    if (!socket.connect("http://127.0.0.1", 6665)) {
    trace("Connection failed!");...
  19. Replies
    3
    Views
    409

    Thanks gotta figured

    Thanks gotta figured
  20. Replies
    3
    Views
    409

    Thanks got it

    Thanks got it
  21. Replies
    3
    Views
    409

    simple text box question

    I have the swf file embeded into the thml like so:
    preference.swf?formVar=0&IN=1&OUT=2

    I have a move loading into level 1 that contains a dynamic text box called "carr"

    I trying to get the...
  22. Thread: radio component

    by havey
    Replies
    0
    Views
    483

    radio component

    hi i'm creating radio buttons, but for some reason (maybe its too early over here) selection of the radios after the 10th does not work, it cannot be selected. Any reasons to this? fla here
  23. Replies
    0
    Views
    487

    iterate thru a loop with .getState

    Hi, using AS1 my goal is to pass via URL to cusine_type.asp the value pairs. I have 29 radio buttons in the main stage and are numerated by component name. Two checkBoxes are called 'D_IN' &...
  24. Thread: print function

    by havey
    Replies
    1
    Views
    383

    action script 1.0 ideas on printing external swfs...

    action script 1.0 ideas on printing external swfs files?
  25. Thread: print function

    by havey
    Replies
    1
    Views
    383

    print function

    Hi, i have a a four page book, each page is their own swf and i'm publishing a html page for each (AS 1 in Flash6) on the first page i have a print function with a button and property of max boundry:...
Results 1 to 25 of 137
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center