Mask not working in published swf

I have 2 animated masks. On the stage in flash they work fine
when I run the animation, but when I publish the movie, the second
mask doesn't do anything!
when I turn the mask layer back into a regular layer it works
fine when published and the movieclip animates fine. The movie clip
does indeed run all the way through, it loops back and I put a
trace half way through the broken mask's timeline. I have no
actionscript anywhere on the timeline.
here is the fla, the problem is occuring in the movie clip
'1'
www.raymondselzer.net/forrests.fla

bump

Similar Messages

  • Mask not working correctly in swf

    Hai Friends,
    I am trying to do a simple masking which works correctly in
    fla but when viewed in swf the text which is masked is not
    seen..What i did is first i wrote some text converted it to
    movieclip then in another layer i did draw a rectangle with some
    color and right clicked the rectangle and masked it When viewed in
    fla the masked text is viewable but when converted to swf the text
    is not seen Is it some problem with Flash Can you please help me...

    Text is not able to be masked in Flash by default.
    You CAN do this IF you embed your text (or simply break it
    apart into vectors if it doesn't need to be dynamic).
    To break apart - select your text and hit Ctrl+B twice (Cmd+B
    on Mac). This will make the text vectors, thus negating the
    problem.
    Otherwise, you need to embed the fonts in 2 ways. First, if
    you like, you can click the "Embed fonts" button in the properties
    panel, and select what to embed. OR, you can go to the Library's
    drop-menu and select "New Font" - choose your font, and click OK.
    Either of these methods embeds your font. BUT, there is one more
    step. You need to give your text box an instanceName, go to the
    actions panel, and enter the following:
    myTextBox.embedFonts = true;
    This will finish the embed process to allow the masking (and
    alpha changes) to work for the text.

  • Buttons not working on published SWF Captivate 2 project

    I have published a daisychained Captivate 2 project in three
    pieces, all published as SWF. The first piece plays fine, but a
    user has to push a button to choose to either go to the second
    piece OR the third piece. The button was designed so that when
    pressed, it would open another CP project. The buttons in the
    published pieces make the clicking sound, but otherwise do nothing.
    When I published this as an EXE project with three pieces, the
    buttons did what they were supposed to do. I'd prefer to use SWF
    published output instead of EXEs. Any ideas as to what might be
    happening to prohibit the buttons from performing?
    Thanks,
    Andrew

    Welcome to our community
    If you are emailing the Captivate published file, likely the end user is running it from a temporary folder from their C drive. And that causes a security issue with Flash.
    If you insist on using the eMail method of distribution, you need to also instruct the user to save the attached files to a specific location, launch the HTML file. Then ensure they configure their Flash player security settings to acknowledge the location where they saved the files as being safe.
    Click here for more
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Top Nav buttons not working after publish, but works in app. WHY?

    I have tried to find out why these buttons will not work after publishing. They work fine while in the iWeb app, but not when publishing. I do not have any objects near the top nav buttons. The first site went off without a hitch
    <www.serenitycustompools.net> the second site began the problem with the last page, the nav buttons would not work. Now this 3rd site, none of the nav buttons at top will work after publish, but will work in app. Anyone else having the same probs? None of my pages have the same names or any punctuation marks, and they are simple one word named pages.
    mini intel   Mac OS X (10.4.9)  

    They all work for me, try clearing your browser cache or using another browser.

  • IWeb moves pictures by itself, links do not work when publishing to folder

    When I first started using iWeb i would save the page I was working on and then publish it to a folder so I could look at it in Safari and it used to work fine. Now when I do this the pictures come up and they are pushed up halfway off of the top of the page and you aren't able to scroll down all the way to see the bottom of the background picture that I have. Also, the links to the other pages of the site do not work after publishing it to a folder. If anyone has any advice I would greatly appreciate it!
    17" Powerbook G4   Mac OS X (10.4.6)  

    I uploaded it to a free host for now. here is the link: http://www.zendurl.com/garrett/cgi-bin/www.garrettramquist.com/Welcome.html

  • Mask not working correctly?

    Hi every one!
    I have this problem with my mask not working properly, i have an image, and it has an red fruit sitting on a table,
    i have to make the picture sepia using an adjustment layer ( my lecturer says it MUST be done that way)
    but leaving the fruit as red as possible. So when i do this i MUST use the layer mask provided by the
    adjustment layer, but what is happening is the orange is going a very faded red ( but not quite sepia), the table BG does go sepia..
    so its KIND OF working but not really.
    Cheers
    Bunny Face

    Check your mask by OPTION CLICKING on the mask icon on the specific layer. This will show you a greyscale mask. BLACK hides, WHITE REVEALS. SO obviously grey does half of each! So if you dont want the apple to be affected by the layer mask you  must paint it BLACK in the mask of that adjustment layer.

  • Pause/Play functionality not working with publish to HTML5

    Hi experts,
    I am creating a Captivate course to be deployed on iOS and publishing to HTML5. We are using custom buttons (not playback controls) for navigation to advance through the slides. My client would also like Play/Pause functionality for some of our embedded (MP4) videos. I used the following tutorial to create these buttons to toggle the Play & Pause functionality:
    http://www.youtube.com/watch?v=0v2F0NyEAfs
    This worked PERFECTLY when previewed in a browser from Captivate, but does not work when published and launched in HTML5 format, from the same browser. I didn't use any Flash content, rollover functionalities, or anything noted in the limitations list for HTML5 output. The conditional functions I have set for my buttons are:
    PAUSE:
    Hide > SPI_Pause
    Show > SPI_Play
    Assign > cpCmndResume with 0
    Assign > cpCmndPause with 1
    PLAY:
    Assign > cpCmndPause with 0
    Assign > cpCmndRsume with 1
    Hide > SPI_Play
    Show > SPI_Pause
    The issue I am encountering is that the video completely pauses itself the moment the pause button displays on the stage (no matter where I place it in the timeline). I'm not pressing it or anything, it just initiates the cpCmndPause function and disregards all the others I have set. From there the conditional sequences are rendered useless as the video is already paused even though I didn't press the button. I've verified this happens anywhere I try to use the cpCmndPause function.
    I am running Captivate 6.1.0.309 on Mac OSX 10.8.2. I've tested the HTML5 output in Chrome and Safari with the same results. I did see a thread regarding a patch install (for 6.0.1xxx) that resolved some issues, but this appears to be an earlier version of what I have installed so this should have been resolved with my install?
    Please HELP!

    So, was this issue NOT resolved with the patch, or is this an entirely new/different issue?
    It seems as though this functionality is pretty basic, so I don't understand why this is a restriction with HTML5 output? Please advise, if there are restrictions with advanced actions that are not noted in the HTML5 limitations documentation, then they should be.
    Thank you, I too have a client deadline and have purchased this subscription based on the documentation Adobe has provided about the application's ability to publish to this new format.

  • (three-way color corrector) secondary color correction masks not working?

    Hi I'm using PP 2014 on Yosemite. Anyone notice (three-way color corrector) secondary color correction masks not working?

    strange. same stats here but im getting intermittent.... sometimes i can use the mask and the effect is only limited to the masked area. most of the time the masked area is ignored and the effect is applied to the whole image

  • Powerpoint Narration not in Presenter-Published swf

    1) Create PPT slide show
    2) Record audio on slide with PowerPoint narration recorder (used to manage timing on slides and animations)
    3) Playback PPT slide show: audio is present, timings work
    4) Publish to "My Computer" with Presenter (version 7.07)
    5) Open HTML/SWF in browser window to playback published slide show
    6) NO AUDIO
    Any help? Thanks.
    Do I have to use the Presenter audio recorder and the "next" button on the tiny-little-hard-to-work-with recorder popup to make it work? (sorry for the editorializing)
    Why doesn't Presenter use the narration and timings generated by PowerPoint and from within PowerPoint?
    Michael
    eLS 2.5 (etc.)

    Heyward is correct. The short version of the answer is that Presenter has to build the presentation in Flash using server rules. Thus cannot make local file path calls, which is where the audio would reside if in PPT. So, you should be able to open the Import Audio tool and there should be a button for importing the PPT audio. Keep in mind that this will not keep your timings created in PPT, but is easily fixed in the Sync Audio tool.
    Not sure what you are talking about with the Presenter Audio recorder, as once you know how it works, recording audio is no harder (possibly easier) than doing the same thing in PPT.
    As to why doesn't it translate the info from PPT? Well, it is an Adobe product living in a MS product. So, MS writes the rules as to what the visibility and integration can be with their tools. So you are seeing the result of two software houses in one place. Is it perfect? No, but it is a pretty wonderful tool to use. I say that as a user of Presenter for the past 6+ year. The biggest thing that I see is people have false or unreasonable expectations of the tool itself. It all comes down to honestly knowing what it will and won't do, and the best practices for getting it done. If needed, you may want to look at a traditional class for Presenter. It's amazing what you can learn, and learn to avoid, if you are set up to succeed from the beginning. 
    Feel free to PM me if you want, as I do teach Presenter, or there are plenty of great resources out there if you need them.

  • Close window not working when publishing as HTML5 on Adobe Connect using CP8

    Hi all,
    I'm trying to get a button that closes the project/window at the end of a video. I am using CP8.
    I can get it to work when publishing as SWF to Adobe Captivate.
    It also works when publishing as HTML5 but not on an LMS (Adobe Connect).
    I have tried various methods including
    - On success execute a Javascript =  window.close()
    - On success - exit
    - On success execute advanced action = Assign cpCmdExit with 1
    I also tried adjusting the slide settings On Exit: exit and the publishing settings Project End Options: Action: Close project.
    Nothing works.
    Any ideas?
    Many thanks,
    Aimee

    Hi Aimee,
    Can you test this to close the course window:
    Insert 2 buttons or smart shape used as buttons (as Finish course buttons).
    On the first button apply an action to execute javascript and in the script window, use this script: parent.close()
    On the second button apply an action to execute javascript and in the script window, use this script: top.window.close()
    Upload the published project on your LMS and check if any of these works for you.
    Thanks
    Himanshu

  • Not working, nothing publishes.

    I just installed the new iweb 09. Publishing is not working, the files stay red, instead of turning blue after uploading and none of the changes I'm making on iweb are being published on the web.

    It is possible that there are issues with the Apple server.
    I do have a MobileMe account but I wouldn't think of publishing my own websites there, never mind a client's.
    The Apple server is not known for its reliability and has a restricted bandwidth so that its not suitable for business or commercial use.
    The main downside is that it has virtually zero tech support.
    I publish to Host Excellence and yesterday I had to move several websites to a new account.
    Tech support provided me with all the instructions. When I went to direct the domain names to the new nameservers, I was told it would take 24 to 72 hours. It took 20 minutes.
    Late last night there was a side server issue with the new account. I emailed tech support and, when I woke up 4 hours later they had fixed it and put a monitor on it to make sure it doesn't happen again.
    This account came with 3 free domain registrations, 15 dedicated IP addresses and unlimited everything else for less than a MobileMe subscription.
    With this type of account I can publish 18 different websites without resorting to sub sites, use custom forms, mail forward, redirects, autoresponders and bulk mail. I can run all kinds of scripts and a data base and even build a web store front if I want.
    MobileMe was designed with small personal websites in mind and only allows one domain name forwarded using Cname. Any others have to use masking which is absolutely useless for SEO.
    If you are really stuck and the site doesn't use hit counter, blog & photo comments etc, you can try uploading it by drag and drop to Finder/Go/iDisk/My iDisk/Web/Sites.

  • Right Click not working in published output.  ??

    I'm relatively new to Captivate, and NOT a developer, so please bear with me on this.
    I'm recording a training video of a basic application and have a need to use a right-click to bring up a menu.  This is a requirement of the app, so I need Captivate to provide the same functionality to avoid confusing the user going through the training video.  I have the Click Box options set to Right Click, and it works in the Preview.  However, when I Publish the finished video, the right-click does not work - only a left-click will advance to the next slide.
    I found a few threads discussing issues with the right-click, but all of them were dealing with permissions issues.  I'm saving the output to my desktop (Windows XP) and am launching the HTM file to confirm the video is working properly, so I don't see how a permissions issue would come into play.  ??  If it is a permissions issue, how do I fix it within Captivate so that the end user can run this from any PC/MAC, where I have no control of their permissions?
    Any suggestions or tips on how to get the right-click working in the final product are greatly appreciated.
    D

    Hi there
    The right-click function relies on JavaScript. JavaScript may also be influenced by the Flash Security Settings.
    Please try what is outlined in the link and see if your right-click suddenly begins working. Also note that you don't need to adjust these settings if you are serving content from a server. You only have to worry about it if you are testing by running from your local C drive.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Hyperlink is not working after publishing my site!

    I can fully activate my newly added page on my iweb site with no problem. I created a button and hyperlinked it to the newly created page. After I publish my site, the new button is NOT clickable. I created a new photo gallery page. I already have 1 photo page so when I clicked on that page, at the very top I am seeing a clickable link that will lead me to my newly created page. THIS IS NOT HOW I HAVE IT SET UP THOUGH! I have a button on my home page that if clicked, it will take you right to the new page! I tested it and it works! I go and publish my site and all the sudden it does NOT work!!! Anybody have a clue why this is?

    Turn on DB logging and see what the syntax is that CR tries to send to the Server. You can also enable crlogger ( search for this and you'll find a KBA on how to enable or DB logging component )
    First guess is the Date format is wrong, typically is the cause. try removing the date from the SQL and see if that works. Then try to add the selection formula in CR Designer and look at the SQL being generated
    Can be specific because you did not mention what DB you are using.
    Don

  • Buttons not working in published project in Captivate 4

    Hi,
    I have been able to create projects using powerpoint 2007 and Captivate 4, and when published, the buttons connect to the appropriate URL's.  I just started a new project, importing a powerpoint.  When I preview it, the buttons work and the URL's open.  However, when I publish using the email option, and view the project, the buttons don't work. I don't think I'm doing anything differently from previous projects.  I've installed the latest version of Flash, and they are still not working.  I'm not sure what to do next.
    Thanks!

    Welcome to our community
    If you are emailing the Captivate published file, likely the end user is running it from a temporary folder from their C drive. And that causes a security issue with Flash.
    If you insist on using the eMail method of distribution, you need to also instruct the user to save the attached files to a specific location, launch the HTML file. Then ensure they configure their Flash player security settings to acknowledge the location where they saved the files as being safe.
    Click here for more
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Help - Simple mask not working in Flash CS4

    Hi everyone,
    Thanks for taking a minute to read my post.
    I am creating a very simple mask using motion tweening. I created some text on a layer and made it a masked layer. Then I created a mask layer which consists of a circle that will span across the text. When I play the movie the circle does not show up at all in the frames the mask layer spans (it's purple on a black background) and the circle does not move across the text like I told it to with the motion tweening. I don't know why it's not working. For some reason the circle isn't showing on the stage at all and it's not moving across the text. I don't know if I have it set up wrong on the timeline or what. Here's the steps I followed to create the mask:
    1.insert a new layer in which I named it mask and click frame 1 on this layer
    2. select the oval tools on the tools panel and set the stroke to none
    3. set the fill color to purple
    4. draw a circle and click the selection tool and drag a marquee around the circle to select it.
    5. click insert on the menu bar, click motion tween then click ok in dialog box about converting it to a symbol to be tweened
    6. click the last frame in the mask layer and drag the circle to the end of the line of text
    7.click mask on the timeline to select the mask layer, click modify on the menu bar, point to timeline then click layer properties
    8. verify the show check box is selected in the name section, click the lock check box to select it, click the mask option button in he type section, then click ok.
    9. play the movie in which the circle object covers the text on the masked layer as it moves across the stage
    Thanks for your help!
    ashmic19

    Update 8-2-10: In play mode the text was still visible when it shouldn't be but once I tested the movie the mask worked correctly with the text. So problem solved
    -ashmic19
    Thanks for all who viewed this. I finally figured out why it wasn't working. I had the mask layer locked. But now the circle is moving across the text but the text is viewable when it shouldn't be until the circle moves across it. How come it's doing this?
    ashmic19
    Message was edited by: ashmic19
    Message was edited by: ashmic19

Maybe you are looking for

  • Reports with FLOAT data  type

    I am trying to create a simple report form from a table which contains a FLOAT data column. I follow these steps: New>Component>Report>Report with Form... I end up with 2-pages: the report and the entry form to update/create a row. The key-column on

  • Can't find file location.

    I recently transferred my iTunes to my laptop via the backup discs, which I thought worked well. When I tried to play some songs, iTunes told me that they couldn't be played because the original file couldn't be found. I first thought it was because

  • During Mail for Exchange in Nokia C6, ALL contacts...

    hey,  today i setup new account Mail for Exchange in Nokia C 6. I used my gmail id and entered google.com as a domain name and server. It asked me to  Keep contacts in phone or delete contacts. I selected Keep contacts in phone. after a moment, when

  • New Report Req over Planning ( real time) cube

    Hi gurus, I have Planning Cube which is being populated by Template, Where we set the Account Status from unlock to lock, and once saved all the Lock accounts only get saved in the cube using some exit in background which populate one table also.. So

  • Page Item with Date format DD-MON-RR - APEX 32

    Hello, I am passing date parameter but somehow it is not formatting date properly on calendars. For e.g. Below is my calendar query select distinct count(*) knt, initcap(username) username, to_date(to_char(trunc(timestamp),'DD-MON-RR'),'DD-MON-RR') t