A Flash Developer Resource Site

Search:

Type: Posts; User: SteveWWD

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    518

    CS3 Targeting Movie Clips

    This should be really easy yet I am having such trouble with it. I have movie clips that I am using as buttons. So I have movie clip A and have assigned a rollover and rollout mouse event on it. ...
  2. Replies
    5
    Views
    796

    Anyone?

    Anyone?
  3. Replies
    5
    Views
    796

    It did not work. I tried by placing a label on...

    It did not work. I tried by placing a label on the first frame of my timeline called _hello


    function printButtons(butt1, butt2, butt3, butt4, butt5, labelz){

    butt1.onRollOver = function () {...
  4. Replies
    5
    Views
    796

    Yes, I only use movie clips, not buttons. So if...

    Yes, I only use movie clips, not buttons. So if I use (String(label)) in the function, does that mean that I still use the labels as "_label"?
  5. Replies
    5
    Views
    796

    Functions and Labels

    I have a function set up with all of my buttons, but I cannot seem to get it to work when jumping to labels. Is it even possible? Here is the code - Actionscript 2.0




    stop();

    ...
  6. Replies
    1
    Views
    402

    Button that jumps to labels

    I am unsure how to do this. I am setting up a gallery and there is a forward and backwards movie clip acting as a button to load the next sequence of pictures or the previou sequence. Seems pretty...
  7. Replies
    3
    Views
    1,376

    Doesn't work

    I tried that. On the level 5 swf file I tried using the movie clip loader to get a
    swf file to load into a movie clip calles magScroller. It works using plain old
    ...
  8. Replies
    3
    Views
    1,376

    Preloading Jpegs and Swfs

    I have a site where multiple swf files are being loaded into a master file at level 0. All of the swfs preload using the movie clip loader fine onto level 5. However, I am then loading swfs and...
  9. Replies
    3
    Views
    2,472

    Font

    Its tough to explain, cuase I am not sure why Flash is not letting me use the font that I added to the library as my font for the dynamically loaded text. So for not I am just using _serif
  10. Replies
    3
    Views
    1,082

    I know that i could just make 12 tween out...

    I know that i could just make 12 tween out sections on each movie and make sure that each button states at a different frame of the currently loaded level, but there has got to be an easier way. ...
  11. Replies
    3
    Views
    1,082

    Files

    Hey thanks. The file I am working with is the main.fla, but all the files use items from the shared library file. They all get loaded into the master file so that is where to test from. when the...
  12. Replies
    3
    Views
    1,082

    Should be simple [MX04]

    This seems like it would be simple, but I am not sure if it will work at all. I have a site in which the main buttons load onto level50 of a master file and all the pages load into level 5. What I...
  13. Replies
    3
    Views
    2,472

    System Default Font

    I am trying to load text dynamically from an external .txt file. I have embedded a font in a shared library and imported the library into my .swf file. What I am noticing is that Flash is creating...
  14. Replies
    0
    Views
    352

    Export Actionscript for First Frame

    I want to create a site that had external .swf files loading into a main .fla, however I want to have shape tweens in between each load when a button is pressed on the main.fla. To do this I figured...
  15. Thread: Sound Volume

    by SteveWWD
    Replies
    1
    Views
    720

    Sound Volume

    I have a file that has a background sound that starts via this script

    my_sound = new Sound(this);
    my_sound.attachSound("background.mp3");
    my_sound.start(0,999);


    within the movie clip that...
  16. Replies
    2
    Views
    730

    Or will I have to create an HTML page in, say...

    Or will I have to create an HTML page in, say Dreamweaver, and place the embedded swf. file centered within it?
  17. Replies
    2
    Views
    730

    Centering page on all browsers

    I am not sure why I am having trouble with this. I am just trying to have my flash site center in all browsers. On Safari it is left aligned and in firfox and ie it is right aligned. I would think...
  18. Replies
    0
    Views
    419

    Why Actionscript?

    One thing that I have heard a lot about, but never really understood is the overall advantage of using mostly actionscript on the first frame of a .fla rather than building a site graphically, with...
  19. Replies
    8
    Views
    639

    Loading with actionscript

    Well I have went back and taken out the check for export in first frame on everything. the problem is that on each individual page I am attaching a movie randomly, it looks like this

    swap =...
  20. Replies
    8
    Views
    639

    Tutorial

    Hye thanks, of all the preloader tutorials I have seen, that one was the most in depth. I think that my problem was that I went ahead and checked the linkage of all my movie clips to export...
  21. Replies
    8
    Views
    639

    [MX04] Size Report

    Any idea why the frame bytes on my size report are equal to the total bytes of my swf file. I cannot get a preloader to work. The file completely loads and then jumps to the preloader on frame one...
  22. Replies
    8
    Views
    639

    The frame bytes on my size report are

    The frame bytes on my size report are
  23. Replies
    8
    Views
    639

    Does nayone answer these things? Anyway I tried...

    Does nayone answer these things? Anyway I tried this code on the preloader movie clip

    onClipEvent (enterFrame) {

    mctotal = _root.getBytesTotal();
    mcloaded = _root.getBytesLoaded();
    ...
  24. Replies
    8
    Views
    639

    Anyone?

    Anyone?
  25. Replies
    8
    Views
    639

    Can't get preloader to work

    I canot figure this out. I have tried to use this preloader loaded dynamically as a seperate swf file and nothing worked. My site is a swf file is that is 2mb, and it takes forever to load. I have...
Results 1 to 25 of 67
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center