A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: Play/Stop flv from main timeline?

  1. #1
    Senior Member
    Join Date
    Mar 2003
    Posts
    120

    Play/Stop flv from main timeline?

    http://studio34design.net/aleks/aleks_chem3.html

    about 30 seconds into this flash, there is an FLV of a computer screen. The problem is, when I pause the swf, the flv keeps going. How do I get around this?

    1. Is it possible to convert the flv to swf?
    OR
    2. Is it possible to control the flv from the main timeline?

    thanks people!
    *brittany*

  2. #2
    Ryan Thomson EvolveDesigns's Avatar
    Join Date
    Oct 2001
    Location
    British Columbia
    Posts
    3,338
    how did you load the flv in to flash? netConnection?
    Evolve Designs Interactive Media
    the natural selection

  3. #3
    Senior Member
    Join Date
    Mar 2003
    Posts
    120
    it was loaded through the flv playback component. the flv resides on the server.
    *brittany*

  4. #4
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    Click on the component and in the Properties panel, give it a name. Let's say you named it "myPlayer".

    In the same frame where you stop the timeline, add:

    Code:
    myPlayer.pause();

  5. #5
    Senior Member
    Join Date
    Aug 2007
    Posts
    121
    Quote Originally Posted by rdoyle720
    Click on the component and in the Properties panel, give it a name. Let's say you named it "myPlayer".

    In the same frame where you stop the timeline, add:

    Code:
    myPlayer.pause();
    thanks YESS thats the easiest way to pause it....


  6. #6
    Bmcc*81 bmcc81's Avatar
    Join Date
    Jul 2007
    Location
    Montreal
    Posts
    299
    How did you stop the timeline?
    Bmcc81
    Flash Designer / Web Developer
    -----------------------------------
    http://www.webinkgraphics.com

  7. #7
    Junior Member
    Join Date
    May 2010
    Posts
    7
    I have the same issue but as a total newbie have a question. Where do I click on the component to name it? If I click on the FLV playback in the component window or on the timeline keyframe it just labels the keyframe. Please explain - Thanks!!

  8. #8
    Senior Member
    Join Date
    Mar 2003
    Posts
    120
    you can name it in the properties palette
    *brittany*

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