A Flash Developer Resource Site

Search:

Type: Posts; User: richblend

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,683

    dont worry - found the answer. Thanks for your...

    dont worry - found the answer. Thanks for your help!

    Rich
  2. Replies
    3
    Views
    1,683

    Hey, thanks for that. How do I go about making a...

    Hey, thanks for that. How do I go about making a BAT file? Sounds interesting...
  3. Replies
    3
    Views
    1,683

    Open browser from projector

    Hi all,

    Im making a projector file to go on a CD, which will launch various HTML files. By using getURL, it will open websites fine, like this:

    getURL("http://www.google.com", "_blank");
    ...
  4. Replies
    0
    Views
    1,578

    Encoding large video...

    Hi all, I'm going to be making a large streaming video (about 670 x 350) and am worried about filesize. However, the video is just going to be a guy walking around on a white background - so in...
  5. Replies
    0
    Views
    610

    Problem with vista????

    Hi guys, I have a really really really annoying problem and I dunno where else to turn...

    The problem started after installing flash 8 on my new pc (running vista). When I click a movieclip on the...
  6. Replies
    6
    Views
    446

    ... namely the preloader is rubbish, and I'm...

    ... namely the preloader is rubbish, and I'm gonna add some sound at some point too...
  7. Replies
    6
    Views
    446

    New portfolio site - please check

    Helo chaps - i think this is v4 of my portfolio. Please tell me what you think (i think it still has a few bits that could be tidied up).

    http://www.richsavage.co.uk
  8. Replies
    3
    Views
    897

    people come and go quite alot, but none of them...

    people come and go quite alot, but none of them have gone onto trendy london funky agnecies (but thats because im the only flash developer - most of the other guys are way more interested in...
  9. Replies
    3
    Views
    897

    Career advice.

    I am currently working in a semi funky agency, with a very impressive client (as well as a few small ones). Im probably underpaid, but I think its quite impressive stuff to have on my CV. Ive been...
  10. Replies
    2
    Views
    575

    you mean just jump to a frame on the main...

    you mean just jump to a frame on the main timeline? You'd use:

    gotoAndStop(10);

    Where 10 is the number of the frame you want to jump to.
  11. Replies
    5
    Views
    876

    Assuming your publishing to flash player 8, you...

    Assuming your publishing to flash player 8, you can use FileReference.download() method (check your flash help).

    If publishing to an earlier version, you can force a file to download by...
  12. Replies
    7
    Views
    481

    the line: parameters += miniarray[z] + "," ...

    the line:

    parameters += miniarray[z] + ","

    Joins all your parameters up into one string again (hence why theyre being traced as a comma seperated string in the end).

    You need to call the...
  13. Replies
    2
    Views
    586

    Flash is clientside, so it acts like its own...

    Flash is clientside, so it acts like its own browser. If it makes a request to a php script which outputs some text, flash has to download that text, and if its loads of text, it might be useful to...
  14. Yeah I just used linebreaks too. Its a really...

    Yeah I just used linebreaks too. Its a really weird one though, it only seems to happen in very specific circumstances (of which i havent figured out).
  15. I'm using flash 8 and this bug still happens. Any...

    I'm using flash 8 and this bug still happens. Any one know a proper fix to this yet?
  16. Replies
    2
    Views
    546

    [f8] asFunction on text rollover?

    Hi, I have an HTML textbox with some text in it. I want tooltips to appear on rollover for some of the words. This would be easy on click with asfunction, but is there a way to do it on rollover??
    ...
  17. Replies
    2
    Views
    359

    hey, thanks for the reply, im afraid i cant...

    hey, thanks for the reply, im afraid i cant (company policy). I think i might have cracked it though, with the Delegate class...

    Instead of:

    ...
  18. Replies
    2
    Views
    359

    [F8] AS2 newbie, confusing scope...

    Hi, im trying to make all my flash applications AS2 with external classfiles from now on. Ive been going good with it, but keep coming up to the same problem to do with scope. Please see the code...
  19. Replies
    4
    Views
    760

    I really like the design - excellent photoshop...

    I really like the design - excellent photoshop stuff. Nice animations and stuff too. Doesnt look like a church website to me though...
  20. Replies
    11
    Views
    631

    the quickest way is just to slightly change the...

    the quickest way is just to slightly change the function call....



    if(myArray[0]=="red"){
    foo=countConsecutiveReds(myArray);
    trace(foo);
    }
  21. Replies
    11
    Views
    986

    wow, thanks for such a long reply. You realy did...

    wow, thanks for such a long reply. You realy did give it a thorough checking out didnt you.

    I agree with a lot of the things you say (yup, i have seen pixelranger, and yes i did slightly steal the...
  22. Replies
    11
    Views
    631

    Sorry this is messy, but i just hashed it out...

    Sorry this is messy, but i just hashed it out quick and it seems to work. This is a function which will count how many consecutive reds you have in an array.



    myArray=new Array("red", "red",...
  23. Something to do with a patent about embedding...

    Something to do with a patent about embedding active X items or something. I dont know the politics, but basically thats the way it has to be in IE at the moment. There is an easy fix here though...
  24. VERY URGENT - flash causes images not to show in IE

    Hi there - this is very urgent as this is a very real problem on a blue chip website that im working on right now.

    We all know about the new IE updates that cause you to have to click the movie to...
  25. Replies
    11
    Views
    986

    New portfolio site

    http://www.richsavage.co.uk

    Any comments welcome, innit.
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center