A Flash Developer Resource Site

Search:

Type: Posts; User: sprout74

Page 1 of 6 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    10
    Views
    534

    Well, thanks for the help. I am going to try...

    Well, thanks for the help.

    I am going to try and an a class like the one in the example you posted.

    Thanks for all your help!!

    sprout
  2. Replies
    10
    Views
    534

    you mean that code example is AS 1.0 only?

    you mean that code example is AS 1.0 only?
  3. Replies
    10
    Views
    534

    MX2004 Pro why?

    MX2004 Pro

    why?
  4. Replies
    10
    Views
    534

    thanks for the reply. So the info from that...

    thanks for the reply.

    So the info from that link will show me how to set up event listeners for basic button handlers? cool!

    Why would MM get so excited about addListener and addEventListener,...
  5. Replies
    10
    Views
    534

    basic button

    basic button
  6. Replies
    10
    Views
    534

    onRelease and event listeners

    Ok, having a real problem with this:

    I have a movie clip.

    In that movie clip is a Button.

    The movie clip's onLoad method trys to add an event listener for the onRelease method of the...
  7. Replies
    9
    Views
    582

    thank you!! That is an excellent solution! ...

    thank you!!

    That is an excellent solution!

    And a perfect description of how to do it.

    Thank you so much. This was a real problem for me because I like to develop in an OO way, but having...
  8. Replies
    9
    Views
    582

    yes, I understand and thanks! So does this...

    yes, I understand and thanks!

    So does this mean I have to edit the Publish Settings for the FLA that uses these classes?

    And if yes, do I use the full path to the directory the files live in...
  9. Replies
    9
    Views
    582

    thanks for the reply MatejKo. so you are...

    thanks for the reply MatejKo.

    so you are saying that once I publish the SWF this problem will go away?

    It is just a problem in the Flash IDE?
  10. Replies
    9
    Views
    582

    yeah, I have the full class path for the class. ...

    yeah, I have the full class path for the class.

    So if this is the directory structure of the project:

    myFla.fla
    <folder1>
    |------ myClass.as
    <folder2>
    |------ myImport.as
  11. Replies
    4
    Views
    412

    if by page you mean an HTML page then you can use...

    if by page you mean an HTML page then you can use the getUrl() method to call a javascript function in the HTML page that then calls a method in the second, and seperate, SWF.

    Also, MM has some...
  12. Replies
    9
    Views
    582

    import and AS 2.0

    I am authoring an application using Flash MX Pro, 7.0.1.

    I am using the import statement from AS 2.o inside of different classes in different packages.

    But when I do a syntax check (Ctrl + t) I...
  13. Replies
    0
    Views
    623

    How many connections?

    I am starting to prototype an application in FCS MX 1.5 and am curious and confused about something:

    Do I need a NetConnection instance for each network enabled commponent in the application or...
  14. Replies
    2
    Views
    729

    I found this article on MM's site. ...

    I found this article on MM's site.

    http://www.macromedia.com/devnet/mx/flashcom/articles/scalable.html

    any real world experience people have had would be greatly appreciated.

    I think...
  15. Replies
    2
    Views
    729

    FCS MX and scalibility

    My company is looking into FCS as a solution for bringing video to our website as well as a possible solution to a project running over a LAN that needs to deal with video.

    For the LAN project...
  16. Replies
    2
    Views
    1,147

    thanks for the reply. My research also lead me...

    thanks for the reply.

    My research also lead me to CVS.

    It is an established software and has plently of support and documentation to help out (websites, o'reily books), and has ports to all the...
  17. Replies
    2
    Views
    337

    You need to create the querry string in the...

    You need to create the querry string in the Object/Embed tags for the Flash Object.

    see mm tutorialon how to pass variables to a movie.

    You will need to use a scripting language to write the...
  18. Replies
    15
    Views
    7,827

    Ta for the demo. :) But don't get in trouble...

    Ta for the demo. :)

    But don't get in trouble with the boss over this if you are worried about giving away the secrets of the temple.

    but a I wouldn't say no to a demo....
  19. Replies
    15
    Views
    7,827

    i have no idea, but things i would try: as the...

    i have no idea, but things i would try:

    as the application is going to be standalone, then perhaps there is no need to load external SWFs. Mabey you need to re-build the final movie to include...
  20. Replies
    15
    Views
    7,827

    nice work! We have put that project on hold...

    nice work!

    We have put that project on hold here, so I have not done any development on this.

    If you would like help, and feel like showing the world what you have done, you could post your...
  21. Replies
    2
    Views
    1,147

    source code management

    I am about to start working remotely for a while away from the office.

    I work with another developer on our web applications.

    Our main development environment is MS .NET, but I do all the...
  22. i think you have to pass an event object as a...

    i think you have to pass an event object as a parameter of your
    function.





    myListener = new Object();
    myListener.onClick = function(oObject) {
    trace("clicked button");
  23. Replies
    9
    Views
    570

    no problemo. Sorry I could not spare more time...

    no problemo.

    Sorry I could not spare more time to help.

    Good luck,
    sprout
  24. Replies
    3
    Views
    467

    there is an old method back from Flash 4, a...

    there is an old method back from Flash 4, a global method that removes the clip passed to it:



    removeMovieClip(target);


    dont know if it will still work, so make sure you test!
  25. here is a tutorial...

    here is a tutorial i found that is an introduction to event objects.

    and another one

    the idea is that the thing that triggers the event, like a mouse button, tells other MovieClips/objects that...
Results 1 to 25 of 138
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center