A Flash Developer Resource Site

Search:

Type: Posts; User: Crash Raindog

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    344

    Artists Portfolio

    eilisobrien.com

    An artist friend of mine from university. Some nice pics in the photo section
  2. Replies
    2
    Views
    348

    Mr client person decided he wanted it closed to...

    Mr client person decided he wanted it closed to begin, though I agree with ya boris
  3. Replies
    2
    Views
    348

    Blooze.net

    Just completed a site for a client who wants to post his comic strips up online. The site runs from xml data so he can easily update his strips, which he hes been doing for the past week.
    ...
  4. Replies
    8
    Views
    588

    Try the Friends of Ed site, I've been reading...

    Try the Friends of Ed site, I've been reading quite a few of their publications recently, plus you can download the source files from the site.

    The books are usually pretty damn good, always...
  5. Try this, it might help somewhat, give you a few...

    Try this, it might help somewhat, give you a few more ideas

    Flash to Javascript pop up windows example

    Crash
  6. Replies
    6
    Views
    568

    Think I've got the idea, you might be best using...

    Think I've got the idea, you might be best using loadMovieNum and loading your seperate sections into different levels, that way you could also offer an exit confirm on the exit page that just closes...
  7. Replies
    3
    Views
    484

    True, but my idea was for ppl who don't have...

    True, but my idea was for ppl who don't have experience working with server side code yet, or perhaps you're developing for a cd rom project or for something where there is no server side facility.
    ...
  8. Sorry, can't control the fps with actionscript,...

    Sorry, can't control the fps with actionscript, the whole movies frame rate is set to the _root movies fps and that is pretty much it. You could try using setInterval for a more controllable way to...
  9. Replies
    3
    Views
    484

    Last Modified Date for Flash

    I have been bugged for a while that Flash had no facility to include the date that a file was last modified, and so I set my unruly brain to the problem.

    It's a workaround but I've found that it...
  10. Replies
    3
    Views
    352

    Turn it into a projector file, either from...

    Turn it into a projector file, either from Publish settings or from the File menu on the external swf. 2 second job and it requires no native flash player.

    Crash
  11. Replies
    3
    Views
    504

    Not sure on that one, but check the linkage on...

    Not sure on that one, but check the linkage on their assets to check if any are set to export in first frame, haven't worked with those components yet but I suspect that it may down to the way they...
  12. Replies
    6
    Views
    436

    Once upon a time Flash could write to text files,...

    Once upon a time Flash could write to text files, as you have noticed, that was before the evil Flash Player 6 was stopped all that nonsense. I know what you're saying it's a very useful thing, but...
  13. Replies
    5
    Views
    466

    What you may find is that they have each section...

    What you may find is that they have each section on a different frame which has it's 'Named Anchor' checkbox set. This allows browsers to class each frame so indicated to act like an anchor tag in...
  14. Replies
    4
    Views
    1,255

    Think I know the movie you mean, try this one...

    Think I know the movie you mean, try this one
    Parallax scroll with 2 tier navigation

    Crash
  15. Replies
    6
    Views
    501

    Maybe this will help ...

    Maybe this will help



    MovieClip.prototype.getHighDepth = function() {
    var tempDepth = 0;
    for (var i in this) {
    if (this[i].getDepth() != undefined && this[i].getDepth()>=tempDepth) {...
  16. Replies
    4
    Views
    547

    Unfortunately, you have just used the only way...

    Unfortunately, you have just used the only way you could possibly do what you want to. Flash has what is known as a security sandbox which limits what it can do on a host machine, meaning that it...
  17. Replies
    2
    Views
    429

    The other option is to get rid of the outline, go...

    The other option is to get rid of the outline, go to Modify > Shape and select the Soften Fill Edges tool. You can specify a number between 1 and 50 pixels and it creates a very similar effect.
    ...
  18. Replies
    5
    Views
    463

    Try using the Windows > Align tool, you can align...

    Try using the Windows > Align tool, you can align things relative to the Stage or each other. Play around til you get the right combo

    Crash
  19. Replies
    3
    Views
    504

    Are you using components or anything else that...

    Are you using components or anything else that has some of its library items set to 'Load in First Frame', check the linkage.

    That's why I'm not fussed on using components or anything that uses...
  20. Replies
    1
    Views
    344

    Your only real way to upload is to use Javascript...

    Your only real way to upload is to use Javascript for the browse method, embedded in html with some server side scripting to handle the file. There are some examples out there that I've seen, but...
  21. Replies
    3
    Views
    316

    You've made a tiny error in your code, easily...

    You've made a tiny error in your code, easily done, you missed out a + sing after the vars part of the string.


    "http://www.jptestmorecambe.co.uk/test/"+vars+".jpg","clip1"

    Should fix it.
    ...
  22. Replies
    3
    Views
    448

    I put together a basic function to get the...

    I put together a basic function to get the highest depth in an mc, which includes the root. Just call it using mcName.getHighDepth();



    MovieClip.prototype.getHighDepth = function() {
    var...
  23. Think your prob lies with the fact that the...

    Think your prob lies with the fact that the function is essentially recursive, calling itself throught the setinterval call. Plus you're only passing one variable from the setinterval which means...
  24. Replies
    2
    Views
    539

    That won't reference an mc, that is just a...

    That won't reference an mc, that is just a string. You have two options, depending on taste I guess, but it may also depend where your mc is situated.

    If your mc is in the root timeline you can...
  25. Replies
    6
    Views
    568

    Do you mean a 'window' within the flash movie or...

    Do you mean a 'window' within the flash movie or a separate browser window?
Results 1 to 25 of 149
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center