A Flash Developer Resource Site

Search:

Type: Posts; User: CharleyParker

Page 1 of 19 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    1,771

    Firefox Zoom cuts off Flash window

    This page is mostly HTML/CSS with a Flash swf at the top that simply rotates through some images: http://www.luminastudio.org

    If you visit the page in Firefox for either major OS and use the...
  2. Replies
    2
    Views
    637

    MX04 If the security warning you mention is the one...

    If the security warning you mention is the one asking if you want to make adjustments to your Flash Player settings, it may only be happening because you are testing the movie on your local drive.
    ...
  3. If you set Dimensions to Percent (100%) in the...

    If you set Dimensions to Percent (100%) in the "HTML" tab of publish settings, the movie scales uniformly with the browser window, just like dropping a raw swf into the window. It's very easy, but...
  4. Thanks for the reply. Do you mean turn off...

    Thanks for the reply.

    Do you mean turn off percentage scaling in the Publish Settings and perform the stage scaling in code when there is a resizing event, or leave scaling at percentage in...
  5. Allow only parts of percentage-scaled swf to scale?

    Is there an easy way to prevent particular elements in a percentage-scaled SWF from scaling?

    I want to make a liquid Flash interface in which only the content scales with the browser window, and...
  6. Wonderful! (For some reason, I was expecting it...

    Wonderful! (For some reason, I was expecting it to be more complicated.) Thanks!
  7. Completely disable movie clip button in AS3?

    I have an swf with several movie clips set up to work as navigation buttons (using _up, _over and _down frame labels). The same navigation swf is used by several different HTML pages and navigates...
  8. Works like a charm! Never would have thought of...

    Works like a charm! Never would have thought of it.

    Thanks, moagruis!
  9. [RESOLVED] Custom Cursor problems when over a button

    I have a script to display a particular custom cursor when the mouse is over a particular button. It works OK, in that the cursor is displayed on MOUSE_OVER and hidden on MOUSE_OUT.

    The problem is...
  10. Thanks. Unfortunately, that's not practical in...

    Thanks. Unfortunately, that's not practical in that loading all of the images would force the user to wait too long before the animation started.

    It would work, though to have one clip load in...
  11. Making externally loaded content of movie clips persistent

    AS2

    I'm making a very simple cross-fading slide show of JPEGs loaded from a folder. I'm loading them into movie clips with:


    holder1_mc.loadMovie("images/home_flash/image1.jpg");...
  12. Replies
    3
    Views
    4,071

    Could the path from the parent movie to the text...

    Could the path from the parent movie to the text file be different from the path from the individual section to the text file?

    Once a child movie is loaded into a parent movie, paths to external...
  13. Replies
    4
    Views
    554

    Try adding a layer inside your button. On the...

    Try adding a layer inside your button.

    On the Down frame in the extra layer, put the same sound as is in the Over frame, but set the sync to "Stop".
  14. Replies
    4
    Views
    554

    Using AS2, you could attach the following action...

    Using AS2, you could attach the following action to your button (where "button_btn" is the instance name assigned to the button):
    button_btn.onPress = function() {
    stopAllSounds();
    }
  15. Replies
    5
    Views
    536

    Sorry for the delay in replying, it took a while...

    Sorry for the delay in replying, it took a while to go through your file. Everyone does things differently.

    Yes, the layout of your buttons makes what I'm suggesting difficult, as does the fact...
  16. Replies
    5
    Views
    536

    Can you post your FLA so I can see the...

    Can you post your FLA so I can see the arrangement?
  17. Replies
    5
    Views
    536

    If I understand your situation correctly, one...

    If I understand your situation correctly, one solution is to not have a rollOut state for the main button.

    In the frame of the movie clip in which it stops with the sub-menu visible construct an...
  18. Replies
    4
    Views
    416

    If you're looking to use a book to teach you from...

    If you're looking to use a book to teach you from the ground up, look at Foundation Flash for Designers.

    If you want reference to quickly look up how to do individual tasks, use the Visual...
  19. [f8] Looping problem for unusual scrolling thumbnails

    I'm trying to create a set of thumbnails that moves across the stage to a certain point when the individual clips in the set are clicked on.

    This is an attempt to reproduce part of the...
  20. Wow. Thanks, gparis! I've been trying to get this...

    Wow. Thanks, gparis! I've been trying to get this for hours.

    For the benefit of others here is the contents of my test text file with the successful URL encoding for ®:

    description=Some...
  21. [RESOLVED] [F8] Displaying HTML entities in dynamic text from external text files

    I'm pulling content for a dynamic HTML formatted text box from a series of client-editable text files using LoadVars.

    Flash 8 allows for the use of HTML entites in HTML text, and my client's text...
  22. I'm not certain this is the only thing wrong, but...

    I'm not certain this is the only thing wrong, but in many of your button actions you have left out the semicolons necessary to end statements. i.e.
    on(press){
    nextItem=1
    play()
    } should be ...
  23. Replies
    4
    Views
    641

    Thanks. I understand your point, but a subtle...

    Thanks. I understand your point, but a subtle preloader is essentially what I have now, and I would like the preloader to be obvious to the modem user and completely out of the way for the high speed...
  24. Replies
    4
    Views
    641

    Thanks for the thought, but it's not a solution....

    Thanks for the thought, but it's not a solution.

    I'm dealing with many loads of swf's that are about 30-60k, hardly enough to be worth a preloader on high-bandwidth, even slow DSL, but just enough...
  25. Replies
    4
    Views
    641

    Low-bandwidth only clip preloader?

    Does anyone have a reference for a movie-clip preloader (for loading external swf's into clip, with loading bar, percentage, etc.) that shows up for low bandwidth users but is hidden or skipped if...
Results 1 to 25 of 470
Page 1 of 19 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center