A Flash Developer Resource Site

Search:

Type: Posts; User: FlynnBoyO

Search: Search took 0.10 seconds.

  1. [F8]items appearing in array in all MC Class when I add it to one.

    I have a bunch of 'cells' the cell class contains an array named contents. I create multiple cells. When I push something to the array in an individual instance of cell it seems to appear in all MC...
  2. Replies
    0
    Views
    555

    Play Video Externally in full screen

    I'm working on a demo and in it I need a play button to launch a video externally and play on windows media player. Is there some way I can pass in a parameter so it will play in full screen mode...
  3. Replies
    2
    Views
    437

    passing parameters

    can I pass a parameter to my video player to make it play in full screen?

    Thanx
  4. Replies
    6
    Views
    541

    Kick Ass

    I'll give that a try, Mir.

    Thanks
    Flynn
  5. Replies
    6
    Views
    541

    What about affecting all buttons?

    I suppose I could go through and name each one button1,button2 etc then loop through them setting them to false but im wondering if there is a more global solution? I have a software demo with lots...
  6. I figured it out and..

    heres the code I used it in. Let me know if you need me to explain whats going on.

    new Object("paneCoords");
    paneCoords = pane.getScrollPosition();
    task[tasksNumber].x_coord = _xmouse +...
  7. Replies
    1
    Views
    448

    detect when mouse leaves flash object?

    Is there an easy way to determine when the mouse has left the flash object in the HTML?

    I need to stopdrag() when the mouse is no longer within the bounds ov the movie.



    jr member...
  8. me too

    I too am wondering about how to access the x and y values by themselves

    how would I say someVar=getScrollPosition.x
  9. Replies
    2
    Views
    513

    Same Problem

    Would you mind sharing this template with myself as well?
    My buttons in my scrollpane arent functioning
  10. Replies
    2
    Views
    2,778

    Fixed Problem

    Its working now. THe problem was I just needed to ignor the whitespace.
    THanks All
  11. Replies
    2
    Views
    2,778

    XML from Java Servlet Problem

    The Flash engine I built will pull from a static XML file but when I point the load URL to the Java servlet that generates the XML its not working. I have an onLoad function going so it should wait...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center