Need help buttons toggle, nested set of video clips!

Problem # 1

I have a clip I want to trigger it with a toggle button, inside this clip I have various video clips in different layers that should play at the same time.

The problem here is that when I press on enter and watch the clip on the stage, each layer plays but when I do the film do not play a few layers. How can I make all play?

Problem # 2

I did a toggle button on a clip, now I need to be able to do things more:

1. the inactive button after which is clicked

2 - Added feature to it so that it plays a nested video, how do I code? I have to add an event listener or a mouse event?

3-make it stay flipped until another button is clicked:

When a button is activated, it will remain pressed until another button is clicked then it releases automatically. (is it even possible?)

Thank you!!!

Problem #1

If you have some movieclips in layers, order them to play

Problem #2

1. remove the event listener

2. you must add code to say what a nested video should play

3 keep the identity of the toggled button and have a function that resets using this variable

Tags: Adobe Animate

Similar Questions

  • Hello, I need help, I can't play the video using Facebook. Works very well in Youtube. I use Safari. Tried different solutions such as changing preferences, reinstalling Flash.

    Hello, I need help, I can't play the video using Facebook. Works very well in Youtube. I use Safari. Tried different solutions such as changing preferences, reinstalling Flash.

    Hello

    Please try following the steps and see if it helps

    1. Please work through this guide.

    https://helpx.Adobe.com/Flash-Player/KB/video-playback-issues.html

    Follow the instructions in the guide on the provision of the dxdiag report and additional information on what you tested and observed.

    2 turn off hardware acceleration in the settings. Steps are mentioned in the link below

    How to disable or enable hardware acceleration?

    Thank you

  • set a video clip

    How can I set a video clip that includes only part of the video?  During playback, the player must pick up at a specified time t1 and then play for the specified time.

    I'm trying to implement the SMIL syntax as follows:

    < video
    SRC = "vid11981.flv".
    ID = "103".
    clip-begin = "20 years".
    hard = 10 "s".
    region = "video_right."
    / >

    How can I create a video element looking to 20 sec and play for 10 seconds?

    I read about the latest version of the plug-in OSMF having limited the implementation of SMIL in the form of a plugin. Are there examples / documentation on this?

    Thank you!

    Hi DillipShah,

    I couldn't find a sample SMIL in the repository, but your example looks like it is a mistake.  Void clips use two attributes clipBegin and clipBegin.  They also do not have the ' in the end, all the values are supposed to be seconds.  The other problem is that the url of the video is relative, which means that it may not work if your clips is not stored in the same directory as your player.  I'm not too sure if the regions are still supported.

    The SMIL plugin can be loaded using the MediaFactory, for an example on how to use a plugin, see the MASTSample in the apps/plugins/trunk folder of the source tree.  Optionally, if you do not need a SMIL, you can create a subclip by specifying start and end to the constructor of the StreamingURLResource times.

  • Need help button!

    I want to do a simple round button that lights up when you mouse over and depressed when clicked.

    Apparently, to do this, I need to use filters to make the glow and bevel. But Filtersonly works on clips video, buttons and text.

    So I have a circle and convert it to a button symbol (Btn1). Then I do another button symbol (Btn2) and use the first button (Btn 1) symbol on the site above and down to 2 Btn executives. Various filters are applied to 1 Btn on the site above and down chassis to get the effects I want.

    I have test the button (Btn2) using simple to activate buttons. It works perfectly - shines on mouse and depresses to click. Then I try to test the animation - and the button doesn't work!

    Not it works when exported in the form of SWF file!

    I watched a video tutorial that accompanies my book Hands-we-training (HOT) Flash Pro 8, and he used roughly the same technique - except that it has only been tested its button with simple buttons allow. I bet my house that his didn't work with test movie either!

    The stupid thing is I just achieved exactly what I wanted very quickly using LiveMotion 2!

    What's not here? Why is it so impossible create a touch of sparkle in Flash? Why was it easy Live motion years?

    Any help is appreciated!

    Thank you

    Craig

    GhengisJones;
    It's just a matter to become familiar with another way to
    things. If I followed your description, by converting form a film
    clip and then place instances of this clip keyframes in a button
    (apply the filters to the clip case you like) should
    work. -Tom Unger

  • I still need help with a thumbnail view in video files Real Player XP sp 3

    I still need help with thumbnail view in video files Real Player XP sp 3-Help! Help! Help!

    You will need to contact the support of Real Player, since the problem occurred with their program.

  • Help - I can't use my video clips in moviemaker

    My videos are. MOV files and I can not use apparently on moviemaker.  How can I change the WMV files or MPEG or those that I can use?  I use Windows Vista

    Sam Annabel

    There are many converters available on the net... some
    free... some detail.

    The following freeware converter is just one example:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory (freeware)
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster download)
    (the file you want to download is: > FFSetup280.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the final screens)
    (Windows XP / Vista / 7)

    First, you will need to decompress the file or just open the
    Drag FFSetup280.exe out of the folder
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your video clips on the main screen...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck...

  • Set the video clip

    Hello I have asked that my topic to another, but this subject was mainly related to another problem.

    My question is;

    I have 3 x 3 squares square ("box_mc" s movie clip duplicated from 1 film clip "box" on stage)

    I want to put a small box (it's the video clip "smallmc") in front of cotyledon (which is one of the other mc "box_mc" already placed on stage). When I click on the big box (I mean "box_mc"), I would like to join an instance of "smallmc" in front of a large.

    I have this code in the 'box' mc;
    on {(press)
    If (this.selected == 0) {}
    trace ("checked");
    selected = 1;
    _root.attachMovie ("smallmc", "smallmc" + count, getNextHighestDepth (), {_x: this ._x, FLF: this ._y});
    _root. Count ++;
    trace (_root. (Count);
    } else {}
    trace ("Unselected");
    selected = 0;
    _root. -Count;
    trace (_root. (Count);
    }
    }

    but this code puts "smallmc" under "boxmc": ((et 1 plus de problème;))

    I have 3 x 3 boxes big; and when I click on a "boxmc" he puts 1 smallmc then I click on another 'boxmc' is 'smallmc' but a previous dissappearing. (but this isn't prior problem I think first I should put small boxes in front of the biggest)

    Thank you for your help tips

    Don't know if this will help but: getNextHighestDepth() is not autonomous
    method - it is a method of a MovieClip. You need something like:
    this.getNextHighestDepth () instead.

    --
    Dave-
    Adobe Community Expert
    www.blurredistinction.com
    http://www.Adobe.com/communities/experts/

  • Need help to change the setting of the function key in Windows 8, help?

    Hey, I bought a HP laptop yesterday (which I am very satisfied) and decided to play Guild Wars 2 and all of my favorite PC games. In the game, I discovered that all of the F buttons work without pressing FN, which is annoying. So although I am tyring to combat various things I'll always turn down the brightness and turn off the wireless so if I could know how to swap it around, so when I press FN I can turn down brightness etc that would mean I could now use the F buttons normally any help would be nice thank YOU!

    Hello

    You should be able to change this setting in your Bios menu - see the document at the following link.

    http://support.HP.com/us-en/document/c02035108

    Kind regards

    DP - K

  • Need help with the property setting.

    Hi all

    I need a help in a drift a property setting.

    We have a HP planning property definition in DRM. Sourceplan which is a defined property type with a default value as plan1.

    I want to make this value of a derived property and add a parameter here inorder to fulfill my obligation i, e

    If a hierarchy is to have a node name containing the string value ABC, XYZ or MNC then it HP. Type of SourcePlan must get filled with value Plan, Plan2 and plane3, otherwise it must be an empty value.

    I need a help on the settings here.

    Thank you

    Madhu

    Try this malfoy-

    If)

    LessThan (Length (ReplaceStr (Abbrev (), ABC, F)), Length (Abbrev (()), Integer).

    Base1,

    If)

    LessThan (Length (ReplaceStr (Abbrev (), XYZ, F)), Length (Abbrev (()), Integer).

    Plan2,

    If)

    LessThan (Length (ReplaceStr (Abbrev (), MNC, F)), Length (Abbrev (()), Integer).

    Plane3)

    )

    )

    Thank you

    Denzz

  • Need help with the sRGB setting works correctly.

    After reading a lot of comments from all kinds of sources, I decided for my purposes, it is best to put my Photoshop CS4 in sRGB. The problem I have is that often if I drag and drop an image as a new layer on another image I get a warning asking me if I don't know I "want to convert colors to a destination document with a color profile that does not match the current RGB workspace?"  She continues to tell me that my source is sRGB IEC61966 - 2.1 and that my destination is Adobe RGB (1998) and that the work is sRGB IEC61966 - 2.1.   Given that I put my Photoshop under Edit > settings of colors of sRGB IEC61966 - 2.1 and I have my camera to sRGB color I wonder why the window tells me that my destination is Adobe RGB (1998).  I initially shot in RAW and then open my photos in Camera Raw in Bridge and when I'm done with whatever changes, I want to do I simply 'Open Image' which, of course, it will open in CS4 where colors, is once again, sRGB.  What else do I need to change to get all operating under colour adjustment sRGB?

    Thanks for any help you can give.

    The color camera setting applies only to JPEG files as you shoot.

    If you shoot in RAW, then your image has a color space that is applied until you open it in Photoshop.

    At the bottom of your Camera Raw window is a hot blue link. Click it to open the workflow Options.

    Here, you can change the color space, Bit depth. Size and resolution that your image open in Photoshop.

    These settings in ACR to override settings you have for your default color space in Photoshop

    .

    Post edited by: Bo LeBeau
    changed color in the color space mode,

  • Need a button to switch to a video

    Hey, I'm very basic Flash, but to the extent where I created a small portfolio page with a video background as a cover page. I would like to add a button to the background which will turn video power when the key is pressed again it will play the first video again and play another video. but have no idea how to start. any help would be great...

    You can see my current page at www.kimtraeger.com

    Here's my like for the videobackground:

    Import VideoBg;

    videos of the var: Array = new Array('videos/bird_short.f4v');

    var num:uint = 1;

    var vid:VideoBg = new VideoBg (videos [Math.floor (Math.random () * videos.length)]);

    addChild (vid);

    setChildIndex(vid,0);

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    stage.addEventListener (Event.RESIZE, position);

    stage.addEventListener (MouseEvent.CLICK, startIgen);

    position (null);

    function position(Event=null):void {}

    var SH = stage.stageHeight;

    var SW = stage.stageWidth;

    }

    enterBtn.addEventListener (MouseEvent.CLICK, MinFunktion);

    function MinFunktion(e:Event):void {}

    e.stopImmediatePropagation ();

    vid.ns.pause ();

    enterBtn.visible = false;

    popUp ('start2.swf', 'swf', null, 900, 700, 0);

    }

    function startIgen (Event): void {}

    enterBtn.visible = true;

    vid.ns.resume ();

    }

    function popUp(con,typ,tit=null,wid=550,hei=400,alp=0.7):void {}

    ExternalInterface.call("saveglobalscore",score) ("Shadowbox.open", {content: con, player: type, title: chickadee, width: wid, height: hei, options: {overlayOpacity:alp}});}})

    }

    var vid:VideoBg = new VideoBg (index);

    must be:

    var vid:VideoBg = new VideoBg (videos [index]);

  • XMLAGG structure, performance need help for odd nesting in the schema

    Hello

    I have to produce XML to look like:
    <?xml version='1.0'?>
      <enterprise>
        <membership>
          <sourcedid>
            <id>PHYS_101_001_FA2007</id>
          </sourcedid>
        <!-- NOTE: absence of "members" level tag for XMLAGG! -->
        <member>
          <sourcedid>
            <id>D2LU0001</id>
          </sourcedid>
          <role roletype="Sample Role">
            <status>1</status>
          </role>
        </member>
        <member>
          <sourcedid>
            <id>D2LU0002</id>
          </sourcedid>
          <role roletype="Sample Role">
            <status>1</status>
          </role>
        </member>
      </membership>
    </enterprise>
    It would be simple if the scheme allowed for a '< member >' tag under which fit the tags < member >. But it does not this tag, or any other than those listed above.

    I have a query that does not produce this output (with the exception of the roletype attribute), but its execution is horrible; It takes about 40 minutes to return data:
    SELECT
         XMLROOT(
             XMLELEMENT("enterprise",
               XMLAGG(
                 XMLELEMENT("membership",
                   XMLFOREST( XMLELEMENT("id",cx.mapped_course_id) as "sourcedid"
                            ),
                   (SELECT XMLAGG(
                     XMLELEMENT("member",
                       XMLFOREST(XMLELEMENT("id",spriden_id) AS "sourcedid",
                                 XMLELEMENT("status",'1') AS "role"
                                 )
                           )
                          )
                      FROM enrollments_fall_sfrstca efs
                         , spriden sp
                         , gzv_tuid t
                     WHERE sp.spriden_change_ind IS NULL
                       AND sp.spriden_pidm       = t.pidm
                       AND t.tuid                = efs.user_name
                       AND efs.mapped_course_id  = cx.mapped_course_id
                       AND efs.term              = cx.semester
                  )
                    )
                   )
                  )
                , VERSION '1.0', STANDALONE NO VALUE)
      FROM courses_xt cx
    WHERE cx.semester = :term_code
    ;
    Similar queries produce classes and XML users very well without any performance problems, but these are driven out of the view of course or the sight of registrations, but not both.

    Is there another way that I can produce the nesting that I need for the scheme the provider?

    Source views are basically as follows (showing the relevant columns only):
    courses_xt:
    MAPPED_COURSE_ID       SEMEST
    ---------------------- ------
    AVFT209-13307-201210   201210
    AVFT210-13308-201210   201210
    enrollments_fall_sfrstca:
    MAPPED_COURSE_ID       USER_NAME
    ---------------------- ---------
    AVFT209-13307-201210    FULLERC8
    AVFT209-13307-201210    SHUPEK
    AVFT209-13307-201210    NOMAN
    AVFT210-13308-201210    SHUPEK
    AVFT210-13308-201210    PELLONM
    When I make the request without the XML (with subqueries as a column of the outer query), it returns the appropriate fast data (a few minutes).

    I tried various permutations of XMLFOREST, XMLELEMENT, XMLAGG but I get a syntax error, or the data is not going (e.g. repeated "< membership >" for each "< member >", or should I create a "< member >" invalid tag filter later).

    Please advise!

    Thank you
    Anita Lees

    Hi Anita,.

    Have you tried with a GROUP BY and any subquery?

    Here is an example of the use of schema SCOTT.
    I used the same names to tags and structure so that you can see the analogy:

    SELECT XMLElement("enterprise",
             XMLAgg(
               XMLElement("membership",
                 XMLElement("sourceid", xmlelement("id", d.deptno))
               , XMLAgg(
                   XMLElement("member",
                     XMLElement("sourceid",
                       XMLElement("id", e.empno)
                     )
                   , XMLElement("role",
                       XMLAttributes(e.job as "roletype")
                     , XMLElement("status", '1')
                     )
                   )
                 )
               )
             )
           )
    FROM scott.dept d
         LEFT OUTER JOIN scott.emp e ON e.deptno = d.deptno
    WHERE d.deptno IN (10,20)
    GROUP BY d.deptno
    ;
    

    What gives:

    
      
        
          10
        
        
          
            7782
          
          
            1
          
        
        
          
            7934
          
          
            1
          
        
        
          
            7839
          
          
            1
          
        
      
      
        
          20
        
        
          
            7369
          
          
            1
          
        
        
          
            7902
          
          
            1
          
        
        
          
            7566
          
          
            1
          
        
      
    
    
  • Need help to remove the flicker of video DSLR

    Im working in Adobe Premiere Pro CS5 with a DSLR chronology.

    IM using an EOS 7 d, Nikon D7000 and a T2i.

    The video was recorded in an Executive Office and got his two desktop as background monitors.

    Images of canon has a problem, monitors have an effect of bands/glitter on them and it's quite distracting

    I tried to use the effect of standard anti-flicker (under the effects of movement) does not.

    Does anyone know how I can remove this banding, it is absolutely crucial to the video together and I would be willing to resort to a third party

    plugin.

    Thanks in advance for any help you can provide.

    If you can find a framework of shooting that no poster not twinkle or bands (and assuming that the screen is still, do not change), you could export a still image of this frame, bring him in the draft, place it over the original photo in the sequence and then use a matte effect to only display the (cache item 4 or 8 points would work). Again, this is assuming that it's just a static screen, and that the blow is locked down, and that nothing dims the screen in the original shot, for example a mobile arm. If you have to deal with this scenario, it would be a job for After Effects.

  • need help to understand the compatibility with video cards

    I recently bought a HP Pavilion a6742p Desktop PC I have no idea what graphics cards, it supports (trying to upgrade). Check the manufacturers page, but I couldn't understand anything either here is the link

    http://h10025.www1.HP.com/ewfrf/wc/product?LC=en&DLC=en&CC=HK&lang=en&product=3875703

    insaneaim wrote:

    THX but which manufacturers video card companies take in charge of hp?

    HERE, none of them.  I recommend the following manufacturers, XFX, BFG, EVGA, Sapphire & PNY, in that order.  These recommendations are based on personal knowledge, as well as several years of hanging around in the forums of enthusiasts.

  • Need help to reset the setting SESSIONS

    Hi people,

    Environment: Oracle 10g Rel 2

    I'm trying to reduce the number of sessions to the database as follows

    * Wink # call existing values *.
    show parameters session;
    show parameters processes;
    show parameters transactions;
    
    sessions     integer  170
    processes    integer  150
    transactions integer  187
    * # Change the value of parameter SESSION *.
    alter system set sessions=3 scope=spfile;
    * # Bouncing the instance *.
    shutdown immediate; 
    * # Start the instance *.
    startup;
    * # Check if the new value takes effect *.
    show parameters session;
    
    Output: sessions integer     170
    * # Check if the new value is in spfile *.
    select NAME||','||VALUE||','||DISPLAY_VALUE||','||ISSPECIFIED
    from v$spparameter
    where NAME like 'session%'
    
    
    Output: sessions,3,3,TRUE
    * # Check if the database has been started with the spfile *.
    SELECT DECODE(value, NULL, 'PFILE', 'SPFILE') "Init File Type"
           FROM sys.v_$parameter WHERE name = 'spfile'
    
    
    Output: 
    
    Init F
    ------
    SPFILE
    Any ideas as to why the SESSIONS setting don't take effect?

    Thanks in advance

    rogers42

    Sessions setting is derived from the setting process, and in most cases, there should be no reason to set it and do not touch.

    Setting of 3 sessions is totally, absolutely stupid as background processes with sessions too.
    That could be another reason why Oracle happily choose to ignore your changes.

    You should spend more time to read the documents, in order to avoid further attempts to wreck Oracle and create more havoc.

    -----------------
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for