A Flash Developer Resource Site

Search:

Type: Posts; User: Macro-Muse

Page 1 of 6 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    1,434

    Feedback section? Ok, thanks for the tip. I...

    Feedback section? Ok, thanks for the tip. I will repost there.
  2. Replies
    3
    Views
    1,434

    Flex 2 board

    Will you please add a board for Flex 2?
  3. Yes, check out Zinc. It will do what you need. ...

    Yes, check out Zinc. It will do what you need.


    mdm.init();

    function reStartMyApp(){
    mdm.System.exec("relauncher.exe");
    mdm.Application.exit();
    }
  4. Double Line Breaks defined in CSS Style P tag

    Flash seems to have double line breaks defined as default to <p> tags. You can easily overwrite this with a stylesheet definition for the <p> tag. By doing so you can make the <p> tag have a single...
  5. juliatic, is your .swf in a HTML page viewed by a...

    juliatic, is your .swf in a HTML page viewed by a browser or wrapped in a .exe? You will not be able to find a perfect solution for printing HTML from inside Flash. You may want to start exploring...
  6. Thanks!!!

    Thanks!!!
  7. Math HELP! 015 = 13? Number conversion problem

    Why does this happen?


    trace(Number(015));
    // traces out 13 NOT! 15


    It is blowing my mind. The reason i care is that I have a NumericStepper component that the users can use to jump to a...
  8. Data Collection - Storing data for OO retrieving

    Hello,

    I have a big class library I have written to help add the "Rapid" to Rapid Application Development (RAD). I'm in charge of a team of developers that puts out 4-5 stand-alone flash...
  9. Replies
    2
    Views
    531

    Easing Effect

    Use "Easing Effects" via actionScript. Check out this link.
    http://www.frunder.com/tutorials/flash/robust-easing-effects/flash-robust-easing-effects.aspx

    There is a link to a component that is a...
  10. Applying .css to a .rss feed with nested styles

    The XML forum does not seem to be getting much traffic. I am cross posting this the thread from here:
    http://www.flashkit.com/board/showthread.php?t=646988

    Hello!

    I am trying to find a way to...
  11. Applying .css to a .rss feed with nested styles

    Hello!

    I am trying to find a way to 'nest' styles. Let me explain.

    I am using the XMLConnector to connect to a .rss feed. I have a binding set up to a TextArea component. When the .rss data...
  12. Replies
    5
    Views
    503

    Hello mkantor, Thanks for confirming that. I...

    Hello mkantor,
    Thanks for confirming that. I have seen a good amount of code out there using .prototype with out any real cause that I can tell. I am suspect of it on so many levels; from it...
  13. Replies
    5
    Views
    503

    when to use prototype ?

    When/if should I prototype AS 2.0 classes? I want to extend the functionality of AS 2.0 classes Object, XML, and Array. I have not found much about the origins of "prototype".
    Was this something...
  14. Hey mkantor, Thanks for that idea. That seems...

    Hey mkantor,

    Thanks for that idea. That seems like it would work. I have never used TextFormat.getTextExent. It looks like it may have some good possibilities. I imagin that I will need to...
  15. Hello olliebird, While programmatically the...

    Hello olliebird,

    While programmatically the code i posted is logical i did run into some problems when actually printing. The problem was that the number of lines visible in the textArea on the...
  16. The most recent method I have been using involves...

    The most recent method I have been using involves manually inserting "fake" html tags into the text as I populate it. I use a tag I made up called "<"pagebreak">". When it come time to print the...
  17. WOW, Thanks SO much. That is some very nice...

    WOW,

    Thanks SO much. That is some very nice code. It does exactly what I need it to, and it is so much better then the rout i was going down.

    Thanks again! You saved me at least two more...
  18. Trigonometry - Drawing API - find rotated points x,y with radians. lineTo

    First I would like to say thanks to everyone for keeping this a great forum. I have been comming here for years to ask questions and post answers, and I am always happy with the time I spend here.
    ...
  19. Replies
    2
    Views
    485

    thanks!

    thanks!
  20. Replies
    2
    Views
    485

    syntax question

    Is there anyway to combine these two functions into one?


    lineObj.onRelease = function() {
    stopDrag();
    };
    lineObj.onReleaseOutside = function() {
    stopDrag();
    };
  21. Thank you for clarifying that for me. They way...

    Thank you for clarifying that for me. They way you explained it makes perfect sense now.

    ty

    --mm
  22. Bizzare issue with a for loop attaching onLoad event

    Hello, I have a bizzar issue with a for loop that attaches onLoad events to ten buttons. The itterator "i" is used in the for loop. When i is traced out from the onLoad event it always traces out...
  23. Replies
    3
    Views
    511

    Thanks for that insight. I have been using...

    Thanks for that insight. I have been using "_owner" as a reference to the class the movie clip it tied to. I feel a little better knowing that I am not alone in this.

    I have also been using it...
  24. Replies
    3
    Views
    511

    Please help my optimize my code

    Flash MX 2004 Pro v. 7.2
    AS 2.0

    I would really love some feedback on how to possibly optimize my code. In particular I would like to know if there is anouther way to make this type of code work...
  25. Has there been any movement on this issue? I...

    Has there been any movement on this issue? I have been fighting this issue for years. I have a dynamic string of text 30 pages long. I do not know where the page breaks are. I need it to...
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center