Accordion and FlashPaper

Hi Friends,
I load my plashpaper SWF file into a movie clip ( with
loadmovie and actionscript defined by flashpaper help :
function loadFlashPaper(
path_s, // path of SWF to load
...and ETC.
Every thing is okay and size is controled , but when I use
this movie Clip as a Accordion child its size changes in something
else. I can't control it . PLEASE HELP !!!!!!!
ThankS !

Hi Friends,
I load my plashpaper SWF file into a movie clip ( with
loadmovie and actionscript defined by flashpaper help :
function loadFlashPaper(
path_s, // path of SWF to load
...and ETC.
Every thing is okay and size is controled , but when I use
this movie Clip as a Accordion child its size changes in something
else. I can't control it . PLEASE HELP !!!!!!!
ThankS !

Similar Messages

  • Spry accordion and #wrapper issue

    Hi
    I am in the process of trying to put together a portfolio site as part of a CIW course. If you look at the current site www.jmacphot.com you will see on the equipment page I have tried to add a spry accordion and then a spry tabbed menu inside the accordion. However you will see that when I insert a large amount of information into the content area it pushes the tab over the footer and does keep the footer at the very bottom of the page... I am stumped as I have not set any specific height on my CSS to keep moving.
    Can someone please advise where I might be going wrong here. Sorry if this question has been asked repeatedly but I am very new to web design.
    Your help with this is greatly appreciated!
    Regards
    John

    Thanks ben, I initially thought if I left the height of my wrapper blank and also the height of the spry content blank they would expand as more information was entered? Is there possibly and issue with CSS hierarchy?
    Thanks again for your help!!
    John

  • SPRY accordion and tabs not displaying in IE6

    Hi everyone:
    Even after clearing up some validation errors in my HTML, I
    am experiencing issues with a SPRY accordion and another page with
    a Tabbed SPRY widget not appearing in IE6. The pages all work fine
    in IE7, Firefox and Safari. I would greatly appreciate anyone
    taking a look (link below) and letting me know if you see any
    errors or know of a bug I have not found the fix for. My CSS
    validates 100% so I don't think I have made any style sheet errors.
    Thanks very much.
    www.ducksroofing.com
    K.

    Hi all:
    After some more tinkering, I have discovered the real issue
    is that my containing element is not containing the entire page and
    therefore cutting off my SPRY elements on the pages which have
    them. This is causing the SPRY widgets to fall apart and, of
    course, for the page to only scroll partially down.
    Does anyone have a suggestion as to why the SPRY tabbed
    element and accordion element on my pages is not nesting within
    document flow and remaining with the containing div? I appreciate
    your help.
    Once again, url is: www.ducksroofing.com
    K.

  • Accordion load event does not fire when accordion and load event created dynamically using actionsript

    I cannot get the accordion load event to fire when I have
    created the accordion and load event using actionscript . Here is
    some sample code:
    createClassObject(mx.containers.Accordion, "acc",
    getNextHighestDepth());
    acc.createSegment(mx.containers.ScrollPane, "sc1", "Number
    One");
    acc.createSegment(mx.containers.ScrollPane, "sc2", "Number
    Two");
    var accLis=new Object();
    accLis.load=function(evtObj) {
    trace("load");
    accLis.change=function(evtObj) {
    trace("change");
    acc.addEventListener("load", accLis);
    acc.addEventListener("change", accLis);
    I made sure to add the ScrollPane and Accordion components
    to my library. So the load event does not fire, but the change
    event does fire. And through further testing the other events do
    not fire, including the draw event. Can anyone help? The only time
    I can get the load event to fire on an accordion is if I put an
    accordion on stage, select it and add the actionscript to the
    objects actions like shown below:
    on(load) {
    trace("load");
    on(draw) {
    trace("draw");
    Can somebody help? Unfortunately I must create all my
    components dynamically. Thank you in advance.

    I'm having this issue also...but only apparently with Internet Explorer and only on some machines...ideas?

  • ADF: Menu, Accordion and tree

    Hi,
    I want to make a three level menu, Cliente/Project/Tasks.
    I want the Client level to be an accordion, and the project and tasks a depending tree, but I can't link the tree with the accordion.
    This is my code:
    <code>
    <af:panelAccordion id="pa1" dimensionsFrom="auto">
    <af:forEach var="row" items="#{bindings.ClientsView2.children}">
    <af:showDetailItem id="sdi1" disclosed="true" text="#{row.Name}"
    immediate="true">
    <af:tree value="#{bindings.ProjectsView2.treeModel}" var="node"
    selectionListener="#{bindings.ProjectsView2.treeModel.makeCurrent}"
    rowSelection="single" id="t1">
    <f:facet name="nodeStamp">
    <af:outputText value="#{node}" id="ot7"/>
    </f:facet>
    </af:tree>
    </af:showDetailItem>
    </af:forEach>
    </af:panelAccordion>
    </code>
    Thanks,
    Diego

    Any idea? I'm kind of stuck...
    Thanks,
    Diego

  • Spry Accordion and jQuery UI Accordion for Widget Browser

    I have Dreamweaver CS5 and used the spry accordion for a left menu. I then used the widget browser and added jQuery UI accordion. But there appears to be a conflict in that the spry accordion is not displaying the white font on hover, instead using the gray font from the jQuery UI accordion.
    This may be a duplicate post, I asked this question on another section of this site, if so, I do apologize. Any help is greatly appreciated.
    The page sample is
    http://www.sbcvote.us/registrar/2006_form460.htm
    Thanks to all,

    In SpryAccordion.css you are telling the Spry Accordion to do exactly that.
    Have a look at lines 97 and 100 where the colour is set to #555555
    Gramps

  • Problems with accordion and animation

    hi,
    I have problems with the animation of the accordion widget
    Accordion with 3 panels
    panel1 no link but three subpoints with links
    (for example: panel1: home, sublinks: me, you, us)
    panel2 is a link with no sublinks
    panel3 no link but two subpoints with links
    PROBLEM:
    If I turn on panel1 the animation works (there is no link on
    panel1)
    If I turn on panel2 the animation DON'T works (there is a
    link on panel2)
    what am I doing wrong that there is no animation ?
    thanks

    Sorry kimblas, you are quite right! That'll teach me not to
    jump in without reading the comments :) OK, make a few changes
    suggested by Steve, and played around with the css as per the
    example (I think). It now works fine in Firefox if a little slow
    (I'm assuming this is to do with the Flash movie and my painfully
    old PC) but in IE7 it still wants to display the whole of the
    selected content prior to the animation. Interestingily this wasn't
    the case until I began to tinker to the recommended settings.
    Unfortunately I can't get back to where it was to suss out what
    code sorted it, nothing now seems to make a difference. Any
    ideas?

  • Interactive Forms and FlashPaper

    My client would like to replace our traditional HTML Contact
    form with a FlashPaper form which can be filled out and submitted,
    just like the HTML form. How would I go about creating such a
    form?

    Hi Luiza
    some of the interactive Adobe tutorials on the Web Dynpro tutorial page also contain Submit buttons.
    Check this page: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#pdf
    Regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Spry Accordion and Firefox (dotted border)

    How to get rid of this border?
    It shows up after clicking in the accordion (wheater title or
    content) and outlines the whole accordion.
    This problem is only in Firefox and makes the whole accordion
    unpleasent to look at. I would like to know if there's a workaround
    for this problem. I already tried some css editing, once even
    tested removing all borders on all according elements -
    nothing.

    That's cause of tabindex="0" if you don't want them then
    change this:
    <div id="Accordion1" class="Accordion" tabindex="0">
    to this:
    <div id="Accordion1" class="Accordion">

  • Accordion and master/detail datasets

    Does anyone know of a working Accordion example that uses
    master and detail datasets, with master records as tabs and
    multiple detail records in the contents? Would like to be able to
    see XML data files, too.
    I keep getting an error message and in other examples the
    accordion loses it's animation.

    I think the issue is the Spry data object does not appear to
    handle multi-level (master/child) datasets. If the Spry dataset
    could handle them then the accordion could load all the data
    (master in tabs and children in content) and it would not have to
    reload child data on every tab click.
    Anyway, here is the code:
    <script type="text/javascript">
    <cfoutput>
    var dsMaster = new
    Spry.Data.XMLDataSet("#myurl#","Corp/Department");
    var dsDetails = new
    Spry.Data.XMLDataSet("#myurl#&orgid={dsMaster::INTORGID}","Departments/Unit");
    </cfoutput>
    var regObserver = new Object;
    regObserver.onPostUpdate = function(notifier, data) {
    var acc = new Spry.Widget.Accordion("allocations",
    {defaultPanel: dsMaster.getCurrentRowNumber()});
    Spry.Data.Region.addObserver("allocations", regObserver);
    </script>
    Example of what I mean with multi-level:
    <Department>
    <STRDEPARTMENT>ADMINISTRATION
    DEPARTMENT</STRDEPARTMENT>
    <Units>
    <STRUNIT>Technology</STRUNIT>
    <STRUNIT>Personnel</STRUNIT>
    </Units>
    </Department>

  • Spry Accordion and Flash Gallery

    I am trying to insert a Flash photo gallery (created in Adobe Bridge) into one of the accordion panels of a Spry Accordion widget.  When I use the widget 'out of the box', the gallery displays, but the set content height cuts off a third of it, including the navigation: http://twwwg.com/Pages/bogott/index3.html.  When I set the constructor to allow variable panel heights, one problem goes away but the gallery does not display. http://twwwg.com/Pages/bogott/index2.html.  The only difference is the addition of the option in the constructor call.  Does anyone have an idea what is going wrong?  Thanks.  don Carlos.

    Well, I solved this one myself.  One of the posts on the sidebar resembled my issue sufficiently that I tried it.  I pulled all the Flash code from the page and used the <object data> call.  Worked like a charm. http://twwwg.com/Pages/bogott/index4.html

  • Accordion and fixed active panel

    Hello
    How could I fix the active accordion (defaultPanel: 2) panel
    to keep it open when I navigation with mouseover function on the
    other panel?
    Related link for the onmouseover JS:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=602&threadid =1282158&highlight_key=y&keyword1=mouseover
    Thx for your help.
    Dom

    I use the IPTC description for every photo, but clicking to edit it with a mouse is inconvenient.  Is there a keyboard shortcut?
    Longstanding wish for me also, I'm afraid you can only switch to next field in the panel itself with tab but you first have to select the description field once otherwise Tab gives you the light table view of the content window.
    Here is shortcut list for Bridge to check yourself:
    http://kb2.adobe.com/community/publishing/909/cpsid_90922/attachments/Adobe_Bridge_keyboar d_shortcuts.pdf
    And I assume you are aware of creating a metadata template and add same info for multiple selected files?

  • Captivate 2 and FlashPaper 2

    I have converted a PDF doc to an SWF file via FlashPaper 2
    and have imported the SWF as an animation into a Captivate 2
    project slide. I resize the animation by SHIFT+clicking and
    resizing. The output looks great, but if I navigate to the next
    slide and then navigate back to the animation slide, the animation
    is cut in half. I noticed that the animation properties are the
    standard ones set in Flash (ca. 550 x 400?), but I need the
    document to appear as 590 x 740. Resizing the SWF file in Flash and
    then trying to import it into Captivate was a disaster (FlashPaper
    buttons all over the place, and no text), and I'm not fluent enough
    in how to use ActiveScript to know how to plug in the following
    scripting into the movieclip that I could potentially export as an
    SWF:
    Using FlashPaper with Macromedia Flash
    You can insert a FlashPaper SWF file into a Flash FLA file.
    When you export the FLA file to SWF format, the FlashPaper SWF file
    is embedded as part of the exported Flash SWF file.
    The following code shows how to load a FlashPaper SWF file in
    a regular FLA file using the loadFlashPaper() function:
    function loadFlashPaper(
    path_s, // path of SWF to load
    dest_mc, // MC which we should replace with the SWF
    width_i, // new size of the dest MC
    height_i, // new size of the dest MC
    loaded_o) // optional: object to be notified that loading is
    complete
    var intervalID = 0;
    var loadFunc = function()
    dest_mc._visible = false;
    var fp = dest_mc.getIFlashPaper();
    if (!fp)
    return;
    if (fp.setSize(width_i, height_i) == false)
    return;
    dest_mc._visible = true;
    clearInterval(intervalID);
    loaded_o.onLoaded(fp);
    intervalID = setInterval(loadFunc, 100);
    dest_mc.loadMovie(path_s);
    The following code shows how you can use the loadFlashPaper()
    function after you’ve embedded a FlashPaper SWF file:
    function onLoaded(fp)
    // loading is complete, so we can now adjust the current
    page, zoom, etc.
    // go to page 50.
    fp.setCurrentPage(50);
    // change magnification to 33%
    fp.setCurrentZoom(33);
    loadFlashPaper("FlashPaper.swf", theDocMC, theDocMC._width,
    theDocMC._height, this);
    The fp.setCurrentPage value has been set to 50 and the
    fp.setCurrentZoom value has been set to 33. When the FLA file is
    exported, page 50 of the embedded FlashPaper SWF file appears
    inside the exported SWF file with a magnification of 33 percent.
    So what I'm asking is how do I get a 590 x 740 FlashPaper
    document to maintain its size within Captivate without it reverting
    to the Flash default size?
    Thanks,
    Andrew

    We have been experiencing some problem with the IE7 & IE8 "Protected Mode" when users are running courses in our LMS. I don't know if the same issue applies for projects which are executed locally from a DVD.
    Just out of interest - have you tried your project using FireFox?
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Leopard - M.I.A. Printers on Wireless  IP and Flashpaper?

    Hi folks,
    The only main glitch so far with my upgrade from Tiger to Leopard 10.5.2 is my printer situation. Before, my system saw my printer on the wireless router system by default (a Xerox 6200DP) and its IP address. Now, I'm having as much trouble finding my printer as I do with my Windows Laptop, where the dynamic IP causes me to lose the printer upon reboot.
    However, I am able to find my Xerox using Appletalk and local network. The IP of the printer is now assigned, apparently, by my Mac instead of my wireless router (the printer had an IP of 192.168.1..1xx but now is a 169.254.xx IP). And the printer is not seen in my Wireless DHCP clients panel.
    I think the printer is too old to use Rendezvous.. but it was so easy before... I'm curious as to what has happened. I reinstalled printer drivers, but it didn't help. I'm still using it through appletalk.
    The other problem is that while Adobe CS3 works just fine, I seemed to have lost my Flashpaper ability. I was able to reinstall my PPDs from my Previous system folder, but while the printer says it is printing the docs, they are no where to be found. They should print to the desktop.
    Any help appreciated.
    Thanks
    Jeff

    Heidi-
    On the iPad, go to Settings-General-Bluetooth.  Set Bluetooth to ON and a new window appears while the iPad searches for Bluetooth devices.
    To get the keyboard into a discoverable mode, you may need to remove its batteries for a while.  If it is not possible to get it to appear on the iPad, could the keyboard be defective?  Can it be discovered by other computers?
    Fred

  • InDesign and FlashPaper pdfs

    Hi, I work for an educational publishing company and we are
    trying to convert InDesign files to FlashPaper pdfs. We have been
    using the print feature to achieve this, but when we print it takes
    away the "find" or searchable function. Anyone experienced this?
    We're on a tight deadline and need answers fast.

    Like most operations, one tool or the other is more appropriate according to the makeup of the task. It's not just about which PDF is somehow "better," (there are many ways to produce PDF's, and the quality of output isn't necessarily directly dependent upon the originating application), but rather which tool is the correct one for the job.
    For instance, a movie poster can certainly be done completely in Photoshop to good effect. But, if I was laying out the pages of a textbook, where images and longer passages of paragraph-based text were to be mixed, the typographical and document assembly capabilities of InDesign would be indispensible. That's just an example. The very essence of art and design is learning and devising ways to use the available tools alone and in combination to produce a particular result, effect, or solution.

Maybe you are looking for