Behaviors fade/appear for swf

Hi all,
I have a page with a div that contains a gallery swf. The swf
div is hidden by default and lives in a wrapper div that contains
the whole content of the page.
When I load the page, the swf is invisible.
I am using the built in appear/fade behaviors (via li's ) in
cs3 to control the swf visibility.
li "a" makes the swf appear onclick. It reveals the swf
great.
li "b" fades the swf onclick, and when clicked, nothing
happens except a reload of the swf.
Further, if I load/refresh the page, and go straight to li
"b" and click, it will load the swf even though it is set to fade
only.
argh.
I've been wracking my noggin for hours trying to make this
puzzle work, to no avail.
Please help if you have any insights for this rank red-eyed
newb.
Thanks,
Bill

bump.

Similar Messages

  • Navigaion buttons not appearing for .swf publication

    I have a .swf file where the navigation buttons are not
    appearing.

    I have the same problem - I created a Captivate 2
    presentation, and when I preview, the playback controls are there,
    but when I publish it, it has no controls. I keep checking Skins
    and it says there it's turned on. And the controls did show at
    first, but have stopped and I have no idea how they could have got
    'suppressed.'
    I got so desperate I tried creating a new project and
    importing all the slides into it, but... still the same, whatever
    setting is causing this came along with the slides. I have both
    info and quiz slides, but playback controls don't appear on any of
    them.
    Anybody?

  • Media files not appearing in SWF file

    I have set up a few interactive elements in an InDesign page. Some drop down menus, buttons and such like. I Have also imported a small MP3 audio file and video clip – they aren't large files. Everything works as it should when viewed in the EPUB viewer. However when I export to SWF or an interactive PDF neither the audio or video clip appear –  let alone play. The other slideshows and animations work fine. I have double checked the files and all the settings without success.  I'm up to date with the latest versions of InDesign (2014.2 release) and Acrobat etc
    Anyone have a solution or experiencing similar problems – any info gratefully received.

    If the media files (both audio and video) do not have a poster image applied, there will not be a visual representation of these files in the exported PDF or SWF. That does mean that the media files aren't in the export, if you click where they are suppose to be, you should be able to activate them. Through the media panel in Indesign, select media, and choose a standard or custom poster.
    Edit: although a poster image can be applied to an audio file, this works with PDF export, but during SWF export, the poster still does not display. The workaround for SWF export and audio, create a button with an action to play a sound.

  • Fade/appear effect question in DW CS4

    When using the fade/appear effect on a photo in Dreamweaver CS4 I'm having the following problem.  The photo loads in first and then it fades in after.  How do I make so it only fades in with it preloading?
    Thanks,
    BC

    I've never used this effect.  Maybe if you preload the image(s)...
    Go to Behaviors panel.
    Click the plus sign (+).
    From the drop menu, select Preload Images.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Accordion fade/appear stay's after clicking another tab/content

    Hi,
    In the accordion Tab i've putten the effect fade/appear on the image.
    Problem:
    When I close the panel by clicking on te accordion Content, the Tab stay's dark.
    This also stay's dark when I click on another Tab.
    After clicking on content or another Tab, the Tab which is dark needs to go back to the start position (like you hit F5).
    http://www.home-maastricht.nl/signage.html
    I hope you understand what the problem is.
    Thanks for your help!
    Carla

    There has to be a more elegant way to do this, but here goes
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8" />
    <title>Untitled Document</title>
    <link href="http://www.home-maastricht.nl/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" />
    <link href="http://www.home-maastricht.nl/SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" />
    <link href="http://www.home-maastricht.nl/mh1architecten.css" rel="stylesheet" />
    <link href="http://www.home-maastricht.nl/SpryAssets/SpryAccordion.css" rel="stylesheet" />
    <script src="SpryAssets/SpryAccordion.js"></script>
    <script src="SpryAssets/SpryEffects.js"></script>
    <script src="SpryAssets/SpryMenuBar.js"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js"></script>
    <script src="SpryAssets/SpryDOMUtils.js"></script>
    <script>
    function MM_effectAppearFade(targetElement, duration, from, to, toggle) {
        Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    function myClickHandler(event) {
        var ele = Accordion1.getCurrentPanel();
        var panelNumber = Accordion1.getPanelIndex(ele);
        MM_effectAppearFade(document.getElementById('tab'+panelNumber), 1000, 100, 30, true);
        Accordion1.closePanel(panelNumber);
    function Tab0ClickHandler(event) {
        var ele = Accordion1.getCurrentPanel();
        var panelNumber = Accordion1.getPanelIndex(ele);
        if (panelNumber == -1 || panelNumber == 0) {
            return;
        } else {
            MM_effectAppearFade(document.getElementById('tab'+panelNumber), 1000, 100, 30, true);
    function Tab1ClickHandler(event) {
        var ele = Accordion1.getCurrentPanel();
        var panelNumber = Accordion1.getPanelIndex(ele);
        if (panelNumber == -1 || panelNumber == 1) {
            return;
        } else {
            MM_effectAppearFade(document.getElementById('tab'+panelNumber), 1000, 100, 30, true);
    function Tab2ClickHandler(event) {
        var ele = Accordion1.getCurrentPanel();
        var panelNumber = Accordion1.getPanelIndex(ele);
        if (panelNumber == -1 || panelNumber == 2) {
            return;
        } else {
            MM_effectAppearFade(document.getElementById('tab'+panelNumber), 1000, 100, 30, true);
    </script>
    </head>
    <body>
    <div id="mainContentContent">
      <div id="Accordion1" class="Accordion">
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">
            <div class="tab_fade"><img id="tab0" src="http://www.home-maastricht.nl/images/01-signage/banners/01-00-qpark-banner.jpg" width="700" height="120" onclick="MM_effectAppearFade(this, 1000, 100, 30, true)" />
              <div class="tab1_tekst">Q-Park</div>           
            </div>
          </div>
          <div class="AccordionPanelContent"><img src="http://www.home-maastricht.nl/images/01-signage/websiteformaat/01-00-qpark.jpg" alt="Q-Park" width="700" height="1050" /></div>
        </div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">
            <div class="tab_fade"><img id="tab1" src="http://www.home-maastricht.nl/images/01-signage/banners/01-01-qpark-banner.jpg" width="700" height="120" onclick="MM_effectAppearFade(this, 1000, 100, 30, true)" />
                <div class="tab2_tekst">Q-Park</div>           
            </div>
          </div>
          <div class="AccordionPanelContent"><img src="http://www.home-maastricht.nl/images/01-signage/websiteformaat/01-01-qpark.jpg" alt="Q-Park" width="700" height="1050" /></div>
        </div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">
            <div class="tab_fade"><img id="tab2" src="http://www.home-maastricht.nl/images/01-signage/banners/01-02-groenmetropool-banner.jpg" width="700" height="120" onclick="MM_effectAppearFade(this, 1000, 100, 30, true)" />
                <div class="tab3_tekst">Groenmetropool</div>           
            </div>
          </div>
          <div class="AccordionPanelContent"><img src="http://www.home-maastricht.nl/images/01-signage/websiteformaat/01-02-groenmetropool.jpg" width="700" height="933" alt="Groenmetropool Kreis Aachen" /></div>
        </div>
      </div>
    </div>
    <script>
    Spry.Utils.addEventListener("Accordion1", "click", myClickHandler, false);
    Spry.Utils.addEventListener("tab0", "click", Tab0ClickHandler, false);
    Spry.Utils.addEventListener("tab1", "click", Tab1ClickHandler, false);
    Spry.Utils.addEventListener("tab2", "click", Tab2ClickHandler, false);
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>
    </body>
    </html>
    Happy Sprying.
    Ben

  • Flash player upgrade alert doesn't appear for users

    I realize there's been an upgrade to the Flash player.
    I have a client whose web site is built in Flash, however, and all that appears for her and most of her audience (PC, I think) is a blank screen -- no alert to let the users know that an upgrade is available.
    Here is the web site:
    http://www.axwildtours.com
    I would like for users with outdated Flash players (or perhaps Internet Explorer) to try this link and let me know how I can fix this issue.
    Many thanks,
    Susan

    In general, Flash Player is backwards-compatible.  A new upgrade shouldn't render the site useless.  My guess is that changes to Internet Explorer are actually at the root of the problem, but a survey of what configurations the site does and doesn't render under would be useful in understanding what's happening.  At a quick glance, I see that there are some conditional comments in your HTML, which IE no longer supports. 
    You might want to take a look at using SWFObject to embed the SWFs instead of using the Object/Embed tags that you're currently using:
    swfobject - SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small…
    This may also be related to ActiveX filtering in IE.  When I view the site in IE11, I get the prompt asking if I want to show Flash content.  Once I allow it, the content renders as expected.
    ActiveX Filtering
    There are a bunch of free tools for testing against Internet Explorer over at http://modern.ie/.  They might be useful in helping you modify your site to be compatible across IE versions.

  • MC.9 - Material Number appears for period 06/2007 but not 07/2007

    Hi Experts,
    Have you encountered the situation whereby in MC.9(S039), the data of a certain Material Number appears for period 06/2007 but not 07/2007
    This material# has no stock & movements for 07/2007, but for another material# with the same conditions, there is no problem.
    Thanks & Regards
    Lawrence

    Hello Experts,
    i´m having the same issue at my system.
    Does anyone know why for a certain material report MC.9 shows balance at some Store Location although it doesn´t have any movements, while for other Store Location it isn´t showed any line, not even with zero values.
    I hope somebody can answer this issue.
    Thank you very much in advance.
    Regards,
    cecil

  • How do I disable the "New Tab opened" button that appears for 3secs when I open a new tab?

    Dear Helpful Open Source people.
    I would like to disable the "New Tab opened" that appears for 3secs when I open a new tab?
    I usually open tabs from a search engine's results page expecting the links to be of varying quality. This means that it is efficient to open several links from that page and review and close them sequentially later. A reality of the output of search engines is that your 1st link is sedom the one you want.
    This button clutters an already small phone screen. I've hardly the space to click outside it and move on often clicking it by accident. Waiting prevents me scrolling to click the next link for 3 seconds or worse when I scroll prematurely I accidentally click it and jump to that Tab prematurely. I don't need to be told what I just did. I know... There is a perfectly functional tabs button in Firefox Android that let's me jump to my new tab in less than second with 2 presses when I wish to do so.
    I appreciate that it's "only" 3 seconds and a 1st world problem, but browsers and OS designers aspire to fast customisable function. Maybe there's a way to get rid of this button?
    The button is shown in section 3 of "Open a Link in a New Tab" in this article https://support.mozilla.org/en-US/kb/using-tabs-firefox-android
    PS. Mozilla - great work with the Sync function keep developing!!

    For some reason, Android calls that little notification bar a "toast" so that's the new tab toast. It was added in Firefox 12.
    I can't see any preference to suppress it, so I think that would require filing a new bug (request for enhancement). If you feel strongly, I think you are the best person to file it.
    * https://bugzilla.mozilla.org/
    * https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines (might not be very applicable to feature requests...)

  • My iphone 4s wont turn on,it wont even charge,when it does eventually start to charge the apple icon on the screen will appear for a few seconds then itll disappear, i have tried to do the soft/hard reset but nothing happens, can anyone help me please?

    My iphone 4s wont turn on,it wont even charge,when it does eventually start to charge the apple icon on the screen will appear for a few seconds then itll disappear, i have tried to do the soft/hard reset but nothing happens, can anyone help me please? do i have a dead iphone on my hands? isit worth me going into the apple store and seeing what they can do or isit pointless? please help!!!

    Try to backup and restore you device in itunes...restoring the device is like removing the iOS software off the device and re-add in a newer software, after you have restore you device, MAKE SURE YOU SET UP YOUR DEVICE LIKE A NEW DEVICE, DONT NOT RESTORE FROM BACKUP!!... give the device a chance to use the newer software and see if the issue still persisting, if the issue still on going then its would be a hardware issue.
    Call Apple Care and see if your device is still under warranty to get it replace

  • I made a copy of my Address Book; it now has abbu atop it and when I open it and try to import it, all my contacts appear for a moment,then disappear.  How do I get my contacts back?

    Before working with ICloud, I made a copy of my Address Book and saved it to my desktop.  When ready to import the information back to my blank address book, the data appears for a brief moment, then disappears, leaving me a blank address book.  It appears something is over-riding the permanent downloading of the information.  How do I solve this problem?

    The Address Book data is kept in ~/Library/Application Support/AddressBook/Metadata (where ~ indicates your Home folder). The names of the files here aren't easy to decipher, but if you had a photo of the person with the address card then you can see their photo in icon view making it easy to identify who the card belongs to. And with any file selected and Get Info performed (Command I) you will be able to open More Information and see the phone number.
    Another approach would be to copy entire AddressBook folder from the CCC drive and replace the same in your booted HD. But if you have a lot of contacts that you removed and don't want to go through that process again then it may prove easier to boot the CCC drive and open Address Book and write down those two contacts.

  • I got my iPhone stolen at a party, the next day my friend gave me back my iPhone 4s and he said that it was jailbroken. Now it will not turn on. When i plug it in to a charger, the apple logo appears for about ten second, then connect to iTunes stays on.

    Hello, i have a question on my iphone 4s. I went to a party a few days ago and it had gotten stolen. The next day my friend said that he had found it and it was jaibroken? The phone was on 1 % when i had recieved it. It then died and i plugged it in to the charger. When i plugged it in the apple logo appeared as if it was starting but, it wasnt. The apple logo appeared for about ten seconds and then the screen went black. After that, the connect to itunes screen popped up and will not go away. So now when i take it off of the charger the screen just stays black and wont turn on? I tried connecting it to itunes and restoring it. But it wont even show my phone any more on the side of itunes. I tried restoring it and an error had occured (2001). I have looked up on youtube how to fix this problem and non of them have helped or worked. Its my only phone and i cant even text my girlfriend which bothers me terribly!! Please help me ASAP!!

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • Is there a way to create a fade only for the first loop?

    I have a loop (Modern Guitar Rock 04), which I've extended out so it repeats four times. I select the Fade Tool and X-Fade for drag. I then drag just in front of the loop and onto it, which creates a fade. However, this also creates fades at the beginning of the repeating loops. Is there a way to create a fade only for the first loop?

    The loop function always repeats the same region so of course the fade is also copied. So option+drag the original region to make a (non clone) copy, fade the first region and loop the second one (which you just copied).

  • Using fade/appear transition in spry tabbed panels

    I've implemented the fade/appear transition into a spry
    tabbed panel set up. The effect works in that when one clicks on a
    tab, the content in that panel will "appear" in using a opacity
    transition.
    The problem I am encountering is a pre-load of the content..
    almost a flicker at 100% opacity... and then the transition from 0%
    to 100% resumes. This flicker effect or visible pre-load of the
    content really takes away from the effect of the transition.
    Does anyone know how to solve this or correct my set up?
    I'm using the following...
    <li class="TabbedPanelsTab"
    onclick="MM_effectAppearFade('fade-guestrooms', 1000, 0, 100,
    false)" tabindex="0" onfocus="this.blur()">GUEST
    ROOMS</li>

    Yes this was a tough one to pull off in Spry. I have worked up a solution that fades between the panels. Please have a look at the following post:
    http://blog.infrontweb.com/ajax/spry/spry-tabbed-panel-fade-transition/
    Good Luck

  • Scheduling Xcelsius report in Infoview for SWF format

    Experts,
    Can I know how do I schedule Xcelsius report in Infoview for SWF format.
    My report is ready and user wanted this report everyday morning.
    I am refreshing it manually and sending him.
    I want to write flash file in a share location.
    Please help me.
    Thanks
    VS8VIV

    Hi,
    Unfortunately, scheduling of the swf files are not possible at the moment.
    You can manually export the swf to a network location.
    Thanks,
    Amit

  • " plug-in name does not support the highest level of security for Safari plug-ins" appear for some plugins in Safari Security "Manage Website Settings"?

    Hi,
    Wondering why "<plug-in name> does not support the highest level of security for Safari plug-ins" appear for some plugins in Safari > Security > "Manage Website Settings"?
    Have been trying to get to the root cause of the problem but did not find much on this. I am trying to figure out what can get the warning to go away completely than using the Allow/Always Allow options for the plug-in
    Thanks,
    Shyam

    Hi Linc,
    Thank you for your response. Here is the screenshot of the warning that I am talking about.
    Here is what I do:
    1. Launch Safari and open its Preferences. I have Safari 7.1 installed on my machine.
    2. Click Security Tab and click Manage WebSite Settings
    3. A window opens showing me all the Plug-ins that I have (listed on the left hand side).
    4. One of them is the Adobe Reader plug-in. When I click Adobe Reader, the following details about the plug-in show up on the right
    I was referring to the highlighted section that warns me about this plug-in not using the highest level of security for Safari Plug-ins.
    Note: I do not see this for all my plug-ins (QuickTime, Adobe Flash Player don't give me this warning) which tells me that there is a way to make the warning go away.
    Thanks again,
    Shyam

Maybe you are looking for