How to create a Blur overlay on to mask parts of an FLV import

I am a Flash Novice, using Adobe Flash CS3 Pro.
I have a number of training recordings (system demonstrations) that I've created using Camtasia, and are output in FLV format (the requested output format).
The training recordings contain some live data that I wish to mask, ideally with a blur effect rather than solid blocks.
The complexity of the training, and effort to create it means that going back to edit the Training would be an absolute last resort.
In one example; I have imported the FLV file, created KeyFrames at the start and end points between whcih I need to mask 2/3 sections of the screen
Is it possible to have a layer interact with a 'lower' layer, to create a blur mask on specific sections of the screen?
I am not able to get online frequently in the next couple of days, so if I don't respond to your answers/questions immediately, please bear with me.
Kind regards
Stuart

You could embed Flash cue points into the .flv file that would trigger an "event" when the video hits the cue point. That "event" can be any type of other Flash action you want.... including calling up a mask or changing the alpha on a mc to blur part of the video screen.... just have that mc in a layer above the vid player.
More on cue points here:
http://www.mediacollege.com/adobe/flash/video/cuepoints.html
or Google for more info.
Example of working code.... flv played via NetStream to load one of two .swf files... which .swf plays depending on which cue point is called.
// This code controls the cue points //
ns.onCuePoint = function(evt:Object){
    trace(evt.name);
    trace(evt.time);
    if(evt.name == "play_vid1") {
        trace("YO!Loading wide_holder!");
        wide_holder.loadMovie("rm/images/black_bear.swf");
    if(evt.name == "play_vid2") {
  trace("YO!Loading standard_holder!");
        standard_holder.loadMovie("rm/images/sqis.swf");
Best of luck,
Adninjastrator

Similar Messages

  • How to create a blur effect with CS6 ?

    Hello , On the CS5.5 version of the blur effect was proposed . In CS6 it no longer exists.
    How to create a blur effect input or output on a video with CS6 ?
    Thank you

    Hi !
    Thank you ! it's perfect !
    Bye

  • How to create an ImageIcon from other ImageIcon's part?

    I have an ImageIcon instance and want to create an other one from the specified part of the initial icon.
    How can this be done??
    Thanks. Boris.

    If I were you, I would create a BufferedImage and paint the ImageIcon into it. You have the choice of either :
    - in the paint method itself, modify the clip bounds so as to make it only paint the desired region
    - or paint the image completely and then use BufferedImage's getSubimage method
    Either way, you'll get a BufferedImage that you can use to create your target ImageIcon

  • How To Create the source data in the destination part of Shuttle in APEX?

    Hi,
    I create a shuttle in a region, and I can specify the source list value in the left part of the shuttle, and how can I create the original data in the right part(destination field).
    Now the destination part alwasy is null at first when open the page.
    So any idea? or Shuttle in Apex just can set the source data in the left part?
    Edited by: PPMonkey on Jun 18, 2009 10:10 PM

    Re: How do you populate right side of Shuttle control

  • How to create this png overlay-on-swf nice effect in DW CS4?

    Hi - any ideas on how, in DW CS4, to create this very well done effect?
    It has a png alpha image overlay on top of a swf video, and looks nice:
    http://www.digitaljuice.com/products/products.asp?pid=1154
    Not sure the exact code to use w/flashvars, z-axis settings, tables to achieve this.   Any ideas?
    Thanks!

    If you look at the page's source code, the answers are all there.
    The Flash is embedded using a setting of wmode="transparent", which sets it up for a couple of useful purposes... it makes the Flash's background transparent (which is probably not the purpose sought in the instance)... and it makes the Flash embed in the page such that objects can be placed atop it.
    Just below the Flash embedding code (~line 838) you will find the code for the image (~line 847) and the identification of the css id assigned for it ('overlay-image').  All of the css code is included in the source code, so you just need to search for that definition to see the properties assigned for it.

  • How to create a blur between 2 objects

    I am trying to create a design showing a globe with an outline of Australia in the background with a map of Australia in the foreground with a blur between the 2 maps. I want to create an effect as if the continent was lifted up and off the planet and brought to the forefront. Suggestions on how to do this and what program to use - photoshop, fireworks, illustrator? thanks for your help, Marilyn

    Are you talking about something like this? The simple way in Photoshop (I love simple) is the following.
    1) Create a new layer.
    2) Using your selector tool create a shape that follows your far left edge of your outline on the globe.
    3) Continue that shape to the map and follow the far left edge.
    4) Use your gradient tool to fill the area. (White near the globe, black near the map).
    5) Move this layer in-between the globe and map layers.
    6) Make semitransparent.
    7) Blur as desired.
    Note: Usually bright colors are near and dark are distant but because of the white matt the effect did not show correctly so I reversed it.

  • How to create a thread safe and concurrent web part

    Hi,
    I am creating a sharepoint web part. 
    The web part will store the information in the sharepoint list.
    The web part is going to be used by 300 users all at the same time at the same moment.
    Each 300 users  trying to update list clicking button on my web part almost every 20 seconds.
    I am worried will the sharepoint List be able to handle so many concurrent updates.
    How should I design my webpart so that such issues do not arise and my webpart is also fast.
    Regards
    Vinod

    Hi,
    Per my understanding, there might be a concern about the performance and concurrent operation in your Visual Web Part.
    By default, there is already a built-in system in SharePoint handling the concurrent operation in a list, if the workload is not so high, it would be OK for the commonly use in
    your scenario.
    If there would be a requirement about creating a “fast” web part,
     a possible solution can be like this:
    In the web part, users click button to submit the specific update requirements with some data to server. In server side, we can create an application to handle the requests(add/update/delete
    item) from users sequentially one after one.
    By doing this, in client side, the web part will only responsible for submitting user request with simple data, all the time consuming jobs will be split into small tasks and being
    executed sequentially in server side.
    Also, here are two links below about some useful tips in developing web part which would be helpful to you:
    https://msdn.microsoft.com/en-us/library/dd583135%28v=office.11%29.aspx?f=255&MSPPError=-2147217396
    http://apmblog.dynatrace.com/2010/03/18/how-to-avoid-the-top-5-sharepoint-performance-mistakes/
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to create a jpg file for a desired  part of the canvas

    i hav to create a jpg file from the canvas which contains basic shapes which are drawn using methods like drawOval(),drawRectangle(). i need only a part of the canvas to be saved as a jpg file i.e for example from xpos 50-100 & ypos 200-250.i need all the portions of the shapes already drawn in that area as a jpg file..
    can anyone help me?

    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import javax.imageio.ImageIO;
    public class CanvasClip extends Canvas implements ActionListener
        Rectangle clip;
        boolean showClip;
        public CanvasClip()
            clip = new Rectangle(50, 50, 150, 150);
            showClip = false;
        public void paint(Graphics g)
            super.paint(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            int w = getWidth();
            int h = getHeight();
            int dia = Math.min(w,h)/4;
            g2.setPaint(getBackground());
            g2.fillRect(0,0,w,h);
            g2.setPaint(Color.blue);
            g2.drawRect(w/16, h/16, w*7/8, h*7/8);
            g2.setPaint(Color.red);
            g2.fillOval(w/8, h/12, w*3/4, h*5/6);
            g2.setPaint(Color.green.darker());
            g2.fillOval(w/2-dia/2, h/2-dia/2, dia, dia);
            g2.setPaint(Color.orange);
            g2.drawLine(w/16+1, h/16+1, w*15/16-1, h*15/16-1);
            if(showClip)
                g2.setPaint(Color.magenta);
                g2.draw(clip);
        public void actionPerformed(ActionEvent e)
            Button button = (Button)e.getSource();
            String ac = button.getActionCommand();
            if(ac.equals("show"))
                showClip = !showClip;
                repaint();
            if(ac.equals("save"))
                save();
        private void save()
            int w = clip.width;
            int h = clip.height;
            BufferedImage img = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB);
            Graphics2D g2 = img.createGraphics();
            g2.translate(-clip.x, -clip.y);
            paint(g2);
            g2.dispose();
            String ext = "jpg";  // or "png"; "bmp" okay in j2se 1.5
            try
                ImageIO.write(img, "jpg", new File("canvasClip.jpg"));
            catch(IOException ioe)
                System.err.println("write error: " + ioe.getMessage());
        private Panel getUIPanel()
            Button show = new Button("show clip");
            Button save = new Button("save");
            show.setActionCommand("show");
            save.setActionCommand("save");
            show.addActionListener(this);
            save.addActionListener(this);
            Panel panel = new Panel();
            panel.add(show);
            panel.add(save);
            return panel;
        public static void main(String[] args)
            CanvasClip cc = new CanvasClip();
            Frame f = new Frame();
            f.addWindowListener(new WindowAdapter()
                public void windowClosing(WindowEvent e)
                    System.exit(0);
            f.add(cc);
            f.add(cc.getUIPanel(), "South");
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
    }

  • How to create common normal format video file in captivate 5 - either FLV or MP4 or AVI?

    I am still using Captivate 5. After reinstall on to new machine, update always fail. click help, it direct to 404 page not found.
    I am not able to generate video in common format.
    Using F4V on You tube, but the screen was wither stuck half way or run too fast compare to speech.
    Anyone can help, please.

    You can usually get Captivate updates from Adobe's site:
    http://www.adobe.com/support/captivate/downloads.html
    But that does not list any CP5 updates, so those may just not be available anymore...
    Try this?
    Adobe Captivate 5.0 patch
    Otherwise, what happens specifically when you try to publish to a video? The video output publishes properly but doesn't seem to play back properly?
    It may be time to just upgrade Captivate - especially to output to MP4 directly.

  • How to create an "overlay" in Advanced Grid in Flex?

    I'd like to know how to create an "overlay" in Advanced Grid in Flex? See the snapshot of what I'm trying to achieve here:
    http://www.softfinity.com/overlay.png
    As you can see that changing selected item's background won't be enough for achieving the same result because elected row is slightly higher than other rows.

    Maybe something like this?

  • How to create subpicture for a button?

    Hello!
    I have really tried to find the answer to this rather silly problem on my own, but without result. Please help someone!
    The situation:
    I have a menu with three choices: "Play Movie", "Scene Selection" and "Subtitles". Now, the text presenting these choices are part of the background image, created in Premiere (the program I know best). They are written with an old typewriter to get that gritty feeling.
    I want the user to scroll between these "menu items". The currently selected item should be indicated by a black circle/spot/dot before the text of the item. By default, when the menu appears, there is a black circle in front of (to the immediate left of) the item "Play Movie". The user should now be able to step with his/her remote to the other items, thereby making the black circle in front of "Play Movie" disappear and appearing instead before some of the other items. In short: the black circle is always showing before the currently selected item. OK, I got a bit verbose there, but the idea got across hopefully. One more thing: the background color is 100% white.
    Up to this point, my solution was this: I placed black circles (small images with gradation and all, very nice looking) in front of ALL THREE ITEMS. Then I convert these into buttons. Then I choose the color set for the menu so that the unselected state is 100% white, plain and simple, with 100% opacity, thereby covering the black circles that should not show. Only in the selected and activated states does opacity for the button subpicture drop to 0%, thereby revealing the black circle that should be seen.
    The problem? Well, on some DVD-players (not on the XBOX 360 though), when an item is activated, all three circles show for a brief moment before the selected action starts (for example playing the movie). It also happens in Encore Preview. This is not logical at all and looks amateurish. I don't know why it happens, but my guess is that it wouldn't if I did this the "correct" way: by creating subpictures fo the buttons in the shape of circles. I understand the nice looking gradations must go out the window but that is a price I'm willing to pay.
    But now I run into an unexpected problem: I don't understand how to create a subpicture for the button that is a black circle. It seems the documentation in Encore and on forums in general takes for granted that you know how to do this.
    What I tried ws this: I created a monochrome, small image in bmp format - a black circle on white background. But this image just shows up as a black rectangle in Encore.
    What should I do? I should add that I have no real experience with Photoshop, so go slow if you go there.
    Regards,
    Nikolaj

    Basically, when one realizes the limitations of the Sub-picture Highlights, as set by the DVD-specs., it's easy to see the "workaround."
    A couple of the aspects of Sub-picture Highlights are:
    1.) 2-bit color (either ON, or OFF), from a limited color palette, with degrees of Transparency (the opposite of PS's Opacity).
    2.) they will appear on top of anything else on the Menu, including things like Button text/graphics.
    By constructing your Sub-picture Highlight in PS, you can use Masking to define where it will be, and where it will not be. In the case that prompted my article, the poster had a series of Text Buttons, and the Sub-picture Highlights were formed from that Text. The poster did not like the look of those 2-bit jagged blocks of color overlying the Text in the Button. The workaround is to "punch a hole" in the Sub-picture Highlight, so that it is hollow, where the Button's Text appears. This is done in PS, by using the "outline" of that Text to create a Mask for the Sub-picture Highlight. The jagged aspect can be adjusted a bit, by using a degree of Transparency (set in the non-Auto Color Set back in Encore). We still have a 2-bit color Sub-picture Highlight, and it still overlays the Button's Text, but now there is a hole in it, right where the Button's Text is located, and it is seen through that hole. The introduction of Transparency has the visual effect of "softening" the look of the 2-bit color, even though the jagged edges are still there - they just look softer. I went on to show how one could even use a second Sub-picture Highlight, that is just a bit larger than the first, and with more Transparency to simulate a "glow." Now, we cannot have a real "glow," because we are limited to that 2-bit color for the Sub-picture Highlight, but we can simulate it.
    Much of what a designer does is really slight of hand - illusion. They all have to work within the limitations of the DVD (or BD) specs., but with a bit of creativity, planning and some work in PS and Encore, they can create enough smoke and use enough mirrors to fool the user into believing that what they think they see skirt the DVD-specs. They do not, but that's where the illusion comes in.
    We get a lot of questions from people, who claim that one commercial DVD, or another, has full-color Sub-picture Highlights and they complain that Encore cannot do that - only 2-bit Sub-picture Highlights. What they are seeing, but do not realize it, is a dupe Menu, with a full-color graphic, and no real Sub-picture Highlight visible. Jeff gives full details on doing this. Same for those who have seen a Button with a duo-tone thumbnail, that turns full-color, when the Button is navigated to. Wow, how did they do that, and why can't Adobe Encore do that? Well, what they saw was a dupe Menu, with a full-color thumbnail and no visible real Sub-picture Highlight.
    Jeff shows how to create what appears to be at least a 3-color Sub-picture Highlight. It's really just 3 regular 2-bit color Sub-picture Highlights, with Masking to create the illusion that he beat the DVD-specs. Neat! [Being from the USA, I also liked that he used the US flag, but he could have chosen the French "Tri-color," or any other flag, without artwork.]
    These are all just tricks, but if the user buys into the illusion, who's to know?
    Enjoy,
    Hunt
    PS - though many of the great, older posts were lost, when the forum changeover happened, I strongly suggest reading the posts here. You can bypass ones that do not offer you anything, but almost every possible illusion has been discussed at least one time, and likely many, with some different workflows offered by those, who replied. Great reading.

  • How to create a new tag in page properties in the sidekick of geometrrix page

    how to create a new tag in page properties in the sidekick of geometrrix pagesame as basic, advanced, blue print??

    Hi prachi,
        Is it tag OR Tab ? Seems like you are looking for Tab. Look at [1] & overlay to custamize per your need. Or define at your page component.
        [1]   /libs/foundation/components/page/dialog/items/tabs/items
    Thanks,
    Sham

  • How to Create a Persistent button on the top HTML gallery

    Hi,
    In my InDesign Folio I have an article with full page HTML photo gallery. The photo grid occupies the full screen. I want to create a Persistent button on the top of this gallery which user can tap to go to the Main Menu page. This button is  always visible at one place even as user scrolls up and down the gallery. I tried creating it on the top layer, and on the top layer for Master page, but the button disapperas when the HTML gallery loads.
    So the user does not see any button to navigate out of the gallery to another article.
    Any ideas how to create the persistent button ?
    Thanks in advance.
    -MP

    Depending on if you are using the HTML as either an article or in an overlay, you may be able to either use the standard navto and goto hyperlinks syntax or place a blank button on top of your link in the HTML.
    I am not sure if using the standard navto and goto syntax will work between an HTML article and an Indesign article. Maybe Bob Bringhurst, Bob Levine, or one of the staff members can clarify. If you are using your HTML in an overlay, you can add a transparent button on top of your link or image to return to whatever page you like.

  • How to create a ROI Descriptor using controls?

            Hi  All.
            Does anyone know how to create a ROI DESCRIPTOR.  Using numeric controls.  I have the controls LEFT TOP RIGHT BOTTOM and DEGREES,  how to put it in a ROI DESCRIPTOR.    I'm trying to overlay a ROI on and Image Window, The
    coordinates I want to show i have it in a .txt file can read if but how to put it in a ROI DESCRIPTOR.
             Thanks
             Reynaldo Lima V.
             Test Software Engineer.
    Ing. Reynaldo Lima Villarreal
    Ingenieria Electronica (I N G E L)
    Reynosa, Tamps. México
    Cel: +52 899 160-52-59
    Email: [email protected]

      Hi.  Michael...
     I have in mind to draw this VI,  I  have vision applications and i have to deal with the ROI,  the solution is to displace the ROI any way  then save the new settings, some times i would be easy to displace the ROI instead of making a new template.   I'm not sure is this is what are you talking about...
     Unfortunatly i have more proyects  to complete before this VI...
     Best Regards..
     Reynaldo Lima.
    Ing. Reynaldo Lima Villarreal
    Ingenieria Electronica (I N G E L)
    Reynosa, Tamps. México
    Cel: +52 899 160-52-59
    Email: [email protected]

  • How to create these effects? What is the most excellent effects resource on interwebs?

    I always stumble upon excellent arts with effects I have no idea how to create. I bet most effects are very elementary and easy to create, but I just don't know how.
    The most recent ones is this
    http://www.wiseidea.net/nightblack/images/2c.jpg
    How to create the "old" effect/stain? How about the fire glow+fire stain on paper?
    Besides that,
    What's the most excellent effects guides you've seen online with great application of effects to artwork?
    You don't need to answer all of them, any would be appreciated.
    Thanks!

    You may try and create overlays with raster images using opacity masks. Also try the blending modes.

Maybe you are looking for

  • Unique ID's in ColdFusion 8?

    What tools are available to create UNIQUE ID's for an application? I know in ColdFusion we can use CreateUUID() but this generates a string that is very long. What I want to be able to do is create a string of say no more than 6 characters long that

  • How do I change the name of my ipod nano 7th generation?

    How do I change the name of my ipod nano 7th generation?

  • [SOLVED] PACMAN sig errors

    Hi, So i have this problem which started about a week ago, i reckon around the time of that pacman update. Anyway i'm getting signing erros on package installs and  a sudo pacman-key --init sudo pacman-key --populate archlinux with and without sudo p

  • Bind variable does not exist...

    Hi, I have an Access UI which is calling an Oracle package. The package has a simple command: INSERT INTO Table1 SELECT * from Table2 The above query runs fine in Oracle directly, but when I run it through the package, I get the error "Bind variable

  • Access Central SLD Error

    Hi Experts, We are using the SLD SOLMAN and we and the ideia is to use it as Central SLD. In order to allowed PI indentifed the Central SLD we must appllied few oss notes like; 939592, 768148 and 720717, but much as we try it to import we got few err