A Flash Developer Resource Site

Search:

Type: Posts; User: zoobuffalo

Page 1 of 6 1 2 3 4

Search: Search took 0.07 seconds.

  1. exaaaaaactly. thanks for the ideas mr rabbit - i...

    exaaaaaactly. thanks for the ideas mr rabbit - i managed to remove one filter and compress the animating pngs a little... tempted to try and recreate elements in vector and see if they notice... hehe
  2. Timeline animation juddering in preloader

    Hi guys...

    So I had to build a preloader for a fairly large swf and of course the design of the preloader is a bit complex - it's got to have two looping timeline animations running in it at the...
  3. Replies
    1
    Views
    1,427

    Wufoo, Flash and PHP

    hey guys :)

    i just signed up for wufoo - what seems to be a really awesome free online database service! i want to use it for a couple of simple things in my online christmas card this year :D
    ...
  4. Replies
    1
    Views
    813

    text from flash tp php to email

    Hey all

    Hoping for some help with this. I have some input text in flash, which I am sending to php which sends an email with the text as the body. My problem is that I am losing the line spaces...
  5. can't post the URL, it's password protected...

    can't post the URL, it's password protected anyway...
    it's a URLLoader loading a URLRequest that is php, it exists, it's totally fine, nothing wrong with that, I just need a clue as to why I might...
  6. Error #2044: weird Unhandled ioError:Error #2032: Stream Error

    Hi guys

    I have a strange error going on and haven't been able to figure it out with google...
    I am loading a php file and am getting this error:

    Error #2044: Unhandled ioError:Error #2032:...
  7. [CS3] Dynamic text disappears when moved with code

    Hi
    Got an annoying problem. I'm using dynamic text and I want to keep it centered no matter how much text is there, so want to add some code to move it on the y axis after the text gets changed. ...
  8. Replies
    1
    Views
    5,845

    never mind, found the answer here:...

    never mind, found the answer here:
    http://board.flashkit.com/board/showthread.php?t=707282&highlight=change+volume+timeline+sound
  9. Replies
    1
    Views
    5,845

    changing volume of a timeline sound?

    hi guys
    here's my problem. i'm working on a site where i need to stream audio on the timeline (it has to match up to some animation exactly) until now i'd been loading the audio in and playing it...
  10. Replies
    8
    Views
    21,415

    can i get that fla too laidback? i'm looking to...

    can i get that fla too laidback? i'm looking to do the same thing...
    thanks so much!
    emma.
  11. Replies
    4
    Views
    439

    ah ha (i don't know html) :) thanks, will try...

    ah ha (i don't know html) :)
    thanks, will try it...
  12. Replies
    4
    Views
    439

    hey - i don't think it's an embedding issue......

    hey - i don't think it's an embedding issue... it's like this is my html:

    <b><i>here's some text</b></i> here's some more text

    when i test it it's ALL bold and italic, like it applied the first...
  13. Replies
    4
    Views
    439

    loading external fomatted text

    hey guys - i have a problem.
    doing a site and part of it needs to be update-able by the client. it's coming into a dynamic text box that's already sitting on the stage. it needs bits of the text...
  14. [CS3] Displaying flickr photos in a .swf

    ok i know i could be doing this with the flickr feed myself... but was hoping there was a quick way around it by using Badgr to create a swf and loading that into my swf... but it's not working. ...
  15. ah ha! good to know, thanks! i just have the...

    ah ha! good to know, thanks! i just have the one so should be shweeeeet, thanks :)
  16. how much is too much (to do on an onEnterFrame)

    how much code do you need to be running on an onEnterFrame to get a significant performance issue? i currently have 21 lines and it seems ok, but am about to add more and am worried it'll start to...
  17. ok i'm an idiot. have changed to using...

    ok i'm an idiot. have changed to using movieClipLoader to load in the image. much simpler ;)
  18. how to preload movie with html image in dynamic text box

    hey!
    ok what i'm trying to do, in case anyone can think of a better way, is to load into my flash site one of those facebook buttons that facebook make and give you the code for pasting into html....
  19. ok have solved it - have changed my code to this:...

    ok have solved it - have changed my code to this:


    tempWedge.onRelease = function(){
    launchImage();
    bigView = true;
    var myMCL = new MovieClipLoader();
    myMCL.onLoadInit = function...
  20. i now think that this onEnterFrame stuff is not...

    i now think that this onEnterFrame stuff is not the best way to figure that the image has loaded in. seems that's the glitchy bit. going to look for another solution - any pointers anyone?
  21. i'm using loadMovie, then using an onEnterFrame...

    i'm using loadMovie, then using an onEnterFrame to check if its loaded, if it is then it deletes the onEnterFrame and runs the functions to position the image and fade the image in. here's my code:...
  22. [F8] weird problem! inconsistant code :(

    hey
    oh dear i have a really dumb problem that i've never come across before. basically i have a load of thumbnails that launch a big image to load in and once it has it positions itself. a close...
  23. got it! dumped the MovieClipLoader and used: ...

    got it!
    dumped the MovieClipLoader and used:


    tempWedge.onRelease = function(){
    launchImage();
    bigView = true;
    loadMovie("illustration/"+_root.whichImage+".jpg", empty);...
  24. empty is .. um empty! nothing in it to set to 0....

    empty is .. um empty! nothing in it to set to 0. i'll have no problem centering the image once i've figured out this loading business - i'm now trying out using a MovieClipLoader because then i can...
  25. the loadMovie is working fine, no probs with...

    the loadMovie is working fine, no probs with that. ok thanks for spotting that i needed to put ._width - i never know which ;)
    so now i test and i get a width value... but it's the previous width...
Results 1 to 25 of 126
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center