A Flash Developer Resource Site

Search:

Type: Posts; User: Dar

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: preloader

    by Dar
    Replies
    5
    Views
    594

    yeah Ive noticed that about static text. I dont...

    yeah Ive noticed that about static text. I dont think it would use anymore space to make the text in Paintshop and import as an image, I know it looks better.

    thanks for your help
  2. Thread: preloader

    by Dar
    Replies
    5
    Views
    594

    well I ended up making a layer for the bg music...

    well I ended up making a layer for the bg music and unchecking the export to action script and now im down to around 35 to 30% and the preloader is visible.

    when you say embeded text, do you mean...
  3. Thread: preloader

    by Dar
    Replies
    5
    Views
    594

    preloader

    Recently I have had a problem with my preloaders. The preloader I have made are simple
    scene named "preloader" layer 1 frame one code:

    total_bytes = _root.getBytesTotal();
    loaded_bytes =...
  4. Thread: counter

    by Dar
    Replies
    3
    Views
    374

    thanks that was helpful. this was the code I...

    thanks that was helpful. this was the code I ended up with that worked
    on (press) {
    i=1
    totalHits=(count == undefined)?0 : totalHits;
    _root.hits= i+count++



    }
  5. Thread: 2 questions

    by Dar
    Replies
    4
    Views
    531

    you can try searching say http://www.download.com...

    you can try searching say http://www.download.com for a free program or the trial version of psp http://jasc.com
  6. Thread: counter

    by Dar
    Replies
    3
    Views
    374

    counter

    can someone point me to or show me a sample script? what I want to do is, I have a button and a dynamic text box, when the button is hit the dynamic text box shows how many times the button has been...
  7. Replies
    14
    Views
    535

    Here try this one, I used it to learn its for...

    Here try this one, I used it to learn its for flash 5 but works for mx just fine

    http://www.actionscript.org/tutorials/intermediate/flash5_preloaders/index.shtml
  8. Thread: detection script

    by Dar
    Replies
    1
    Views
    613

    detection script

    Im having trouble finding a script to detect of a visitor has a flash plugin can someone help please

    thanks in advace
  9. Thread: play back

    by Dar
    Replies
    1
    Views
    382

    play back

    been a while since ive been here so hopefuly this hasnt been asked

    I have put an audio on a layer I need to be able to play it and stop in sections I use to be able to but now when I press enter...
  10. Thread: problems... :o(

    by Dar
    Replies
    3
    Views
    371

    hard to say without looking at the fla, did you...

    hard to say without looking at the fla, did you look and see if you put the sound on the hit state of the button as well
  11. Replies
    1
    Views
    354

    click on menu bar file>publish settings>html...

    click on menu bar

    file>publish settings>html tag>uncheck display menu
  12. Thread: Multiple Masks

    by Dar
    Replies
    4
    Views
    599

    ok I figured it out this is what I was trying to...

    ok I figured it out this is what I was trying to do
  13. Thread: Multiple Masks

    by Dar
    Replies
    4
    Views
    599

    ok maybe I said it wrong let me try again ok a...

    ok maybe I said it wrong let me try again

    ok a simple mask would be two layers one being the mask itself and the second is whats being masked, you tween the mask to move over the masked layer so...
  14. Thread: Multiple Masks

    by Dar
    Replies
    4
    Views
    599

    Multiple Masks

    I looked in the tutorials and had no luck. Can you have more than one mask? say three mask and one Masked?
  15. Replies
    1
    Views
    343

    you can right click on the button and check the...

    you can right click on the button and check the property of it and make sure that your not trying to apply it to a movie. Post the fla if its not to big would help to see what the problem is to.
  16. since your mpeg is on a free site with such a low...

    since your mpeg is on a free site with such a low bandwidth I cant access it. What I think your going to have to do is make another movie for the mpeg and target it to load the swf not the mpeg. I...
  17. ok, i see the mc with the two buttons, and the...

    ok, i see the mc with the two buttons, and the buttons have no action on them at all. I think the reason its not working is that thier is no symbol 51 the last symbol you have is a button symbol 50,...
  18. yeah I see no symbol 51 and the only action I see...

    yeah I see no symbol 51 and the only action I see on layer 3 is the stop()
    at the end of the timeline
  19. looks like to me you dont have anything on you...

    looks like to me you dont have anything on you buttons telling it to run any movies

    works up to the point where it has two buttons Happy Birthday, and not yet injured. Thier is nothing on the...
  20. Replies
    4
    Views
    549

    Are you trying to make a preloader with a percent...

    Are you trying to make a preloader with a percent bar(animation)?
  21. Replies
    11
    Views
    1,134

    if you are testing using ctrl>enter you will get...

    if you are testing using ctrl>enter you will get two windows, dont know why but I do to, but if you upload it and test it the extra window will not pop up. I usually publish it then open the html...
  22. Thread: Fire????

    by Dar
    Replies
    1
    Views
    446

    there is a site http://www.flamingtext.com

    there is a site

    http://www.flamingtext.com
  23. try using _parent in the tellTarget see if that...

    try using _parent in the tellTarget see if that does it
  24. Replies
    2
    Views
    608

    if you unclick the show border around text in the...

    if you unclick the show border around text in the input text property the background of the text box should match the the background color of your movie
  25. Thread: Fixed windows

    by Dar
    Replies
    3
    Views
    439

    here is the code for your flash button on...

    here is the code for your flash button

    on (release) {
    getURL("javascript:window.open('http//www.?.com','newWin2','width=300,height=220,')");
    }
Results 1 to 25 of 218
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center