A Flash Developer Resource Site

Search:

Type: Posts; User: sidewalkbullies

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. the always on top is an option you can activate...

    the always on top is an option you can activate in the gui just before you compile the projector.
    I don't think it's actually script supported.

    Cheers
  2. At any rate I think mdmscript is way more...

    At any rate I think mdmscript is way more reliable because it is built within the projector.
    So begone with that fs and use the mdm api instead.

    There's a component on the multidmedia website...
  3. ZINC of multidmedia.com is an awesome...

    ZINC of multidmedia.com is an awesome swf2projector programme that has a version to build mac projectors. The windows version has the 'always on top' so I don't see why the mac version wouldn't.
    ...
  4. Hey Sbee, Check the SWFObject (just google...

    Hey Sbee,

    Check the SWFObject (just google it).
    It's a flashdetection/implementation method that's superduper AND you can add variables within the html. It's all pretty standard stuff, explained...
  5. Replies
    2
    Views
    333

    there is an extention for the tween class of...

    there is an extention for the tween class of flash.
    I'm pretty sure it's called extendedTween class. Google for it and you'll find it pretty quick.

    It has onMotionStopped() so you just script the...
  6. [F8] problem : xml does not load or show on mac / pc works

    Hi all,

    I have a strange problem involving xml loaded in a flash website on mac.

    http://goal.eltrovo.com/
    The first text that loads (NIEUWS). Works perfectly on pc but for some reason it does...
  7. Hey rapid, This scroll is a flash scrollbar. ...

    Hey rapid,

    This scroll is a flash scrollbar.

    set your flash to 100% 100%, no scale.
    Add a scrollbar and use the Stage Class.

    If you check the Stage Class in the help files you'll get it,...
  8. anyone?

    anyone?
  9. use getURL(url, "_self"); This ONLY works if...

    use getURL(url, "_self");

    This ONLY works if the files are not opened by plug-ins installed on the browser (I'm thinking of mp3's, pdf's, etc)
    Easily avoid it by zipping.


    Cheers
  10. htmltext -tag & northon on internet explorer problems?

    Hi all,

    I have a very nasty and irregular problem concearning <a> links in dynamic htmltext fields.

    Links work on some pc's and all macs tested. The problem seems to revolve around northon...
  11. html field displays url-code (%20 and so on...)

    Hi all,

    when i LoadVars html tags into an html textfield i get url code;

    %3Cstyle%3E%0D%0A%09%3Cjustify%3E%0D%0A%097%20seconden%2E


    how and any workaround?
  12. Replies
    1
    Views
    424

    animating growing lines - howto

    Hey all,

    I'm a coder, not an animator. I have a very basic animation question.

    The curly elements in an interface background http://sidewalkbullies.com/backframe.jpg should grow very naturally...
  13. Thanks K, I'll def check that out. What I'm...

    Thanks K,

    I'll def check that out.

    What I'm trying to accomplish is to write a very dynamic _root mcl.

    // First line
    var setIndex:Array = new Array(["instance1","(Stage.width -...
  14. NEED INPUT STAT:calculation in a string - then eventually calculate

    Hi all... again,

    // I HAVE to store this in a string.
    var theproblem:String = "(Stage.height-aninstance._height)/2"

    Eventually, I want to call that string and be able to calc it (to a number...
  15. Replies
    3
    Views
    617

    add this in the main timeline _quality =...

    add this in the main timeline

    _quality = "best";
  16. Replies
    6
    Views
    748

    let us see the code CHeers

    let us see the code


    CHeers
  17. Replies
    2
    Views
    607

    thnks

    thnks
  18. Replies
    5
    Views
    390

    well, search engines and bookmarking are pretty...

    well, search engines and bookmarking are pretty resolved issues these days.
    I mean there's all sorts of ways around that, just dyn load your text (even from the html-page that's displaying the swf...
  19. It's hard to say what the problem is from a...

    It's hard to say what the problem is from a distance. Just about anything is documented in the flash help files and says from which version on it's supported (flash player version). _quality is...
  20. Replies
    1
    Views
    386

    ok what your script prob does is onRollover it...

    ok what your script prob does is onRollover it shows the dropdown, and onRollout it closes the dropdown again. What you need to tell flash is onRollout to check if the mouse is rolling over any of...
  21. Replies
    1
    Views
    421

    OK, this should be pretty simple. The example...

    OK, this should be pretty simple.
    The example you refer to uses one movieclip wherein all the pics are loaded, and on click it just animates the zoom by enlarging the movieclip.

    I do suggest you...
  22. Replies
    5
    Views
    390

    My advice would be go to complete flash pages...

    My advice would be go to complete flash pages that load external flash files.
    The world of total graphic control and all sorts of nice things will open up for you.
    Check the MovieClipLoader class...
  23. Replies
    8
    Views
    619

    in the properties panel, there's a checkbox that...

    in the properties panel, there's a checkbox that looks like lines of text with a border around it, on roll over it says show border around text. uncheck it
  24. are you using any actionscript at all?

    are you using any actionscript at all?
  25. Replies
    5
    Views
    563

    Are you using the text as part of a mask or in a...

    Are you using the text as part of a mask or in a mask?
Results 1 to 25 of 191
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center