Creating templated elearning modules in Flash

I need to create a set of standardised (look & feel) set
of elearning modules. Each module should take as an input, one or
more MPG videos, a text document (XML / Word ML / RTF or similar)
and a series of questions and answers to make up a quiz. I was
thinking along the lines of having a Flash template and an XML
template which took the import details such as file names for the
source material. I also need to define the title for the template
and more importantly, a menu for the end result which allows
navigation within the output flash including to within chapters or
key frames in the video. I would also like to do conditional
branching to different videos inside the flash module depending
upon one or more variables on the page that is displaying it, e.g.
the users age or gender.
What I need to know, is what suite of products / scripting
tools / conversion tools do I need to buy for this kind of thing?
Obviously Flash itself for the design template, but what else? The
aim is to have an untrained user provide the source content and
filled in XML template and then assemble automatically. A certain
amount of coding is expected. Any pointers?
Thanks,
Matt.

I do I lot of E-learning projects like this and Flash is my
weapon of choice.
Captivate is a great product, but Flash offers a lot more
power. I'm not sure if Captivate can dynamically load the content,
though Captivate does have the built-in quizzing functionality. You
have to learn a fair amount of Actionscript to produce this in
Flash.
If you're doing audio and video editing, you might think
about the
Production
suite.
Adobe is now also offering an
E-learning
suite. It includes Flash, Captivate, an enhanced version of
Dreamweaver, Soundbooth (for audio editing), and Photoshop CS4
Extended (which has some video editing capability) among others.
This might be the best bet if you haven't made a purchase yet.
If you're looking to have video with cue points, you'll have
to encode it (likely in FLV format). There's a interesting post
about this on
The Flash Blog. Flash and
any of the Adobe production software will come with the
Adobe
Media Encoder, which will help you with this conversion.
Best of luck!

