A Flash Developer Resource Site

Search:

Type: Posts; User: terron

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    384

    I have a simple question. Can I grab variables...

    I have a simple question. Can I grab variables from the HTML page that my flash file is embedded in??
  2. Replies
    1
    Views
    658

    I am having a problem loading a XML url that gets...

    I am having a problem loading a XML url that gets created by a servlet everytime it is hit.

    This is the url I am using

    /servlet/Ticker

    Ticker being the servlet that ouputs the XML data
    ...
  3. Replies
    2
    Views
    623

    The way to do what you want would be to put...

    The way to do what you want would be to put everyones values into a database then any number of them can change their info whenever they want. When you want to display there info in a flash file you...
  4. Replies
    1
    Views
    363

    I have a question about flash and Java Servlets....

    I have a question about flash and Java Servlets. I have a Servlet that loads a bunch of info from a database then populates and ArrayList with this Information. The problem is I have no idea how to...
  5. Replies
    2
    Views
    409

    the :pos2 is targeting the variable :pos2 as far...

    the :pos2 is targeting the variable :pos2 as far as getting it working I will have to see the fla and if I have any luck will post my finding here
  6. Even if this was possible what would be the...

    Even if this was possible what would be the advantage having flash as a border for an html you could just reload a html page with flash files in tables as the border
  7. I would like to see more interaction with server...

    I would like to see more interaction with server side such as sockets so that real time games that interact with a database could be created with ease
  8. Replies
    2
    Views
    574

    Your code could be done right on the mouse over...

    Your code could be done right on the mouse over by setting variables to tell if any of the locations have popped up if they have play a closing sequence then play the frame with the one you want to...
  9. Replies
    2
    Views
    620

    sweet thanks for the help i will give it a try

    sweet thanks for the help i will give it a try
  10. Replies
    4
    Views
    860

    i do not know of one sorry

    i do not know of one sorry
  11. Replies
    4
    Views
    860

    put no background then add a layer underneath and...

    put no background then add a layer underneath and create a box for the color
  12. Replies
    1
    Views
    414

    if you are just doing a mouse over swap like...

    if you are just doing a mouse over swap like javascript then just go into symbol editing mode on you button and put in the over column the new tate of the buitton you want just like javascript two...
  13. Thread: Please help

    by terron
    Replies
    1
    Views
    437

    put an onload setProperty...

    put an onload
    setProperty ("_root.window.target.scroller", _x, "0");
    setProperty ("_root.window.target.scroller", _y, "0");
    scroller being your movie clip and the corordinates
  14. Replies
    2
    Views
    420

    look on javascript.com they have many scripts i...

    look on javascript.com they have many scripts i believe i saw the one you are looking for called screen size capture i think
  15. as far as i know the company i work for does...

    as far as i know the company i work for does something simialar but we use java servlets to do most of the work the flash just craetes the movie then passes it to the servlet which decides where to...
  16. Replies
    1
    Views
    582

    do you mean scripting there positions if so yes ...

    do you mean scripting there positions if so yes
    setProperty ("_root.window.target.scroller", _x, "0");
    setProperty ("_root.window.target.scroller", _y, "0");

    you can set something like this for...
  17. Replies
    1
    Views
    497

    ok there are prob two or more ways you can do...

    ok there are prob two or more ways you can do this one is when everything is loaded have a button the targets the movie clip to play the unload animation and at the end put an unloadmovie command in...
  18. put something similar to this in the first frame...

    put something similar to this in the first frame of you movie and leave the frame blank or put it on the load command

    setProperty ("_root.window.target.scroller", _x, "0");
    setProperty...
  19. Replies
    2
    Views
    620

    ok i will try to explain what i would like to do ...

    ok i will try to explain what i would like to do
    I have a movieclip named images and a scroll bar with buttons I would like it so that when i move the scroll bar the movie clip goes to frame 2 3 4...
  20. Thread: space invaders

    by terron
    Replies
    2
    Views
    871

    i believe there is something similar in the...

    i believe there is something similar in the source files here on flashkit
  21. Thread: Please HELP!!!

    by terron
    Replies
    1
    Views
    432

    it would be eisier if you put all of you movie...

    it would be eisier if you put all of you movie clips in the same palce on the main timeline just on different layers add a blank keyframe to the begining of them with a stop action.

    now on your...
  22. Replies
    1
    Views
    1,046

    as far as i know and the way i would do it is you...

    as far as i know and the way i would do it is you need to have someone either write you a servlet or a cgi script that does most of the work and just takes varibales form flash then passes them to...
  23. Replies
    4
    Views
    732

    have the movie being loaded change the value of a...

    have the movie being loaded change the value of a variable in the movie you are loading then use a loop to check to see if this variable has changed if it has then the movie has loaded
  24. Replies
    4
    Views
    684

    just get an fullscreen javascript from anyfree...

    just get an fullscreen javascript from anyfree source code or if you know javascript write your own then call it with fs command
  25. Replies
    4
    Views
    624

    with basically replaces tell target in flash 5...

    with basically replaces tell target in flash 5 and you can alway target the main timeline with (_root)
    as far a scene whatever scene you are in is the _root
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center