A Flash Developer Resource Site

Search:

Type: Posts; User: nrschmid

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,433

    I know this post is several years old, but I...

    I know this post is several years old, but I thought I would activate the question again.

    Thanks!
  2. Replies
    0
    Views
    938

    Script for loading Print2Flash files

    This is the script I have been using to load files created in Flashpaper.

    function loadFlashPaper(
    path_s, // path of SWF to load
    dest_mc, // MC which we should replace with the SWF
    ...
  3. Replies
    0
    Views
    823

    Embed a swf browswer into a Flash file

    I "think" I know how to place a movie within a movie. But is there a way to have an swf movie (with a browser) to be placed (or embedded?) within the Fla file itself?
  4. What is a good replacement for Flashpaper 2.0

    I am interested in a program like Flashpaper, but it needs a few features:

    1. I need to add it within an FLA file, so ideally if it could be an swf. file that would be great. I am not interested...
  5. Replies
    1
    Views
    1,835

    Change registration point on a button

    How can I do this after I have already created the button?

    Thanks-
  6. Actionscript for opening Flashpaper at "Fit Page" magnification.

    Right now I am using the following script on the frame for the movie that loads the Flashpaper.swf:

    function loadFlashPaper(
    path_s, // path of SWF to load
    dest_mc, // MC which we should...
  7. How to calculate time it takes to open a page

    Right now, I am using a handheld timer to calculate the time it takes to open a movie within a movie during Publish Preview on my desktop. I imagine there is a more accurate way of doing this.
  8. Replies
    1
    Views
    1,800

    Using a preloader for a Flashpaper movie

    Do the same rules apply for preloading Flashpaper movies as preloading other types of movies? Has anyone attempted this before?

    Thanks-
  9. I used a flash decompiler on some .swfs I found...

    I used a flash decompiler on some .swfs I found on another CD and had some similar code, except the C: is removed. The revised script looks like:

    on (press) {

    //load Movie Behavior...
  10. Replies
    5
    Views
    2,134

    Can you post a sample? I would greately...

    Can you post a sample? I would greately appreciate it.
  11. Replies
    5
    Views
    2,134

    It makes sense, but what do I add in the...

    It makes sense, but what do I add in the parenthesis after function?
  12. File paths: publishing settings and working with actionscript

    These are two separate issues regarding file paths:

    1. Publishing Files: I created a flash portfolio and saved the "umbrella" portfolio file (fla. exe. and .swf files) in the C:/ folder. The...
  13. Replies
    5
    Views
    2,134

    Gotoandplay and then skip frames

    I am looking for an actionscript that will go to a certain frame in the timeline, play several frames and then jump to another frame in the timeline. Basically, I want to use this on several...
  14. Replies
    3
    Views
    2,433

    Code to play movie outside of scrollpane

    Basically I have used this code on a button when I want to play a movie:


    on (press) {

    //load Movie Behavior
    if(this.Work == Number(this.Work)){
    loadMovieNum("NADP1.swf",this.Work);
    }...
  15. Why do buttons always appear visible in nested movies

    I created a button in one movie. I nested a second movie that is the same size as the first movie. In the second movie I can successfully hide an object in the first movie with an object in the...
  16. Replies
    1
    Views
    525

    Temporary FLA files

    I accidentally made some significant changes to a flash file that I can't reverse. Is there a way to retrieve a temporary/backup file from an earlier time?

    Thanks-
  17. Thanks- This works with one higher level, or a...

    Thanks-

    This works with one higher level, or a root. What happens when I have 2 levels above (a movie within a movie within a movie). I wanted to reference the next higher level. I tried...
  18. Replies
    0
    Views
    503

    loadmovie on a different slide

    I have a button on Slide 1. I want to click on the button and go to a different slide where the swf. will load in the movieclip. What code should I use?

    Thanks-
  19. How do you save a movieclip as a separate fla file?

    I created a movieclip within a larger fla. file. The movieclip has many layers, objects, tweens, etc. I want to save this movieclip as a separate fla file. How do I do this?

    Thanks-
  20. Replaying a movie on a frame without having to click twice

    Please see fla. file attached.

    When I click on the green button, the movie loads up. However, when I want to load up the movie a second time, I need to click the green button twice. How can I...
  21. Replies
    5
    Views
    879

    Thank you all very much. Do you have any fla...

    Thank you all very much. Do you have any fla files for this?

    Thanks again-
  22. Replies
    5
    Views
    879

    How to create a scrollpane from scratch

    I googled this online, and almost all of them start with dragging the scrollpane from the component toolbar.

    I don't like the way this scrollpane looks. How to change the color, shapes, etc. ...
  23. Replies
    0
    Views
    453

    Scrolling box with buttons

    I want to scroll through a list of buttons that link to other pages in my fla file. How can I do this? Is this a listbox, combobox? I also want to adjust the look of the components.

    Thanks-
  24. Viewing a website font on a computer without the font

    I want to use the Gotham font for a website. Not every computer has this, so I imagine a default font is used (Arial, Verdana, etc.). Is there a way to install the font when a viewer clicks on the...
  25. Adjust vertical dimensions of text box without scaling text

    I have a single-line text box. I want to get rid of the white space underneath and on top of the text without scaling the text. I can do it horizontally but not vertically. Any ideas?
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center