A Flash Developer Resource Site

Search:

Type: Posts; User: kabudu

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    930

    Problem with TextFormat

    Hello,

    I've created a custom format for a TextField text as below:



    var _format:TextFormat = new TextFormat();
    var _font:Font = new VerdanaPlain();
    _format.font = _font.fontName;...
  2. Replies
    1
    Views
    381

    Re: preloader issue

    Hi there,

    From the look of your code, I take it that you are trying to load the external movie into the same movieclip you are using for the preloader.

    Maybe you would consider having a...
  3. Replies
    1
    Views
    392

    Neat button effect

    Hi,

    I was wondering if anyone knows how the button effect in the template below was done. That is the sparkling showers effect when the button icon flips.

    In addition, does anyone know how the...
  4. Replies
    1
    Views
    472

    Hi fellows, I figured out what was happening....

    Hi fellows, I figured out what was happening. Everythings cool now, had to do with some virtual button I had created for the implementation I was engineering, but I have resolved it now...

    Thanks...
  5. Replies
    1
    Views
    472

    unusual mc behaviour.. help!!

    Hi there,

    I have a movieclip that I bring into appearance by using the mx transition class. I have a few buttons on the movieclip when clicked should open an image in a new browser window....
  6. Replies
    3
    Views
    418

    Thanks for the response. I tried that but it did...

    Thanks for the response. I tried that but it did not load anything at all, the sounds did not play even after 5minutes of waiting. What do you think could be the issue?

    Cheers
  7. Thread: Scrollable MC

    by kabudu
    Replies
    5
    Views
    466

    oh yes, forgot to add that down and up are...

    oh yes, forgot to add that down and up are buttons, that is for scrolling up or scrolling down...
  8. Thread: Scrollable MC

    by kabudu
    Replies
    5
    Views
    466

    Here it is var scrollAmount:Number = 5;...

    Here it is



    var scrollAmount:Number = 5; //controls amount of scroll
    var scrollInterval:Number;
    var upperLimit:Number = maxScroll; // a number representing the maximum y position of your...
  9. Thread: Scrollable MC

    by kabudu
    Replies
    5
    Views
    466

    I have some actionscript that can achieve your...

    I have some actionscript that can achieve your objective, have to dash off to work now so will give it to you when I come back in a couple of hours..

    Cheers
  10. Replies
    3
    Views
    418

    attachSound method, is this possible

    Hi there,

    I was wondering, is it possible to use the attachSound method with an external sound file, for example



    mySound.attachSound("music/sound1.mp3");


    and get it to start streaming...
  11. Replies
    9
    Views
    2,371

    Hi, I tried that but the text would not show...

    Hi,

    I tried that but the text would not show at all. :( Strange that the text shows without the autoSize property.. Hmm.. What do you think?

    Thanks
  12. Hi, Would you mind giving a sample...

    Hi,

    Would you mind giving a sample implementation of the blurFilter class? It would be much appreciated.

    Thanks
  13. Replies
    9
    Views
    2,371

    Hi, below is the code that I am using: ...

    Hi, below is the code that I am using:



    myData = new LoadVars();
    myData.onLoad = function() {
    newstxt.text.html = true;
    newstxt.htmlText = this.content;
    };
    myData.load("highlights.txt");
  14. Replies
    9
    Views
    2,371

    Sorry, something went wrong with my browser and I...

    Sorry, something went wrong with my browser and I ended up posting twice, you can ignore the second one. :)
  15. Replies
    9
    Views
    2,371

    Thanks for the response. However, the example you...

    Thanks for the response. However, the example you have posted makes use of text that is set from within flash. How would this work with dynamically loaded text?

    I tried adding the following:

    ...
  16. Replies
    9
    Views
    2,371

    Thanks for the response. However, in your example...

    Thanks for the response. However, in your example you made use of text that has been set from within flash. How would this work with dynamically loaded text? I tried adding the


    ...
  17. Thanks for the response. I do appreciate. Though...

    Thanks for the response. I do appreciate. Though I guess the new movieclip would still need to have an image of the background contained within. As I did try that with a regular vector shape, reduced...
  18. Replies
    9
    Views
    2,371

    [F8] autosizing dynamic textbox issue..

    Hi there,

    I have a dynamic textbox in which I am externally loading html text. However, the textbox does not autosize in height to accommodate the text imported and I have to manually increase the...
  19. [F8] Neat blur background effect. Any ideas??

    Hi,

    I have seen a neat effect on some flash websites, for example the online version of Yahoo Messenger, where when a menu comes to the foreground, the entire background becomes blurred, and...
  20. Replies
    3
    Views
    4,238

    I know it is a little late to reply to this post,...

    I know it is a little late to reply to this post, but I tried implementing the tween class as you suggested and made the modifications in the places you indicated, but however the scrolling did not...
  21. Thanks I do appreciate....

    Thanks I do appreciate....
  22. Hi

    Thanks for the response. Attached is my fla...it is a flash 8 file...

    I do appreciate...
  23. Modify to incorporate smooth scrolling.. Help!!

    Hi there,

    I have a snippet of actionscript that I am using to scroll a navigation bar I am constructing. I have managed to get it to work, however I have tried to modify it to achieve smooth...
  24. Replies
    2
    Views
    771

    Hiya loydall, Thanks for the reply. I will...

    Hiya loydall,

    Thanks for the reply. I will look into that..

    Cheers
  25. You could try taking out the position = absolute,...

    You could try taking out the position = absolute, and using a well placed div, and that might work..

    Good luck!!
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center