A Flash Developer Resource Site

Search:

Type: Posts; User: beamond

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,202

    you may be able to help me with another button...

    you may be able to help me with another button problem that i'm having.

    The As mentioned above for the buttons basically makes a submenu slide out when you click the menu bar. then this sub menu...
  2. Replies
    3
    Views
    1,202

    great. that worked. thanks.

    great. that worked. thanks.
  3. Replies
    3
    Views
    1,202

    gotoandstop specified frame on main level

    I have a flash movie that plays an intro and then stops. the last frame contain buttons etc for navigating the site. The buttons are in a movie clip named menu. when a user clicks a button it loads a...
  4. Replies
    0
    Views
    1,043

    ATTN oldnewbie - Whats the best way to load photos in an mc?

    I have a flash file that i'm working on that features a photo and then 4 buttons (mcs) over the top of it each on a separate layer. presently i have an onrollover command so that the button starts...
  5. Replies
    5
    Views
    694

    i've tried your method but cant get it to work....

    i've tried your method but cant get it to work. should teh function go in the same frame as the text scroller? or within the tween of the scroller? should the mText.html be replaced with anything?...
  6. Replies
    5
    Views
    694

    Mirandir, so what you're saying is to add this AS...

    Mirandir, so what you're saying is to add this AS to the frame that holds the dynamic text (called scroller in my case):

    function loadTestimonials()
    {
    loadMovieNum("testimonials", 2);
    }
    ...
  7. Replies
    0
    Views
    514

    slider menu bar reset problem

    I have a site that i'm building in flash. the main (level0) has 2 slider menu buttons on it. basically a buton that you press and the menu slides out from it then when you click one of the menue...
  8. scrollbar sometimes wont display in preview

    hi, i'm working ona site that includes the flash scrollbar component. that is the bar only, i made my own dynamic text box named scroller. for some reason when i preview it it sometimes does not...
  9. Replies
    0
    Views
    406

    controlling level0 from level1

    I have some buttons loaded on level1 for controlling a movie playing on level0. The buttons are as follows:

    Pause =
    on (press) {
    _level0.stop();
    }

    Play =
    on (press) {
    _level0.play();
  10. Replies
    5
    Views
    694

    applying AS to dynamic text

    Is there a way to apply AS to a specific word in dynamic text?
    I need to add this AS to a couple of words within a dynamic text box controlled by a scroll bar. when i highlight the words i want to...
  11. Replies
    0
    Views
    495

    play movie backwards

    I need to play a movie backwards to a certain frame when a user clicks the "previous" button. so basically the user presses "previous" and the movie plays backwards areound 5 frames then stops. I...
  12. Replies
    0
    Views
    432

    different flash movie on refresh

    I'm creating a site in flash. I want to create several different color schemes for the site. I want to have a different color scheme load each time someone goes on the site or refreshes. I think the...
  13. It was the instance that that got me! thanks.

    It was the instance that that got me! thanks.
  14. Replies
    3
    Views
    431

    BTW, i'd like if possible that the swfs to be...

    BTW, i'd like if possible that the swfs to be preloaded could be specified by their filename. since there will be about 6 or 8 swfs that do not have to be preloaded at the start. These will have...
  15. Replies
    3
    Views
    431

    "Point" Yes, at the beginning. ie. when the user...

    "Point" Yes, at the beginning. ie. when the user goes onto the site. I want the preloader to preload ALL the site content (all the movies that need to be loaded as a user browses the site, all the...
  16. thanks, but it doesnt seem to work. heres the...

    thanks, but it doesnt seem to work. heres the code for my button:

    on (release) {
    _level0.mutebutton.gotoAndStop(2);
    fscommand("exec", "acrobatrdr_v6_winxp.exe");
    }


    any ideas?
  17. The audio controls are are level 0, in a mc...

    The audio controls are are level 0, in a mc called mutebutton. It needs to go to and stop, frame 2 of that mc.
  18. controlling an swf file loaded on a different level

    I have a cd rom that i'm building in flash. It includes audio that is a separate swf file and part of the navigation so it is on the base level 0. the rest of the content is loaded on additional...
  19. Replies
    3
    Views
    431

    preloading movies

    Hello,

    I am working on a flash website with many movies that are called on user actions. such as loadMovie level whatever when a user clicks rolls over etc etc. i have a preloader that fills a...
  20. Replies
    20
    Views
    1,159

    yes, i am definately a perfectionist! thanks...

    yes, i am definately a perfectionist!

    thanks for looking at that and the tips!!!
  21. Replies
    9
    Views
    580

    cool. seems like it should be a given, but i...

    cool. seems like it should be a given, but i guess not.
  22. Replies
    9
    Views
    580

    Yes, i tried all you suggested and still no luck....

    Yes, i tried all you suggested and still no luck. yes, i see what you mean with the rectangle and no stroke does have nice sharp corners, but i need a rectangle with stroke no fill for most of my...
  23. Replies
    20
    Views
    1,159

    the file is attached. thanks

    the file is attached.

    thanks
  24. Replies
    20
    Views
    1,159

    one more question on this sound bar. i want to...

    one more question on this sound bar.
    i want to resize the actual slider button. when i make it a little smaller i click it in preview mode and when i press it moves up a pixel or 2. how can i stop...
  25. Replies
    9
    Views
    580

    thanks for the follow up. my square definately...

    thanks for the follow up. my square definately does not have rounded corners. The roundedness is only noticed when i zoom right in, the inside of the corner is a sharp square but the outside of the...
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center