A Flash Developer Resource Site

Search:

Type: Posts; User: mj97

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    367

    editable Datagrid question?

    I am using the datagrid and setting it to 'editable'. When I publish my file the first cell gets focus and erases the content. All that is left is a flashing cursor awaiting input. Is there a way to...
  2. Replies
    0
    Views
    420

    Datagrid column editable question?

    I am using the datagrid and setting it to 'editable'. When I publish my file the first cell gets focus and erases the content. All that is left is a flashing cursor awaiting input. Is there a way to...
  3. Replies
    0
    Views
    270

    get XML attributes in TREE component?

    Is it possible to read an xml attribute for nodes in a tree component without using selectedNode?

    This works for me...

    trace(myTree.selectedNode.attributes.pass);

    However, I'm trying to run...
  4. Replies
    0
    Views
    355

    get XML attributes in TREE component?

    Is it possible to read an xml attribute for nodes in a tree component without using selectedNode?

    This works for me...

    trace(myTree.selectedNode.attributes.pass);

    However, I'm trying to run...
  5. Replies
    1
    Views
    672

    cd copy protection??

    Other than using expensive copy protection software does anyone know any method to protect cdrom's from being copied, or at least make them more difficult to copy?
    Thanks
    MJ
  6. Replies
    2
    Views
    857

    cheers ultimate, I'll try that out.

    cheers ultimate,
    I'll try that out.
  7. Replies
    2
    Views
    857

    Phantom Audio...Is this normal?

    Hi
    Using FCS I am streaming video into a video object on frame #1 of my movie.
    Then, if I goto frame #2 where the video object no longer exists (in fact there is nothing on frame 2), I still hear...
  8. Replies
    3
    Views
    711

    This is what I have...seems good. As far as I...

    This is what I have...seems good. As far as I know it's the only one to date.

    Macromedia Flash Communication Server MX
    -Macromedia Press
    -ISBN 0-7357-1333-2
    -author, Kevin Towes
  9. Replies
    7
    Views
    1,107

    Scrote, you're right the advertiser did get me to...

    Scrote, you're right the advertiser did get me to notice them. That's great for the advertiser...job successful. That's not the only effect though. FK also got me to notice them, in a negative way....
  10. Replies
    7
    Views
    1,107

    Usability...don't do this!!

    What is with these ad banners on steroids!?
    I'm currently on the FK boards (duh!) and I've got this 'msdn subscription' ad banner that keeps expanding when I rollover. When it expands it COVERS ALL...
  11. Replies
    6
    Views
    685

    1: This is Newton's Third Law, not...

    1:

    This is Newton's Third Law, not relativity.

    2: You made some goods points. 'Cool' definatley has a shelf life when it comes to design. Trends come and go which is good...life would be...
  12. Replies
    4
    Views
    518

    I did the same as Xathax and it worked pretty...

    I did the same as Xathax and it worked pretty well. You have to be willing to put the time in though. The good part is that most of it can be pretty fun. A few suggestions to make the process more...
  13. Replies
    3
    Views
    342

    ActionScript for Flash MX by Colin Moock. isbn...

    ActionScript for Flash MX by Colin Moock.
    isbn 0-596-00396-x

    You'll have a hard time finding something better than this.
    MJ
  14. Replies
    12
    Views
    862

    It doesn't matter what the clip is. Just put the...

    It doesn't matter what the clip is. Just put the mc code on each one.
  15. Replies
    12
    Views
    862

    pher, if you got that error message you likely...

    pher, if you got that error message you likely put the mc scripts on the timeline instead of the mc. I can send you my file if you can't get it to work.
  16. Replies
    12
    Views
    862

    Pher, //calculates the distance from your MC....

    Pher,

    //calculates the distance from your MC. Math.abs keeps this value
    //positive when the mouse goes to the right of the MC.
    diff = Math.abs(ball_id._x-_root._xmouse);

    //calculates the...
  17. Replies
    12
    Views
    862

    oldnewbie, agreed if you have more than just a...

    oldnewbie, agreed if you have more than just a few mc's it may get processor intensive. Any suggestions?
    Also...

    Not sure what you mean here. Can you explain for me?
  18. Replies
    12
    Views
    862

    pher, try this out... add this function to...

    pher, try this out...

    add this function to your main timeline:

    function scaler(ball_id) {
    diff = Math.abs(ball_id._x-_root._xmouse);
    ballscale = ((ball_id._x-diff)/ball_id._x)*200;
    if...
  19. Replies
    16
    Views
    6,878

    I can't believe I didn't try restarting the...

    I can't believe I didn't try restarting the server!
    It works fine now.
    Cheers,
    MJ :D
  20. Replies
    16
    Views
    6,878

    My code disappeared. Here it is, I hope. ...

    My code disappeared. Here it is, I hope.

    --?xml version="1.0"?--
    --Application--
    --StreamManager--
    --EnhancedSeek--true--/EnhancedSeek--
    --/StreamManager--...
  21. Replies
    16
    Views
    6,878

    I actually tried that but it didn't help. Maybe I...

    I actually tried that but it didn't help. Maybe I set it up wrong, can you see anything wrong with what I have done...

    I placed 'application.xml' in my application folder which contained the...
  22. Replies
    16
    Views
    6,878

    JA, I checked out your player from your other...

    JA,
    I checked out your player from your other post. I think you may be having the same issue as well. When I played your video...paused it...then played again, it rebuffered which is fine, however...
  23. Replies
    16
    Views
    6,878

    rBorg, Did you ever resolve your issue? I am...

    rBorg,
    Did you ever resolve your issue? I am having the same problem and can't seem to figure it out.
  24. Replies
    2
    Views
    1,354

    Hey PSX, Thanks man, you're right on the license...

    Hey PSX,
    Thanks man, you're right on the license thing. I guess my trial had expired on my home machine. It would have saved me some grief if there was an indicator like mm's other products.
    Cheers...
  25. Replies
    2
    Views
    1,354

    connection failed???

    Hi,

    Here's the situation: I have two identical machines running Windows XP (one at home, one at work).
    On my work machine I am able to make a connection using the Sample Apps that come with the...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center