A Flash Developer Resource Site

Search:

Type: Posts; User: michaeltowse

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,562

    AS 1 Conversion to AS2

    if (getProperty("../content",_y) > (../:iy_content - getProperty("../content",_height)+ getProperty("../mask_content",_height)-7)) {
    setProperty("../content", _y, getProperty("../content",_y) -...
  2. Replies
    3
    Views
    1,648

    Thanks Whispers, i'm guessing a little...

    Thanks Whispers, i'm guessing a little clarification is needed :-)

    I have an array of external SWfs which I am trying to load in sequentially. I wanted to load them into a Loader component to make...
  3. Replies
    3
    Views
    1,648

    scaleContent HeadAche!

    Anyone any idea why this just wont scale the content?!


    import mx.controls.Loader;
    var theLoader = Loader(createClassObject(Loader, "container", 1));
    theLoader.scaleContent = true;...
  4. Replies
    1
    Views
    2,507

    Drag And Drop With Line Draw

    Ok, this is one of my first ventures into AS3, and I think I might have bitten off more than I can chew.....so hopefully some kind soul can help me out.

    I have the following code which create a...
  5. Replies
    9
    Views
    4,088

    Just saved me a good hour putting all them in...

    Just saved me a good hour putting all them in too!

    Thx
  6. Replies
    1
    Views
    991

    AS 2 Solved! var styleObj:TextField.StyleSheet =...

    Solved!

    var styleObj:TextField.StyleSheet = new TextField.StyleSheet();
    styleObj.onLoad = function(success:Boolean) {
    if (success) {
    newsText.styleSheet = styleObj;
    }
    };...
  7. Replies
    1
    Views
    991

    AS 2 StyleSheet Issues

    subMenu = new XML();
    subMenu.ignoreWhite = true;
    subMenu.onLoad = function(success) {
    if (success) {
    newsText = String(this.firstChild.childNodes[0].childNodes[0].childNodes[0]);
    }
    };...
  8. Replies
    2
    Views
    535

    FOR HIRE Email Sent

    Email Sent
  9. Replies
    10
    Views
    3,312

    CS3 mneil - you're a genius ! Many thanks, have a...

    mneil - you're a genius !

    Many thanks, have a virtual pint on me :)
  10. Replies
    10
    Views
    3,312

    CS3 Hi mneil, thanks for taking the file down for a...

    Hi mneil, thanks for taking the file down for a look. I've attached another XML and FLA just incase I took a little too much from the original one.

    At times the 10*** items do come after the...
  11. Replies
    10
    Views
    3,312

    CS3 Thanks for looking at the code gparis, i've...

    Thanks for looking at the code gparis, i've loaded my current FLA and XML to the attached zip in case it helps shed a little light to the confusion i seem to be having....

    Thanks again

    Mike
  12. Replies
    10
    Views
    3,312

    CS3 that works as much as the results show backwards...

    that works as much as the results show backwards but the results still don't show as I would expect them to. The 10XXX now show at the bottom but not in the order i had hoped....
  13. Replies
    10
    Views
    3,312

    CS3 I have no idea how to go about that gparis lol ...

    I have no idea how to go about that gparis lol

    The loop itself runs through a series of top level category nodes to populate the information from within. Bit like the below...


    <database>...
  14. Replies
    10
    Views
    3,312

    CS3 [RESOLVED] sortOn a NUMERIC Array

    Hopefully someone can help me out with this...

    I have a button on the screen with the the following code attached to it's release function.

    completeList = new XML();
    completeList.ignoreWhite =...
  15. Replies
    1
    Views
    1,448

    Is this fixed mate, the link seems to do what you...

    Is this fixed mate, the link seems to do what you state above now?
  16. Does this have to be in AS3?

    Does this have to be in AS3?
  17. PM Sent :-)

    PM Sent :-)
  18. Replies
    3
    Views
    628

    CS3 Ah bugger, thats what I thought :-( Ah well,...

    Ah bugger, thats what I thought :-(

    Ah well, i'll just have to add something to reinstate the FullScreen once they have finished interacting with the popup!

    Thanks gparis.
  19. Replies
    3
    Views
    628

    CS3 FullScreen with popups...

    I think know the answer to this, but seeing as there is no such thing as a stupid question - i thought I would ask anyhow...

    If I am running a Flash piece in Fullscreen, can I have any PopUp...
  20. Replies
    5
    Views
    1,473

    CS3 Changed the code to this and it worked a treat...

    Changed the code to this and it worked a treat :-)


    var offset:Number = _root.myDP_array[_root.l];
    var moffset:Number = _root.myDP_array2[_root.l];
    time = new Date();// time object
    seconds =...
  21. Replies
    5
    Views
    1,473

    CS3 Another thing cropped up, the clock won't allow...

    Another thing cropped up, the clock won't allow me to add .5 of an hour...

    I've tried adding another variable to add additional minutes to the system, and although the analog clock seems to pick...
  22. Replies
    5
    Views
    1,473

    CS3 Many thanks mate, that worked a treat. I've...

    Many thanks mate, that worked a treat. I've uploaded the completed clock (as it stands anyway) - it might help someone else out there kickstart their projects...

    Cheers

    Mike
  23. Replies
    5
    Views
    1,473

    CS3 AS2 offset world clock values

    I've got the clock all working fine, but I need to change the offset variable via the chosen value from an array. No matter how I try, the variable just gets added as 15-5 rather than becoming 10....
  24. Replies
    2
    Views
    1,839

    Many thx :smoov:

    Many thx :smoov:
  25. CS3 All sorted now with a slight tweak, can't believe...

    All sorted now with a slight tweak, can't believe I didn't see it earlier!

    var xml:XML = new XML();
    xml.ignoreWhite = true;
    xml.load("Event1.xml");
    var dgArray:Array = new Array();
    xml.onLoad...
Results 1 to 25 of 199
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center