Masking entire flash movie with setMask() ?

Hi,
I have a long linear flash presentation with many scenes. Besides web playback my clients asked for a standalone projector file as well. Upon making it full screen with FS command during playback, initial off stage area elements are visible when they animate into the stage on widescreen monitors...for example text moving in from left. I don't want to mask every layer in over thirty something scenes...is there an easier way by applying a mask in actionscript to the movie itself? I know setMask() works for movieclips but is there a way to apply the setMask() method to the entire presentation in AS2 because the following did not seem to work:
_root.setMask(stageMaskShapeMC); or _level0.setMask(stageMaskShapeMC); ?
Thanks,
Attila

Ok, I have figured it out. The code works but in order to call the MC from the library as a mask it has to be used with the attachedMovie function first to make it appear on the stage. So the following works if the linkage is set up under the mask MC properties in the library:
_level0.attachMovie("StageShapeMC", "stageMask", 30000 ,{_x:0, _y:0});
_level0.setMask(stageMask);

Similar Messages

  • While trimming a clip in my timeline, the entire timeline moves with my trim. How can I stop that and leave a gap in-between clips?

    While trimming a clip in my timeline, the entire timeline moves with my trim. How can I stop that and leave a gap in-between clips? Also when I use my blade it only leaves a dotted line in the clip. How can I make that a solid line? I do a lot of flickering in my videos and don't need that some what of a snapping effect while I edit. Please help me someone. I believe i upgraded from FCP 10.0.1 to 10.0.3 and before it never did this.

    Mark an In point and an Out point (which creates a Range) and hit the forward delete key (Replace with Gap.) On a MacBook, you'll probably need to hold down the Fn key and type the Delete key (or, I think you might be able to use Shift-Delete as the same command). On an iMac/Mac Pro keyboard, it's the key just to the left of 'end' or the next key above the left arrow key.
    You can use the Range tool (hold down the R key and click drag over your clip) or the Blade tool to cut at the in and out (then select the cut and replace with gap).
    You can also go into Commands > Customize (command-option-K) and assign a different key to Replace with Gap.
    If you need to ripple edit the ends (cut), create a small section that is Gap, and hold down the T key while you use the mouse to click drag both ends (double sided trim cursor) of the cut.
    Don't worry about the dotted line blade... That just lets you know that the frames on either side of the cut are continuous, or sequential — nothing has been moved yet. Once frames from either side of the mark have been cut, it becomes a full fledged cut resembling a separate clip.

  • I am running Elements 11 on Windows 8.  When I use the healing tool, the entire image moves with the cursor.  How do I fix???  Thanks!

    I am running Elements 11 on Windows 8.  When I use the healing tool, the entire image moves with the cursor.  How do I fix???  Thanks!

    With the Healing Brush Tool selected, in the Tool Options, click on Clone Overlay and check Clipped.

  • Flash movies with play button don't work

    I have the 'simple' problem that everytime I see a "play" button on a web page with flash content, clicking on it won't start the movie.  However, e.g. YouTube movies work fine. So it seems it's just movies that do not start automatically after clicking on a link.
    Also, checking the flash player e.g. at the Adobe site (http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html), tells me in a flash box I have the latest flash player installed, and I see the  flash movie 'flash player is running on your system' with the red ball rolling in it.
    I have the same problem for both google Chrome and for IE.
    I still have an old Dell Inspiron 6000 notebook with Win XP (latest updates) and ATI mobility Radeon X300 graphics chip, for which I also installed the latest available drivers.
    Experimenting with Flash Player settings was unsuccessful so far (e.g. no hardware acceleration, clearing all internet data in the Flash Player global settings tool).
    My desktop (also with Win XP and with the same browsers and Flash Players/Flash Plugins installed works fine...).
    I also know that it worked at an earlier time with this NB...
    I managed to run the movie with a Linux Live CD but that is not what I want to do every time...
    Any idea is highly appreciated.....

    Hi BalusC, i have saved the datamodel (a ArrayList) in SessionBean. It can't be null. The rows of table display correct. I don't understand, why functions buttons with ObjectArrayDataProvider, but not with ObjectListDataProvider?
    I found a page with same problem: http://forum.java.sun.com/thread.jspa?threadID=549675&tstart=30

  • BPM Workspace can't display the flash movie with IE

    Hi
    We have the following problem, we have a BPM project with a flash screen, when we execute the project in the workspace of BPM studio we can see the Flash, but when we published the project in BPM Enterprise , the workspace can't display the flash movie, it just display the panel without buttons and fields. This happen just in Internet Explorer, in other browsers we can see the flash.
    Any idea or solution ??
    Thanks in advance

    Actually, I got it working now...
    It seems that I have to have all the files in the same folder
    as the page it displays on!
    Historically I would dump a standard flash clip (not a
    converted movie with buttons) into the /images folder.
    I tested this intitally in a /video folder (just to keep all
    the files in one place) which would display the clip but not the
    buttons but as soon as I moved the files in the same directory as
    the page itself (which is the main index.html) it worked fine!
    So if anyone does read this is there a reason for that as I
    would like to keep everything in separate folders!
    Cheers, J

  • How do I embed flash movie with detection

    Hi - I want to embed a movie below a banner image in a web
    page. I want to use flash detection so that the right player is
    used. I've got Flash professional 8 so it spits out an HTML page
    with the flash detection script written to it. In the body section
    of the HTML is a <script> tag with the document.write called
    if the detection is succesful. What I've tried to do is put my
    banner image in a div above the script tag. This seems to work in
    Firefox but gives me a tiny little stretched banner image and a
    tiny little stretched flash movie when I try the page in IE7.
    I've attached my HTML below. Why is this happening?

    I found the answer - I was using dynamic positioning of
    elements in a javacript file and was using
    document.documentElement.clientHeight to get the clientheight. IE7
    no longer recognises this and has started using the standards
    compliant document.body.clientHeight.

  • Playing different flash movies with Javascript

    I've been researching this on the web to no avail so I figured I would post.
    I am developing a homepage similar to http://www.extractable.com/
    I have several different areas of text, which when you hover over them, I would like a different flash movie to play.  I have created this using pictures (example of one piece of the code is below), but want to increase the flashyness with, well, flash
          if (obj.id =="txtHolderPrograms")
          document.getElementById("imgLargePicture").style.filter="blendTrans(duration=.5)";
          document.getElementById("imgLargePicture").filters.blendTrans(duration=.5).Apply();
          document.getElementById("imgLargePicture").src = "PMDO.png";
          document.getElementById("imgLargePicture").filters.blendTrans(duration=.5).Play();
          document.getElementById("imgLargePictureHREF").href = "XXXXXXXXXXXX";
    I have a div where I want the different movies to play in.  What is the best way to get the different flash files?  Keep in mind that extractable site is doing just about exactly what I want to do.
    Any help would be greatly appreciated!

    I can't tell how you have things set up between the title of your posting and what you say to explain the problem.  What are you calling pages?  How do the pageselate to the 2 flash file in the doc you mention?

  • Every time I move my mouse, my entire desktop moves with the mouse!!!!!!

    Wow - I have no idea what's going on. I was surfing the net and all of a sudden when I move my mouse everything I see moves with it. I've tried restarting, shut down, etc. I tried restarting with Disk Warrior holding down c and then it disappears - but Warrior says my disk is too severely damaged to repair? So I restart again and when my desktop appears all my icons shift off the screen. Again, I move my mouse and everything moves with it -PLEASE HELP!!!

    It sounds like your display is zoomed. Open System Preferences, Universal Access window. You will probable see that "Zoom" is set to "On". You can either turn it off there, or use the hotkey combination cmd-option-8 to toggle Zooming. See there is also a hotkey for zooming in and out. You must have hit the "zoom in" hotkey inadvertently.
    If you click the "Options" button, you see the settings that are causing the window to relocate. At the bottom, you probably have "Continuously with pointer" selected.
    I should mention that 10.4.9 has two odd glitches that cause the display to shift around, these are probably soon-to-be-implemented features in 10.5.

  • Is it possible to embed a flash movie with out a height setting

    Hi All,
    I am trying to embed a movie in a HTML page. The movie reads
    in some XML and then outputs it in a list, the list is usually
    between 100px and 400 px high. I need the movie to strech on the
    HTML page to whichever height it needs once load. Is this possible?
    if i place no dimension in the embed information it works, but the
    movie is not scaled correctly. Can anyone help me, this is wrecking
    my head!!!!
    Cheers,
    Len.

    lenford wrote:
    > Hi All,
    >
    > I am trying to embed a movie in a HTML page. The movie
    reads in some XML and
    > then outputs it in a list, the list is usually between
    100px and 400 px high. I
    > need the movie to strech on the HTML page to whichever
    height it needs once
    > load. Is this possible? if i place no dimension in the
    embed information it
    > works, but the movie is not scaled correctly. Can anyone
    help me, this is
    > wrecking my head!!!!
    You can;t scale movie at run time. You could set the movie to
    set 100% but
    make its background invisible using WMODE and instead of
    background place rectangle
    movie clips which would change size based on the xml input.
    It would be easy way to
    fake the functionality you looking for otherwise it's hard to
    get the XML info
    w/o opening flash, than pass that info and embed the flash
    with required size.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Exporting the flash movie with all the associated files linked in?

    Hey guys i have a movie that has a swf player practically on every page playing a number of different videos.
    When I export it usually and play it on another computer the flash file won't play the videos as they simply are not there!
    Is there a way I can export the file, play it on any computer and still see the videos?
    Thanks
    Steph! xx

    If you build the video into the swf file rather than loading it dynamically it should play on any computer that has the Flash Player.  Or if you load it all to a server then you can test it online using any machine that has internet access.  Otherwise you need to bring the videos along with the swf when you test it on other machines.

  • Creating a Simple Flash Movie With Poster Frame and Play/Pause Buttons

    Hi, It's been over a year since I played with Flash last, and
    I have completely forgotten everything I learned.
    I have a .flv file which I want to play on my website. It
    should display a poster frame when the page load, and not autoplay
    the movie. It should have the play button I made in photoshop
    sitting on top of the poster frame. When pressed, the movie should
    start playing and the button should be shifted for the pause button
    I made in PS (it should work just like the play/pause button in
    iTunes). When the movie has finished playing, it should jump back
    to the poster frame.
    I have tried using the flvplayback component and also played
    around with just embedding the flv directly and inserting a play
    and pause button from the common library, but I can't seem to get
    it to work. With the flvplayback component I have managed most of
    it apart from using my own buttons and getting the poster frame to
    work (which apparently has to be done with Action script).
    Any help appreciated.

    Which version of Flash/actionscript are you using? Since you
    are just starting out, you should read one of Adobe's tutorials on
    the matter. Either use Flash Help to find examples on how to use
    Flash or go to their website. Here is a great tutorial for someone
    just starting out. Make sure you read all three tutorials in "Using
    Flash for the first time".
    http://www.adobe.com/devnet/flash/getting_started.html

  • Problems inserting flash movies with DW CS 3

    I just started playing with DW CS3 and I got a feeling I'm
    doing something wrong here but when I go place a Flash SWF in a
    Dreamweaver HTML page the Flash portion of the page is not showing
    up when the site is placed on a sever and looked at over the net,
    I've tested it on a couple of PC's now so I'm pretty sure its not
    the brower messing up.
    Now’s here’s the crazy thing. When I preview the
    page from DW CS3 the flash elements are coming up just fine!
    They look like there is some kind of auto swfObject attached
    to them cause of the removal of the "click here to activate this
    control" message.
    I've been using Dreamweaver 8 as a work around but this
    seems really strange to me any one got any ideas on what’s
    going on here?
    Thx for the help
    John

    This file is not on the server -
    http://www.lacybayliss.com/Scripts/AC_RunActiveContent.js
    but this one is -
    http://www.lacybayliss.com/web/Scripts/AC_RunActiveContent.js
    This means that your link is not properly made to the script
    file in the
    head of that page, OR that your site definition is not
    correct.
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "triple red eye" <[email protected]> wrote
    in message
    news:fofl7t$2tg$[email protected]..
    >I have two sites with this issue:
    >
    >
    http://www.lacybayliss.com/web/index.html
    >
    > and
    >
    http://www.lacybayliss.com/espre/index.html
    >
    > thanks
    >
    >

  • Inserting a Flash Movie with Dreamweaver

    I'm trying to insert a .swf file into my html using
    Dreamweaver8. I go to inset-media-flash video, browse to my file
    enter the width and height and click ok, and I receive this warning
    everytime: "The URL cannot contain spaces or specal charaters.
    Change hte path or file name and try again." The file is located in
    my main directory of the website, and the file is titled
    clienttv.swf. Am I doing something wrong?
    Also, This file is a television commercial buit in avid and
    compressed in squeeze, but I don't have the .flv file, only a .swf
    file.
    Is there a way to convert my .swf to .flv, or is there a way
    to add a skin to my .swf file so that I have the movie controls
    (play/pause, stop)?
    thanks,
    nofx1728

    Thank you for helping me!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Bridge Point Church</title>
    <script src="/Scripts/AC_RunActiveContent.js"..."
    type="text/javascript"></script>
    </head>
    <body>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','766','height','750','title','Bridge
    Point Church','src','mainV8','quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','mainV8'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="766" height="750" title="Bridge Point Church">
    <param name="movie" value="mainV8.swf" />
    <param name="quality" value="high" />
    <embed src="mainV8.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="766"
    height="750"></embed>
    </object>
    </noscript>
    </body>
    </html>

  • Entire flash movie not playing fully in all browsers

    Hey there,
    I launched a flash site this morning and then discovered
    that the movie isn't playing in it's entirety in all browsers. It
    plays perfectly in Firefox but stops half way in IE and Safari.
    I checked to see if I had any stops in the code but couldn't
    find anyway. When I do a test movie it looks fine.
    Does anyone know why this happens and how to fix it?
    -Stephanie
    URL - www.espavoproductions.com

    I just tried www.espavoproductions.com on all 3 browsers and
    it works fine.
    Is that the url you're talking about?

  • Creating an iWeb flash movie with Keynote

    It plays correctly in Safari, Firefox, and others, but in IE, it just keeps making a clicking sound and starts the show over again from the beginning. the code I've used is:
    <object width='800' height='450'>
    <param name='movie' value='http://web.me.com/newbeginnings/follow/finalversion.swf'>
    <embed src='http://web.me.com/newbeginnings/follow/finalversion.swf' width='800' height='450'>
    </embed>
    </object>
    Any suggestions?

    It plays correctly in Safari, Firefox, and others, but in IE, it just keeps making a clicking sound and starts the show over again from the beginning. the code I've used is:
    <object width='800' height='450'>
    <param name='movie' value='http://web.me.com/newbeginnings/follow/finalversion.swf'>
    <embed src='http://web.me.com/newbeginnings/follow/finalversion.swf' width='800' height='450'>
    </embed>
    </object>
    Any suggestions?

Maybe you are looking for

  • Exporting library assets to frame 1 causes delay

    I'm fairly new to Actionscript 3, just trying to puzzle something out. I have several small movie clips saved in the library of myCS4 Flash.fla file, I want to make them available to dynamically add to the display list as children, based on the butto

  • How can i get my forgoten security answers?

    Hello, I'm trying to buy apps from the app store but it keeps asking mw the security questions which i forgot the answers for. How can i get the answers or change them!! I tried the solution the web provided and didn't work. It's weird why do i have

  • Wrt54g router v 8.2 -no default gateway

    i have tried everything and this routher will not work!  I travel with it when i come home for the holidays and normaly i have to get some help from someone to figure out how to get the cpu to work along with the wireless.  at this point nothing is w

  • Why do they make apps for iPhone and dont make matching apps for the mac?

    So I lovvvvveeee my MacBook Pro! I have wanted one for many years and finally got to get it. I have also been a iPhone user for many years, sense the 2nd. one came out. I have a huge issue though! I love all the different types of apps that they both

  • What is album art and how do I get it?

    ????