A Flash Developer Resource Site

Search:

Type: Posts; User: bitcomplex

Search: Search took 0.02 seconds.

  1. [F8] gotoAndStop() and prev- and nextFrame()

    How does flash handle gotoAndStop actions when it gets a frame number that does not exist?

    The only thing I can find in the documentation is that prevFram() will stop at frame 1 if it is allready...
  2. Replies
    9
    Views
    25,730

    OK... need som ehelp here... Can I some how add a...

    OK... need som ehelp here... Can I some how add a blur effect to the cube (from the file posted)? Havn't worked much with the new effects, but I see the potential...
  3. Replies
    7
    Views
    472

    isn't this because of the problem with embeded...

    isn't this because of the problem with embeded objects needing to be activated before they work (microsoft legal issue).

    use a javascript to activate the flash for you... You can use...
  4. Replies
    3
    Views
    485

    So I can set up flash to listen to events that is...

    So I can set up flash to listen to events that is not triggerd from flash itself? In this case the site have som ajaxfunction that checks the server for changes every 20 seconds. I would either like...
  5. [F8] How-to Q, which way to go from idea to implementation

    I hate intros, I dislike to much use of flash (see www.flashkit.com for example of way too much flashy stuff), I prefer stict xhtml and css, but I think flash is too much fun to work with and that it...
  6. Replies
    3
    Views
    485

    [F8] Ajax-like functions...

    How do I set up a flash to listen to calls from the outside?

    I want to set up a swf to play a sound when and whenever I get a response from a server...
  7. yes, as the post said. use setInterval (check the...

    yes, as the post said. use setInterval (check the help file for flash for setInterval and clearInterval) instead of the do-while loop.

    acctually, set the interval in the function you have where...
  8. you should try to use a monospace font. then you...

    you should try to use a monospace font. then you can calculate more exact... Did this on a html project for knowing if I hade to use a pop-up to display a longer message... you can see it att the...
  9. Replies
    8
    Views
    2,564

    var msg; // a variable for you message switch...

    var msg; // a variable for you message
    switch (Math.ceil(Math.random()*5)) {
    case 1 : msg = "Text 1"; break;
    case 2 : msg = "Text 2"; break;
    case 3 : msg = "Text 3"; break;
    case 4 :...
  10. Replies
    7
    Views
    1,695

    Yes, that's what I'm experience. The only...

    Yes, that's what I'm experience. The only difference is that I'm on the same machine all the time... It takes approx 5 minutes and then I can work with the file again...
  11. Replies
    1
    Views
    996

    Fixed it... If you want to you can check the...

    Fixed it... If you want to you can check the final flash movie here
  12. Replies
    1
    Views
    996

    [F8] Link emailaddress from xml-file

    I load various data from an xml-file, among other data an emailaddress as a string.

    I have a mc in my library that uses an AS-class. On (xml)file load i populate variables in the object that uses...
  13. Replies
    7
    Views
    1,695

    **Error** U:\flash\syse\Bubble.as: Line 1: The...

    **Error** U:\flash\syse\Bubble.as: Line 1: The name of this class, 'Bubble', conflicts with the name of another class that was loaded, 'Bubble'.
    class Bubble extends MovieClip {

    Total...
  14. Replies
    7
    Views
    1,695

    now... all of a sudden, it works... i have no...

    now... all of a sudden, it works... i have no idea why since I havnät closed the project or anything sine I last tried it... my guess is that the class wasnät cleared from memory? Is that possible?
  15. Replies
    7
    Views
    1,695

    Hi and thanks for your welcome. I've been here a...

    Hi and thanks for your welcome. I've been here a lot before, but of some unknown reason my emailadress got banned :mrt: (I swear I've allways behaved :angel: ) when I tried to log in some months...
  16. Replies
    7
    Views
    1,695

    [F8] name conflict

    I constantly get this error message:

    The name of this class, 'bubbleClass', conflicts with the name of another class that was loaded, 'bubbleClass'.
    class bubbleClass extends MovieClip {
    ...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center