A Flash Developer Resource Site

Search:

Type: Posts; User: mvmartin

Page 1 of 3 1 2 3

Search: Search took 0.18 seconds.

  1. Jumping directly to a frame using HTML link

    Hi,
    I'd like to be able to create an HTML link to jump to a specific frame within a Flash movie.

    The reason, I have a site that has lots of videos on it (http://manufacturing.stanford.edu). A...
  2. If Movie2 starts downloading while Movie1 is...

    If Movie2 starts downloading while Movie1 is downloading, it will take longer for Movie1 to download.

    Since my file is an elearning course, where the students can jump forward using a fast-forward...
  3. Movie2 is an external .swf. As for putting a...

    Movie2 is an external .swf.

    As for putting a loadmovie command on the first frame of Movie 1, I start playing Movie 1 almost immediately (while it's still downloading). So if I put a LoadMovie...
  4. I don't think I did a good job of explaining what...

    I don't think I did a good job of explaining what I wanted.

    How about this - is there an easy way to code up "do not start loading movie 2 until movie 1 has completed downloaded"?
  5. Load a swf after another is fully downloaded

    Hi,
    I want to preload a movie while another movie is playing. This will save my users having to wait for the download of the second movie.

    However, I don't want the second movie to start...
  6. Alternative to CarsonMedia eGames Generator

    Hi,
    I wanted to include some question/answer games in my elearning course.

    I found one software package (eGames Generator by CarsonMedia) that makes it easy to create fun little tests.

    What...
  7. Replies
    0
    Views
    670

    Powerpoint .emf problem

    In the past I've created .emf files from Powerpoint slides and then imported them into Flash.

    I tried this recently after reinstalling my Powerpoint, and there's a problem.

    Whereas before there...
  8. Replies
    0
    Views
    313

    Help me Obiwan!

    Hi,
    This should be simple, but I've looked and read and can't figure it out.

    I'm using Flash MX. I want to give my users the options of displaying text in Japanese (and other languages)....
  9. Replies
    28
    Views
    3,685

    Keith, You could certainly put the code in to...

    Keith,
    You could certainly put the code in to give a warning. Just need to put an "If" statement in that will jump to a different message if within two days of expiration.

    Good luck.
  10. Replies
    28
    Views
    3,685

    You could have the date set wrong. In Flash,...

    You could have the date set wrong. In Flash, January is "0", February is "1" and so on (I don't really understand why it's done that way, but it is).

    So if you want it to expire on January 30, you...
  11. Replies
    28
    Views
    3,685

    Keith30, I received the file you emailed me. The...

    Keith30,
    I received the file you emailed me. The problem was that there needed to be a Movie Clip called DateCheck (or whatever you want to call it) on the main timeline with the code in it. I've...
  12. Replies
    28
    Views
    3,685

    Hi all, As for posting the .fla, it's too big to...

    Hi all,
    As for posting the .fla, it's too big to upload (I believe there's a limit on upload size). In any case, all the code is in the previous posting. You should just be able to cut and paste per...
  13. Replies
    28
    Views
    3,685

    This probably too late for Keith30, but might be...

    This probably too late for Keith30, but might be useful to others. Any suggestions on improvements are welcome.

    Of course, as Oldnewbie says, all protection schemes eventually fail, but this is...
  14. Date Check Function - not working in Europe

    Hi all,
    I created a simple date check function for a Flash program that I sometimes send out on CD's. It checks the date on the computer, and if it's past a certain date it jumps to the end of the...
  15. Replies
    2
    Views
    484

    HTML version better than .swf

    When I open a certain .swf file directly,

    http://www.design4x.com/misc/Camtasia_FlashOutput.swf

    the image quality is mediocre, with the text being hard to read.

    However, when I open the...
  16. Replies
    2
    Views
    445

    Embedding HTML (and PDF) into Flash

    This is kind of backwards, but I need to embed some HTML documents into my Flash interface. A company already has an interactive HTML questionnaire, and they want it (along with a lot of other...
  17. Replies
    8
    Views
    646

    That's what I was afraid of. Is there an easy way...

    That's what I was afraid of. Is there an easy way to do that? That seems rather dumb of MM - as if no one ever wants to load a quiz into another .swf.

    Thanks,
    your friend in the lower hierarchy...
  18. Replies
    8
    Views
    646

    For the code, if you go to Flash MX, and then go:...

    For the code, if you go to Flash MX, and then go:

    File
    New from Temple

    And then choose Quiz, and then choose Quiz1, it should open up the FLA that I used to create my quiz.

    If that doesn't...
  19. Replies
    8
    Views
    646

    I updated my second message, so check it out....

    I updated my second message, so check it out. Thanks.
  20. Replies
    8
    Views
    646

    Can't get the FLA small enough to upload....

    Can't get the FLA small enough to upload. However, if you have MX, just go to File/New from Template and then choose Quiz. I used Quiz1 template.

    When I call it within another .swf (and load it...
  21. Replies
    8
    Views
    646

    learning interactions template problem

    Hi,
    I built a test using learning interactions and am having problems with it.

    It works fine when I publish the test and run it as a standalone .swf. ( http://design4x.com/test/section1.swf )
    ...
  22. Replies
    0
    Views
    1,694

    Powerpoint Import using WMF or EMF?

    Hi,
    I'm importing a bunch of Powerpoint slides into Flash MX by saving them as WMF or EMF in PPT and then importing. A few questions:

    - Is WMF or EMF a better format to save the slides in?
    -...
  23. Thanks. Any idea why the following isn't...

    Thanks.

    Any idea why the following isn't working?

    loadMovieNum("dc.swf", 2);
    // This checks to see that dc.swf is present.
    if (_level2.GetBytesTotal()<1) {
    _root.gotoandstop(25); //...
  24. How to check to see if .swf file is present

    Hi,
    I'm loading up my movie, and when that movie has loaded, I want to check to see if another specific .swf is in the same directory.

    What's the easiest way to check to see if that .swf is...
  25. Replies
    1
    Views
    405

    One Time Events

    Hi,
    I'm currently using a progress bar to indicate how much of my movie is loaded. When I reach a certain percentage loaded, I want the movie to start automatically, so I have an "if" statement that...
Results 1 to 25 of 70
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center