A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Video & interactivity

  1. #1
    Junior Member
    Join Date
    Oct 2000
    Posts
    29

    Video & interactivity

    Hey guys,

    Quick question - let's say I've embedded a mammoth-sized video file (say, an .avi or a .mpg or whatever) that needs to basically then interact with the movie... for example, when the movie finishes playing (streaming, whatever), the .swf or Projector file needs to jump to another scene.

    How do I get the video to tell Flash that it's finished playing?

    Any solutions / alternatives are greatly appreciated.

    - Thingee
    ************************
    Don't Talk During Movies
    ************************

  2. #2
    Karma police phreakdevil's Avatar
    Join Date
    Jun 2002
    Location
    B4rc3L0c4
    Posts
    764
    Do you mean this *gotoAndPlay("Scene 2", 1);* on a frame, u may also consider different .swf, deppending on what u want, the size etc.

  3. #3
    Senior Member charlie_says's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    508
    ok i did something like this. what you can do is have various bits of video loaded into a movieclip symbols. then you drop the symbols into stop frames on your main timeline. at the end of your embedded movie place _parent.nextframe() ot if you've got various buttons onrelease jumping to a particular frame number.
    Problem with this is it's not so fast for CD delivery if your movie files are big - haven't tried it on the web, but works fine for kiosk style delivery.

  4. #4
    Registered User
    Join Date
    Mar 2003
    Location
    Australia
    Posts
    27
    why dont you just UnLoadMovie Level once your movie stops streaming, then load a new LoadMovie Level? This should allow you too jump to the next scene.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center