A Flash Developer Resource Site

Search:

Type: Posts; User: davidmasterson

Page 1 of 13 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    3
    Views
    487

    Except IE6, i guess it's the same (if not, then...

    Except IE6, i guess it's the same (if not, then higher) as their max bookmarklet char support:

    IE > 5: 2083 (508 in IE 6.0)
    Mozilla > 1.3: >20000
    Netscape 4.75: 1848
    Opera 7.x: 4094


    if...
  2. As your not generating your html dynamicaly with...

    As your not generating your html dynamicaly with asp, I am a liitle confused what you will gain, but heres the only way I know to do it

    you need two html pages to hold the flash site in the object...
  3. I can see your a person of few word, but can you...

    I can see your a person of few word, but can you explain more, or am I just going to have to guess. When you say 2 html doc's are these generated by asp, do they follow each other or are they in two...
  4. do you mean linking between two movies in another...

    do you mean linking between two movies in another movie or two seperate movies in a HTML document?
  5. it should work if you replace getMilliseconds(); ...

    it should work if you replace getMilliseconds(); with getTimer(); it returns the number of milliseconds that have elapsed since the movie started playing

    you may also need to define starttime and...
  6. Replies
    2
    Views
    408

    you could define a function on the main timeline ...

    you could define a function on the main timeline


    function PlayMovie(ToPlay)
    {
    movie1.GotoAndStop(1);
    movie2.GotoAndStop(1);
    movie3.GotoAndStop(1);
    ToPlay.play();
    }
  7. Replies
    1
    Views
    334

    aube = 50; Now i wanted to access the...

    aube = 50;

    Now i wanted to access the variable in different way for making script easier like this:

    currentbutton = "au";
    trace (eval(curentbutton + "be"));

    this should do it

    David
  8. Replies
    1
    Views
    372

    the easiest way to do this is to add another...

    the easiest way to do this is to add another variable to your variable string so you have something like

    Mytext=this is the text&AllDone=1

    before you call the ASP or txt file set AllDone to 0...
  9. Replies
    24
    Views
    3,711

    I have heard everybody moaning and flashkit...

    I have heard everybody moaning and flashkit mumbling about "were trying" all I can think is there are a lot of boards with more traffic that run just fine

    3 X Dual obsolete P3 processor systems...
  10. or you could just use ...

    or you could just use

    battlescene1.gotoAndStop(1);
  11. Replies
    1
    Views
    328

    if you are loading a movie into a MC then let's...

    if you are loading a movie into a MC then let's say the MC is a holder then you use

    holder.getBytesLoaded() and Holder.getBytesTotal()

    if you are loading into a level then you use
    ...
  12. I think the big thing you need to get your head...

    I think the big thing you need to get your head around is that scenes are just a way of splitting a big movie up for you the designer.

    Flash see it as one long movie which is why you can't call...
  13. You might just be busting your head for no fault...

    You might just be busting your head for no fault of your own, as although flash allows you to break movies into managable bits using scenes, it DOES NOT let you reference from other movies using...
  14. I hate to be a stick in the mud, but I have been...

    I hate to be a stick in the mud, but I have been looking for a way around this for months for a very similar reason However I have not found a way a round this for anything online there are way...
  15. I have no problem accepting that your site is a...

    I have no problem accepting that your site is a great considering you said; last time when you when nominated as an exceptional site that this is your first attempt. However how you are a GOD OF...
  16. Replies
    3
    Views
    731

    like this site very tidy and well thought out not...

    like this site very tidy and well thought out not wasting bandwidth on showing off just very professional
  17. in this instance I am using tempkey =...

    in this instance I am using


    tempkey = chr(key.getAscii())


    to return a string that I can then compare with the


    tempkey == _root.test.charAt(_root.Typing.length -1);
  18. For madtommy any other sugestions David

    For madtommy



    any other sugestions

    David
  19. I am writing a typing test and am in England so...

    I am writing a typing test and am in England so my keyboard thinks " is over the 2 and @ is over the '

    So I was surprised to find that flash thinks that my keyboard is in america and has the "...
  20. I don't know much about PHP but it seems to me...

    I don't know much about PHP but it seems to me that your script only returns either Available or Unavailable but no variable for flash to ref it by how are you calling the PHP ?

    if you are using...
  21. Replies
    2
    Views
    660

    just as you would use _root to make calls to the...

    just as you would use _root to make calls to the main time line you could use _level0

    equally you can control the movie in level 10 from anywhere by prefexing the command with _level10

    so to...
  22. Replies
    3
    Views
    558

    but the button in a movie with two frames in the...

    but the button in a movie with two frames in the first frame put the button and put a stop comand on this frame

    in the button put
    on(press){
    // waht you want it to do
    gotoAndPlay(2);
    }

    in...
  23. Replies
    2
    Views
    446

    you can reduce it to just the macromedia link in...

    you can reduce it to just the macromedia link in the html publish settings I have never come across a way to completely remove it if you are publishing it on the net

    if you using the executable...
  24. Replies
    1
    Views
    572

    I would say that if you have 47 quotes odds are...

    I would say that if you have 47 quotes odds are flash has not load all the file in the split second before you try to read the var I would put some frames between the loadVariables and calling on the...
  25. Replies
    1
    Views
    466

    Ok Guy's and Girl's I sorted it But just in...

    Ok Guy's and Girl's I sorted it

    But just in case you butt heads with it, this the thing...

    In my preloaded I called a file with this string

    "/Dialog/OpenFileMainPage.swf"

    And in the...
Results 1 to 25 of 323
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center