Similar Messages

  • Creating eLearning Content Using Flash - Please Help

    I am tasked with creating eLearning training using Flash. I know how to create flash movies, tweens, etc. I am also pretty well versed with Dreamweaver, HTML, etc.
    But how do you create the fixed header and a footer with navigation and the navigation between 30 to 40 "pages" or "movies"? I am assuming there is some automated method to create navigation...
    We want a fixed header, fixed navigation in a footer, movie content in the center, and the ability to automatically move from "page" to page and also allow the student to click Next and Previous buttons to move from page to page.
    I would greatly appreciate a link to a tutorial or any advice on getting started.
    Thanks,
    Jack Loganbill

    Miss_Angela wrote:
    > I am trying to create a flash intro like this one....
    >
    >
    http://www.mark-knopfler-news.co.uk/
    >
    > I am really new to flash and don't know much beyond
    making menus. I have
    > looked at different tutorials, but I don't see anything
    about how to create an
    > intro like this one.
    Check in help under the Tutorial section for "Add motion
    tweens"
    Basically you need to import your images, convert them to
    instances like
    movie clips or graphics symbols then motion tween them to get
    them move
    and use color effect Alpha to get them to fade in.
    Check the help first and tell me how far can you get from
    there, whatever
    problem you face, post back, will help you go ahead with it.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • I have an elearning module I created using Captivate 5.5 - When I run the module in IE8 it blinks

    I have an elearning module I created using Captivate 5.5, I uploaded the training module to our LMS.  When I run the module in IE8 it blinks.  When I run the module in Google Chrome it is fine.  How can I get it to not blink in IE8?

    I added an Interactions button and in the Actions on Success I open an URL or file. I have placed the video on our web server.   In the URL I point to our web server "http://www.wmabhs.org/Media/Add Client 3rd Party Coverage.mp4".  If I run this from any browser it works.  So what do you think I have done wrong?

  • Best practice to integrate UPK modes in a separate eLearning module?

    I have several elearning modules to develop. For richness of content (and standards in my firm) these will be built either in Lectora or in Flash. I'd like to include some process simulations in those modules.
    If I use UPK to generate the simulations how do I "include" them in my elearning?
    An earlier thread confirmed that you cannot generate a simulation as an SWF or similar that is easy to embed. So my current understanding is the approach needs to be:
    - generate all the required UPK simulations and publish as their own SCORM/LMS module (we use iLearn+ so that shouldn't be hard)
    - generate the separate elearning module and link (somehow) to the required simulation in the UPK LMS publication
    If anyone's done this, or knows a better way, I'd love to know. Because I cannot find anything to explain the process. And in particular:
    - how to link to a specific simulation mode (ie I want a user to click a link and immediately run the "try it" for process X, not wade through a menu of options to pick the one to run)
    - how to return/exit once a simulation is completed (again, want the user to just finish and return to the main elearning module, not click through other screens, close windows, etc)
    - how to pass progress/tracking back to the elearning (for example I want to know if they completed a "try it", but need to know the score if they completed a "know it").
    Thanks.

    The ideal way is to publish the Topics in SCORM format, then import them into your SCORM-compliant LMS and package them al up nicely. If you're not using a SCORM-compliant LMS you are in more trouble. You may be able to import a UPK LMS package into Lectora but I've never tried it.
    If you just want to be able to open up a specific Topic in a specific mode, then use kp.html to get the link to a Topic, and then use this as as a Hyperlink in your training content. If you use the CLOSE parameter then once the Topic has completed the window will close and the user will be passed back to the thing the Topic was called from (i.e the hyperlink they clicked on). I've used this with Articulated PowerPoint, and set the slide to auto-advance once the user clicks on the Hyperlink, so when they return they see the NEXT slide.
    e.g. http://{website}/PlayerPackage/dhtml_kp.html?guid={Document ID}&Mode={mode}&Close
    where {website} is your web server, {DocumentID} is the UPK 32-character ID of the Topic, and {mode} is T for Try it, K for Know It, and so on. But get it from kp.html rather than hand-building it yourself.
    Of course you need to publish to a web server (as well as whatever you are doing in Lectora / LMS) for this to work...
    If you need to return a score, you need to use SCORM.

  • Best practice to integrate UPK modes in a separate eLearning module? Specifically Lectora

    I have several elearning modules to develop. For richness of content (and standards in my firm) these will be built either in Lectora or in Flash. I'd like to include some process simulations in those modules.
    If I use UPK to generate the simulations how do I "include" them in my elearning?
    An earlier thread confirmed that you cannot generate a simulation as an SWF or similar that is easy to embed. So my current understanding is the approach needs to be:
    - generate all the required UPK simulations and publish as their own SCORM/LMS module (we use iLearn+ so that shouldn't be hard)
    - generate the separate elearning module and link (somehow) to the required simulation in the UPK LMS publication
    If anyone's done this, or knows a better way, I'd love to know. Because I cannot find anything to explain the process. And in particular:
    - how to link to a specific simulation mode (ie I want a user to click a link and immediately run the "try it" for process X, not wade through a menu of options to pick the one to run)
    - how to return/exit once a simulation is completed (again, want the user to just finish and return to the main elearning module, not click through other screens, close windows, etc)
    - how to pass progress/tracking back to the elearning (for example I want to know if they completed a "try it", but need to know the score if they completed a "know it").
    Thanks.

    The ideal way is to publish the Topics in SCORM format, then import them into your SCORM-compliant LMS and package them al up nicely. If you're not using a SCORM-compliant LMS you are in more trouble. You may be able to import a UPK LMS package into Lectora but I've never tried it.
    If you just want to be able to open up a specific Topic in a specific mode, then use kp.html to get the link to a Topic, and then use this as as a Hyperlink in your training content. If you use the CLOSE parameter then once the Topic has completed the window will close and the user will be passed back to the thing the Topic was called from (i.e the hyperlink they clicked on). I've used this with Articulated PowerPoint, and set the slide to auto-advance once the user clicks on the Hyperlink, so when they return they see the NEXT slide.
    e.g. http://{website}/PlayerPackage/dhtml_kp.html?guid={Document ID}&Mode={mode}&Close
    where {website} is your web server, {DocumentID} is the UPK 32-character ID of the Topic, and {mode} is T for Try it, K for Know It, and so on. But get it from kp.html rather than hand-building it yourself.
    Of course you need to publish to a web server (as well as whatever you are doing in Lectora / LMS) for this to work...
    If you need to return a score, you need to use SCORM.

  • Creating Hindi quiz in Macromedia Flash 8

    Hi,
    I am working on Macromedia Flash 8 Quiz with 30 Questions.(The number of questions may increase in future)
    Hindi Language is the National Language of India.
    I need to input 30 Hindi Questions into the Macromedia Flash Quiz template.
    I am trying to copy and paste the hindi text / questions (or any regional Indian languages in India for that matter) inside the component inspector parameters tab. I could not able to do it. Copy and pasting hindi text is converting to some english characters. So how to put the hindi text into the component inspector for creating hindi quiz in Macromedia Flash 8. What settings needs to be made. Please assist me in doing this.
    Please send the detailed procedure on how to achieve this to my mail ID: [email protected]
    Thanks in Advance.

    Hello everybody!
    I have the same doubt.
    Recently I migrated to Ubuntu, because I did not feel comfortable in using pirated software and I installed the macromedia suite 8 (Dreamweaver, Fireworks and Flash) with wine.
    These softwares have been discontinued and no longer enjoy any assistance, not least because macromedia does not exist.
    But the fact that Adobe have bought Macromedia, I think maybe he has rights to the products that were previously the macromedia.
    It is impossible I can buy some new versions of Adobe CS6, they are extremely expensive.
    Please, I would like someone from Adobe answered my question with clarity and objectivity:
    - It's a crime to use a suite of macromedia 8 transferred to a download site with one free key ?
    Ubuntu for me has been very poor and unproductive.
    If is a crime to use the versions of macromedia 8, I think I'll have to buy a version of windows 7 and buy the software from the Microsoft Expression Studio.
    They are very good and very cheap, byt adove is better.

  • How to create Templates in Xcelsius..?

    Hi all..
    How to create template in Xcelsius?
    I want to make a template which I can use for make dashboards.

    Hi, take a look on this explanation below
    To create a template
    If you often use a similar layout and components for models, you can create templates that you can reuse for new models rather than starting from a blank canvas. For example, if you are creating a set of Portlets for use in your corporate portal, you may want to save your models as templates so you can re-use them when updates are necessary. To save a model as a template, you first save the file to the templates folder and then export the model (SWF file) to the same location.
    Create a model that you want to save as a template.
    Click File > Save As.
    The "Save As" dialog box opens.
    Navigate to the folder where the Xcelsius program is installed and then to the following location: ...\assets\template.
    Note: To create a new template category, create a folder under the \template directory.
    In the Filename list, type a file name for the template and click Save.
    Click File > Export > Flash (SWF).
    Navigate to the templates folder where you saved the template.
    In the File Name list, type the same file name for the SWF file that you entered for the template and click Save.
    The model is saved as a template. The next time you open the templates window, your template will be available for preview and use.

  • Creating a Login Module

    Hi all,
    I created my own login module (like the existing Membership module) which
    extends the Login class. It works just fine, and can create user profiles
    and allow people to log in. When I log into the admin console and try to
    bring up the user profile to edit the attributes for this module [Manage
    Domains->(domain)->(role)->Users->(user)->Authentication(authentication
    module)] it displays an error stating 'This profile contains no data which
    can be administered.' I know the profile exists (the user can log in, I can
    access the attributes in Servlets and JSPs, and doing a 'ipsadmin get user
    (user)' produces the profile). In the login module XML, all the necessary
    attributes are set as "userConfigurable=TRUE" with the right privileges
    ("<Rperm>ADMIN</Rperm> and <Wperm>ADMIN</Wperm>"). Looking at the
    Membership module as a template, I saw it puts a configuration file in the
    '/opt/SUNWips/locale' directory which is used apparently for editing the
    profiles created by this module. I made a similar one for my module, but
    with no different results. Does anyone know what I am failing to do?
    Thanks,
    Mark

    You need to import the XML file into the profile server using the ipsadmin
    command.
    /opt/SUNWips/bin/ipsadmin -import /path/to/your/auth/xml/file
    This takes the properties specified in the XML file and actually creates the
    attributes in the profile server. And you would most likely want to edit
    the properties of this authentication module at the domain level rather than
    at the user level.
    "Mark Burgess" <[email protected]> wrote in message
    news:9pf5t1$[email protected]..
    Hi all,
    I created my own login module (like the existing Membership module) which
    extends the Login class. It works just fine, and can create user profiles
    and allow people to log in. When I log into the admin console and try to
    bring up the user profile to edit the attributes for this module [Manage
    Domains->(domain)->(role)->Users->(user)->Authentication(authentication
    module)] it displays an error stating 'This profile contains no data which
    can be administered.' I know the profile exists (the user can log in, Ican
    access the attributes in Servlets and JSPs, and doing a 'ipsadmin get user
    (user)' produces the profile). In the login module XML, all the necessary
    attributes are set as "userConfigurable=TRUE" with the right privileges
    ("<Rperm>ADMIN</Rperm> and <Wperm>ADMIN</Wperm>"). Looking at the
    Membership module as a template, I saw it puts a configuration file in the
    '/opt/SUNWips/locale' directory which is used apparently for editing the
    profiles created by this module. I made a similar one for my module, but
    with no different results. Does anyone know what I am failing to do?
    Thanks,
    Mark

  • I have created a data module in s1000d application of framemaker 10.While publishing it in publication module it says"File does not exist".

    1- I have created a data module in s1000d application of framemaker 10.While publishing it in publication module it says”File does not exist”.
    2- Does FrameMaker 10 supports s1000d 4.1 ?

    See Lorna...it's almost second nature to you now,
    editing those js files! I TOLD you you could do it!
    Mark, it's EERIE that you should say this to me today because this is exactly what I have been thinking! I can put a song on a page with one eye shut now, and I can zip around those files pretty well (except for the recent fiasco where I didn't even look at the right folder). I also notice that the level of my writing is sounding more technical and familiar with digital world jargon. I remember how you told me I could do it, and you were right. You all were right and I feel more knowledgeable and at a point where I suspect that I can take steps on my own. HTML is a strange land, but just being able to edit that .js file and FIND it by navigating for it in Text Edit has made me feel much more competent.
    Before iWeb I didn't realize what Text Edit was for. I used it to take quick fast short notes. I never understood that concept of "opening something up in so and so application." The first time I clicked OPEN in Text Edit, and I saw all those danged files staring at me with beady eyes, I wanted to throw a white hanky and run for the hills. Not any more!
    Lorna in Southern California

  • Need help with creating template. Changes are not going through to index.html page

    Hi all,
    I have an issue with my template that I am creating and also a question about creating template Regions (Repeating and Editable).
    Somehow my changes to my index.dwt are not changing my index.html page.
    Also my other question is: For my top navigation bar and left navigation bar links, do I need to select and define each individual button or link as Repeating/Editable Region? or can I just select the whole navigation bar (the one on the top) etc...
    Below are my steps for creating my template...I am kinda fairly new to using DW and this is my first attempt to making a template following the DW tutorial CD that came with DW CS3.
    I appreciate any help with this...regards, Dano
    -Open my index.html file
    -File/save as template
    -Save
    -update links - yes
    -Select Repeating and Editable Regions (I selected the whole top navigation bar and selected Repeating Region and Editable Region, same with the left side navigation links)
    -File close all
    -Open the index.dwt
    -Save as and selected the index.html and chose to overide it..
    When I make changes to my index.dwt it is not changing the index.html
    I feel that I am missing some important steps here.....
    Website address
    www.defenseproshop.com

    Figured out

  • How to create a contact-formular in flash builder 4?

    Hello!
    Is there any way to create a contact-formular in flash builder 4?
    Only three text-boxes (name, email, message) and the "send" button!
    I build my page in flash catalyst and export it as an fxp file to flash builder!
    What comes next? Please help me!
    Greetings

    You understood correctly:
    - I removed all Build Path > Source Paths
    - I moved those paths over to Library Paths > Source attachment
    I took inspiration by how the Flex SDK is added to the project. Flex and flex related frameworks (e.g. datavisualization lib)  also specify a Source Attachment under Lib Path. If I remove the source attachment I am not able to drill down into Flex code when I want to by Command-clicking on a class name (or hitting F3).
    All my SWC are open source. BTW some of the source paths I was using were the path to the Flex code and to datavisualtization lib, which I think are the biggest library I am linking against. So maybe to recreate, just add those 2 libraries and make sure to add the source path AND source attachment.
    I am using RSLs for every library if that matters.
    I don't understand why specifying a Source Attachment would cause any issues...  the swc is in sync with the source specified in its source attachment.

  • Error creating a new module in OWB

    Hi All,
    I am getting an error while creating a new module using OWB. We are using 11.2. Any Inputs are greatly appreciated. Has any body experienced this problem.
    The error is as follows..
    Internal error: Load Error. PLease contact Oracle support with the stack trace and details on how to reproduce it.
    When I click details I get the following..
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Persistent Layer Error:SQL Exception..
    Class Name: ProxyFactory.
    Method Name: loadInstance.
    Persistent Layer Error Message: Exhausted Resultset.
         at oracle.wh.repos.impl.ProxyFactoryGen.loadInstance(ProxyFactoryGen.java:9704)
         at oracle.wh.repos.pdl.foundation.CacheMediator.query(CacheMediator.java:4372)
         at oracle.wh.repos.pdl.foundation.CacheMediator.queryById(CacheMediator.java:4221)
         at oracle.wh.repos.pdl.component.ComponentService.instantiate(ComponentService.java:287)
         at oracle.wh.repos.pdl.component.ComponentService.instantiate(ComponentService.java:232)
         at oracle.wh.repos.pdl.foundation.CMPNameInfo.instantiate(CMPNameInfo.java:656)
         at oracle.wh.repos.impl.environment.CMPLocation.getRTRConnectorContext(CMPLocation.java:822)
         at oracle.wh.repos.impl.environment.CMPLocation.deleteAllRelatedRTRConnectors(CMPLocation.java:691)
         at oracle.wh.repos.impl.environment.CMPLocation.delete(CMPLocation.java:643)
         at oracle.wh.ui.owbcommon.OWBModuleLocationPanel.onFinish(OWBModuleLocationPanel.java:208)
         at oracle.wh.ui.owbcommon.OWBModuleWizardDefinition.onFinish(OWBModuleWizardDefinition.java:65)
         at oracle.wh.ui.integrator.oracle.wizards.DatabaseModuleWizardDefinition.onFinish(DatabaseModuleWizardDefinition.java:89)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:1007)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:246)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3129)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:535)
         at java.awt.Dialog$2.run(Dialog.java:565)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:563)
         at java.awt.Component.show(Component.java:1302)
         at java.awt.Component.setVisible(Component.java:1255)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:866)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:175)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:155)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1148)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:440)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:418)
         at oracle.owbimpl.console.GalleryWizards$IDEWizardWrapper.invoke(GalleryWizards.java:485)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:365)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:520)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:373)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Many Thanks,
    LA

    I think there are some connectors that point to locations that do not exist any more. If you expand the locations in the location navigator and check the connectors under the location in the tree, there will be some that are no longer valid.
    Cheers
    David

  • Error while creating template for ITSmobile

    Hello,
    I have created internet services with theme 99. Now when i try to create template with following, i get an error,
    Program Name : name of Z program
    Screen Number : 2000
    Generating style : MOBILE mobile devices
    When i press Save, i get an error message,
    Template Generator: Template ITSGENMOBILE 99 HTML/BEGIN missing
    Message no. ITS_GENERATE_TEMPL101
    Any idea, what kind of error is this?
    Regards,,,
    Sunil Joyous

    Hello,
    you have to publish the ITS-Service ITSGENMOBILE.
    Regards,
    Denis

  • Imported mapping in template mapping module still runs against old location

    Hello,
    I imported the mapping in a new workspace (located in other server) using object names strategy, and I reconfigured the location source (it's a generic one) it uses.
    Looking at the mapping Configure menu / Table operators / Location I see the correct location I want to use.
    The template mapping module has the only data location Default Agent.
    I have synchronized several times with the inbound repository table information, and redeploy the mapping, but it still goes to the old location, that has been unregistered / deleted in the current repository.
    I don't know how to make the mapping runs against the location I want to. Please, help me
    Thank you

    Hi Alexander
    After copying a table to a different module, edit the module to set the data location, configure the module to define the location and synchronize the mapping to use this table.
    In OMB to synchronize inbound and outbound use OMBSYNCHRONIZE command
    Inbound:
    OMBSYNCHRONIZE TABLE '$OMB_CURRENT_PROJECT/SALES/TABY' TO MAPPING 'M_W_PARAMS' OPERATOR 'TABY' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Outbound:
    OMBSYNCHRONIZE MAPPING 'M_W_PARAMS' OPERATOR 'TABX' TO TABLE '$OMB_CURRENT_PROJECT/SALES/TABX' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
    Cheers
    David

  • FAQ: How do I create a scrolling panel in Flash Catalyst?

    A common challenge in web design is finding space in the available window to display all of the necessary content. One solution is to create scrolling panels. A panel creates a well-defined container for content in the user interface. By adding scrolling content and a scroll bar, you can place a large amount of information in a limited space. To create a scrolling panel in Flash Catalyst, you need:
    An object to define the panel area, such as a rectangle shape (optional)
    Scrolling content, such as a long block of text or a series of images (required)
    A scroll bar used to scroll the content (recommended)
    Follow these steps in Flash Catalyst Help to create a scrolling panel:
    Create a scroll panel component
    There are also video tutorials showing examples of different scrolling panels:
    Creating a scroll panel in Flash Catalyst, by Doug Winnie
    Create a scrolling text panel in Flash Catalyst, by Terry White

    Thank You, Thank You,
    Thaqnk You
    Allen D. Macfalda

Maybe you are looking for