A Flash Developer Resource Site

Search:

Type: Posts; User: tonyiog

Search: Search took 0.02 seconds.

  1. almost what I was looking for

    Im looking for someone who has started development on a system like this, only one which also allows different parts of the text field to have different formats. That way you could select a word from...
  2. I for one am sure you are wrong. The only reason...

    I for one am sure you are wrong. The only reason most designers even have netscape is beacuse they know it is **** and they have to test and make changes to everything that works perfectly in ie....
  3. Replies
    1
    Views
    364

    #update tag prohibits refresh

    In my flash six movie for some reason IE gets redirected to

    www.domain.com/page.htm/#update
    after the movie loads.

    This works fine, except when the user clicks refresh, it tries to reload the...
  4. Replies
    3
    Views
    484

    SquareBall...I think that is exactly what is...

    SquareBall...I think that is exactly what is going on...I dont have a FlashMX book...so I cant say if that is how it is supposed to be...nothing is mentioned in the flash help. ...anyone have any...
  5. Replies
    3
    Views
    484

    I have a bizarre problem. I am loading a jpeg...

    I have a bizarre problem. I am loading a jpeg into a placeholder MC that occupies one frame of a host MC. the image loads fine and displays fine, but if the playhead of the host MC moves away from...
  6. Thread: PDF into Flash

    by tonyiog
    Replies
    2
    Views
    490

    PDF into flash? Anyone know of a away to import a...

    PDF into flash? Anyone know of a away to import a pdf in vector format? What software would I need to accomplish this? Thanks, Tony
  7. Replies
    1
    Views
    414

    Anyone ever gotten a PDF vector imported into...

    Anyone ever gotten a PDF vector imported into flash? What other software do I need to get a pdf placed in a movie? Thanks, Tony.
  8. Replies
    5
    Views
    580

    Different problem...

    It is pretty easy to check if a loaded swf is fully loaded, but what I am interested in being able to do is have Flash start playing a sub movie when it is partially loaded. I have images and sound...
  9. Replies
    5
    Views
    580

    did you figure it out?

    I need to do the same thing...did you ever get any help with this, or is checking if a frame of a subloaded movie impossible in flash 4?
  10. your the man

    Great answer! I had the same problem.
  11. Id like to see that fla as well. I must say I am...

    Id like to see that fla as well. I must say I am sorta disappointed with Flash's integrity. Programming doesnt act as it should and the program itself isnt that stable. Things like deleting a movie...
  12. Hmmm...no go. I came up with this: ...

    Hmmm...no go.

    I came up with this:

    function fadeout (name) {
    loadTime = getTimer();
    alphaTime = 5000;
    do{
    if (eval(name)._alpha>0) {
    eval(name)._alpha =...
  13. Well, Ive been given a new starting point, if...

    Well, Ive been given a new starting point, if anything, so Ill give your ideas a try. They seem to work in onclipevent code so maybe I can make a function out of them. Ill let you know. Thanks All!
  14. Rapid...thats not the case in this instance. I...

    Rapid...thats not the case in this instance. I can slow it down using the gettime line of code and the same results. The debugger shows it go from 100 to 0. Based on the code it should be...
  15. In my main movie I have this. function...

    In my main movie I have this.


    function fade0 (name,end) {
    var beg;
    var Start;
    var Now;
    for (beg=eval(name)._alpha;beg>end;--beg){
    eval(name)._alpha=beg;
    ...
  16. Replies
    2
    Views
    910

    A great in depth explination. I suspected...

    A great in depth explination. I suspected something like that. Thanks you very much for sharing your knowledge.
  17. Replies
    2
    Views
    910

    I have this code: for (f=0; f

    I have this code:

    for (f=0; f<linelength; ++f) {
    dpth = f+1;
    namef = "mask" add f;
    duplicateMovieClip (initmask, namef, dpth);
    trace (dpth);
    trace (eval(namef)._level);
    ...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center