CMS Made Simple Integration

I am a slight noob, and I cant seem to get this right, i need to have some scrolling text on various parts of a site and an image/ text slider for a company I'm working with.
I am having trouble with the following when putting in multiple edge documents, even while mocking up via muse:
everything shows up in random places
I have no real clear instruction on where to put my edge html
should I edit my pages html directly in edge?
I'm trying that but any other solutions would be greatly appreciated!

As far as Adobe Animate (Edge) implementation, follow the steps in this link and you should be good to go.
Note that you can update your Animate files via Muse as well.
http://www.adobekb.com/inserting_edge_content.html

Similar Messages

  • Have some doubt regarding the  weblog (Lookup's in XI made simpler)

    Hi All,
    I have created the same scenario as mentioned in Siva's weblog (Lookup's in XI made simpler).
    I having some doubts regarding the scenario, it will be great if you help me to resolve the same.
    I am having a file-file scenario where I need to do lookup in database(MS-Access)  through mapping.
    The standard file-file scenario is in place and in addition I have created a receiver jdbc channel . I  have also created the receiver agreement for the same in the cofiguration.
    While creating the receiver agreement you have to specify the interface name which includes the message type…I have specified the normal format which we specify while configuring the jdbc receiver adapter.
    In the message mapping I have created a advance user defined function as mentioned in your weblog which calls my receiver jdbc channel.
    I have also specified the select query to be executed in the mapping program.
    While testing I am getting the following error
    Cannot produce target element /ns0:Role_MT/URole. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    <b>Can you please suggest me what all I need to do in addition to the file-file scenario for this lookup scenario to work.</b>
    Thanks and Regards
    Rahul

    Hi,
    Following is my user defined function
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select URole from  Lookup where UName = '  " + UName[0] + "  ' and UPassword = '  " + Pwd[0] +" '  ";
    try{
    channel = LookupService.getChannel("DB_service","JDBC_channel_receiver");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet  = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("URole"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    Thanks and Regards
    Rahul

  • Simple integration task.

    Hi all.
    I have an integration task such as follows:
    There are two applications: simple Web client (A) and C++ application (B) at the remote host. (A) composes some instructions to be executed by (B). And (B) has to send some results to (A).
    I wanna make a simple integration of both these applications. I've created an iIS Backbone with two independent proxies for (A) and (B).
    These proxies operate like HTTP servers. I've also written inbound stylesheets for them.
    I have two questions.
    First, how does the application (A) send data to its proxy? What should the application look like?
    Second, I don't understand the way how XML data is transferred from an application to its proxy. Should it be POSTed some way like HTTP?
    Would you please give me some advice or example of using independent proxies?

    Hi Muthu,
             Have a look at this previous threads on the same.
    Re: SEM 5.0 Installation guide
    Re: Merge an SEM-BPS System to BW System
    SEM/BW integration into Enterprise Portal?
    SEM 4.0 with BW 7.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/frequently asked questions - planning with sap netweaver bi.faq#q-6
    Re: SEM vs BW
              Assign Points if this seems helpful
    Cheers,
    Aravindhan

  • Regarding Oracle ADF Enterprise Application Development - Made Simple book

    Hi guys,
    I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
    book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
    The log file says it is a "ORA-01882: timezone region not found" error.
    My timezone is 'Asia/Calcutta'.
    This is what tpcinstaller log file contains,
    -------------------------------------------------------------------------------------log_file
    oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
    11.1.1.4.37.59.23
    Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
    Found installer jar file /C:/install/tpcinstaller.jar
    Installer jar file name: /C:/install/tpcinstaller.jar
    Created temporary directory: tpctemp
    Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
    Extracting files ...
    Launching installer wizard, it may take a minute or so, please wait ...
    Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
    Temporary directory: connector created
    C:\install\tpctemp\lib\otpc created
    Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
    WARNING: Unable to default HTTP proxy: Native support is not available.
    :::settingsInitialized = false
    jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
    jdbc.user = BOOK
    jdbc.password = BOOK
    SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    -------------------------------------------------------------------------------------log_file
    Regards !
    Sameera
    Edited by: samme4life on Jan 5, 2013 9:10 PM

    I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
    public String commandButton2_action1() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("removeEntity");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    OperationBinding commit1 = bindings.getOperationBinding("Commit");
    commit1.execute();
    OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
    requery.execute();
    return null;
    In page definition I added "Commit" action and code with methodAction is:
    <methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="removeEntity"
    RequiresUpdateModel="true" Action="999">
    <NamedData NDName="entity"
    NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    <action id="Commit" IterBinding="findAllRezerwacja1Iter"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" RequiresUpdateModel="true"
    Action="2"/>
    Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
    Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
    Sorry for my English, its not my native.
    Thank in advance

  • BPM - Simple integration process

    Hi guys,
    I'm new at BPM and I've created a simple process. Looking at the weblog "Walkthrough with BPM" by Krishna, i was able to create the simple scenario:
    Source System -(File Adapter)->BPM-(File Adapter)->Target System.
    Now imagine I wanted to include two more actions.Meaning, I'd like to repeat the process.
    So we would get,
    Source System -(File Adapter)->BPM-(File Adapter)->Target System -(File Adapter)->BPM-File Adapter)->Source System
    When I create this in the integration process, i'll have a:
    Start->Receiver->Sender->Wait->Receiver->Sender->End
    But he asks me for Correlations. Can you give me an idea about it? I've looked at the pdf's but the idea is still blurry...

    Hi Goncalo,
    Check my post in this thread..
    Correlation
    Since you have two receive steps in your BPM you need to correlate the message received by the first receive step  with the message received by the second receive step.
    Anand
    Message was edited by: Anand Torgal

  • Learning blender: Made simple Arch Linux wallpaper

    Hi,
    a few days ago I started to learn blender and I made a very simple wallpaper:
    I guess there are lots of similar wallpapers around but I wanted to show mine off anyway
    Hope you like it

    Thanks for the tip, but I was thinking about making the shadow less overpowering at the beginning, but decided to let it this way, you will notice, that the shadow is centered and the actual logo is a bit off. That gives balance while moving the motive away from the center. I learned that images most of the time look more interesting when the motive is not exactly centered.
    Maybe I exaggerated the shadow a bit^^
    About the light source: It's actually above the logo, what you see at the bottom is the reflection on the ground. Seems it's not placed very well.
    From your post it seems to me you think I did draw this, but this is a 3d model.

  • ABAP Mapping - Can it be made simple?

    Hey mates,
    I'm looking at the ABAP mapping option for transforming source format to target format. I see that we need to have class implementing IF_MAPPING and implement the method EXECUTE and then parse the source message, process it and render the target message. And, here I dont have the data in the form of an internal table which is easy for processing..rather I've to use methods like "get_elements_by_tag_name", "get_item ( index = x)" etc.
    Why cant SAP make it simple...in the sense.. similar to the way inbound & outbound proxies are handled?
    In  inbound proxies, I dont have to worry about parsing the incoming message...I readily have it in data dictionary structures and table types.
    In outbound proxies, I dont need to bother about rendering the XML message, I can pass my data dictionary structures & internal tables the EXECUTE_(A)SYNCHRONOUS method.
    Are there any disadvantage of this approach? What do u say folks?
    thx in adv
    praveen

    Hi Praveen,
    u ll get a stream in a abap mapping, not a deep structure like in proxys. U cant use proxy functionality 4 mapping, as proxys only can use XI protocoll, a abap mapping has more power. It is ur decision 2 use the DOM parser, it is not required. U can search and replace fields with easy string operations - if u like.
    Regards,
    Udo

  • Layer locking management and CMS type of integration

    I'm evaluating a minimal check-in/check-out feature that would be layer based. The project i'm working on involve multiple documents, multiple layers and "composition" documents that are using layers from the master documents to create new master documents.
    I cant give too much details, but there is definitively a need to track change on a more finer grain than just document level. In a very general way, my requirements would be something like this:
    - Give a visual feeback to the user as for the Layer status and info (is locked, revision version, type, id)
    - Listen to layer selection/layer modification attempt. Update visual status. Have a dialog for check-in/check-out.
    I have evaluated quite a few things so far and i havent found a really solid solution:
    A exemple of problem i stumbled on while looking for solutions:
    The locking scheme of photoshop is giving me some problems as it cant manage the lock status of a child independently of parent layer lock status. There is some behavior that could be considered inconsistent like this one:
    - Lock child layer
    - Lock parent layer
    You can unlock the child layer (regardless of parent status), but you cant lock it back (as the parent is locked). There is a similar problem with layer coloring as it also a non-colored child will inherit from parent coloring status wich make it very hard to use layer coloring to help the user "spot" some type of layer (in my project, the layer happened to be "group" layer wich are nested, making the coloring confusing!).
    [Side note: I did some exploration with Indesign SDK and it seem to have a more open API for system integrators.. but i can understand that the history of the product and market has in alot of ways made this a "must".]
    I will have very probably to revert to layer naming to indicate my own "locking" status. (Communication with database/system to keep track of this status in regard to the document id is not a problem at this point.)
    I have looked at the ScriptEventListener first to detect for layer selection. The problem is that the listener receive a generic select event for alot of objects and just start a script without passing parameter on the object that was selected.
    I have the impression that using the SDK i could know that the Select event has been generated for a layer object (i will try this with the listener sample in SDK when i will have resolved my Codewarrior licence bug), but i have read on the forum that another user was trying to listen to draw event without success (has been commented out in the piterminology.h file... So it looks like i would not be able to prevent a user to modify a layer... (unless playing with history??).
    Anyway, i know the description here is quite vague and generic, but i would be curious to know if there is some other users that have worked on similar problem or know well the api if they have any impressions or comments. I'm aware of my own limitations.. but maybe i'm trying to do something that would be hard even for expert developper??

    Hi,
    I hadn't installed CU3 however as a test i tried installing CU4 and this didn't help. Since my first emails i have more issues that have brought a complete hault to the upgrade project.
    If i double click on a package to run it manually I basically get the same issue. This means i have no way of running any packages except throught VS.
    I've also found that regardless of the order of the software installs it still fails. It's related to SP1 of SQL and SP4 of VS.
    I'm on Server 2012. When install in the following order SQL 2012, SQL SP1, VS2012, BIDS, VS SP4 i have no problem until VS SP4 is installed. If i install VS SP4 then BIDS it also fails at the last step. If i install all the VS and BIDS software first, then
    SQL then SQL SP1 it fails at the SQL SP1 step.
    This means i could actually install everything and either ignore the SQL SP1 or the VS SP4 and i'd be fine however this is not really a solution as i will never be able to patch the software and once live this is very dangerous.
    I am still surprised there is no obvious solution to this. I'm only installing MS software on a fresh box and only installing 5 pieces of software (including the SPs). I would have though if this was an issue others would have come across it too.
    Has anyone else installed all these components and got them working on the same OS. I believe early on in my testing i installed these in Windows Server 2008 and didn't have the issue.
    Regards.
    Simon.

  • Can't remember how I made simple shining sun in Photoshop CS (see attachment)

    About a year ago I made a shining sun effect in Adobe CS Photoshop. I started with a transparent layer, selected a round shape with the elliptical marquee tool and filled with yellow. I then blurred the edges by ???? Can anyone tell me how to get this effect? I only know that I could keep on "blurring" the edges as much or as little as I wanted to. I need to know because the sun attachment is too bright for the rest of the scene and needs to be toned down. Please explain as if talking to a beginner - that's what I am. Thanks in advance.

    Another, more sophisticated way to do it, and which will allow you to adjust the blur in either direction would be to add the sun as a vector mask by using the Ellipse Tool, then adjusting Feather to taste in the MASKS panel.
    1.  Choose a sky blue foreground color, then create your sky blue background e.g., by using the Paint Bucket Tool.
    2.  Choose a yellow foreground color, and activate the Ellipse Tool in the toolbox.  Make sure Shape Layers is selected in the options area in the Photoshop main window.
    3.  Draw your sun, holding down the shift key to keep the ellipse a perfect circle.
    4.  Make the MASKS panel visible via Window - Masks.
    5.  Dial in the Feather that you like for softening the edges.
    -Noel

  • Django-cms-boilerplate - django-cms made easy

    I thought I would share.  I have found django-cms to be a good application, but very tedious to install.  It's not hard, it just takes a while to follow the tutorial and configure everything.  So, I have developed a premade project directory configured for use with django-cms complete with a theme/template that uses bootstrap.css.  It is available for install with pip, as you will find here: http://pythonhosted.org/django-cms-boilerplate/
    Source is also available on github: https://github.com/benjaminbrinkman/dja … oilerplate
    Make sure you use python2.  I will be working on supporting django-cms 3 which is currently in beta and will support python 3, but for the time being this is python2 only.

    I thought I would share.  I have found django-cms to be a good application, but very tedious to install.  It's not hard, it just takes a while to follow the tutorial and configure everything.  So, I have developed a premade project directory configured for use with django-cms complete with a theme/template that uses bootstrap.css.  It is available for install with pip, as you will find here: http://pythonhosted.org/django-cms-boilerplate/
    Source is also available on github: https://github.com/benjaminbrinkman/dja … oilerplate
    Make sure you use python2.  I will be working on supporting django-cms 3 which is currently in beta and will support python 3, but for the time being this is python2 only.

  • Boring task made simple PLEASE

    Hi Guys
    I have a big site refresh I am working on, the site used to
    be dynamic but the CMS went wrong so I am solving the situation by
    making the pages static. Each of the pages has a link on it to a
    quick quote page that used to populate a form like ie
    ../../printsample.php?id=396 and I want to make all the links now
    just be ../../printsample.php. My question is, is there a way I can
    automatically change all these links, the site is 1700 pages so
    changing all the links manually is taking some time. Thanks in
    advance for any help.
    Cheers
    Gary

    Site Menu > Change Link Sitewide.
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Klopfgeist made simple

    Is it me, or do you think that the implementation of such a simple feature as a Metronome is unnecessary confusing in Logic?
    I posted the following notes on Apple's Feedback page regarding my suggestions to simplify the Metronome feature in Logic. If you agree with me, please send your own note to Apple or copy/paste my suggestions below, to put a little bit more weight behind it. I know this might not be high on the priority list for many, but it is part of the clean up and simplification process Logic desperately needs on its way to become the "perfect app" that we all want it to be.
    You can check out my "Photoshop'ed" version of the Metronome Settings page from the following link:
    http://homepage.mac.com/edgarrothermich/.Public/Screenshots/MetronomeProposal.jp g
    Here are my thoughts:
    First of all, get rid of the "MIDI Metronome Click" Object in the Environment. The current implementation of the Object and its Object Parameters are overlapping with the Metronome Settings in the Song Settings page in a very inconsinsten way. The option to have or have not the Click Object is only confusing.
    The concept of a Metronome click is (and should be) very simple:
    1) The Sequencer (Transport Panel) provides a button to turn on/off the Metronome click
    2) The Metronome Setting page provides controls to determine where the click is send to and the way it "clicks"
    The Layout of the Settings page should provide a clear picture about what controls are affecting what:
    1) The Metronome can be send to three destinations:
    1a) External MIDI: This sends the click to a external MIDI module connected to the MIDI Interface
    1b) Audio Instrument 128 (Klopfgeist): This is where the current system gets confusing. Klopfgeist is just the Audio Instrument "Klopfgeist" loaded into the last Audio Instrument channel 128. You can, and a lot of users do, load an EXS Instrument with their own click sounds. So just lets call this destination what it is "Audio Instrument 128". Klopfgeist can still be loaded as a default.
    1c) System Audio: I would label this destination not "Built-in speaker", because the click is sent actually to the System Audio and follows the setting of the "System Preferences > Sound > Output"
    2) The settings for each click destination are laid out in 3 columns with similar controls positioned on the same row to make it really clear what settings affect what destination. I'm not sure if you can change system preferences from inside an application, so I listed the output destination of the System Audio as a Read-only setting.
    3) The current slider for the "Tonality" affects only the Klopfgeist plug-in on channel 128. If you use any other plug-in, then the slider has no affect.

    As far as Adobe Animate (Edge) implementation, follow the steps in this link and you should be good to go.
    Note that you can update your Animate files via Muse as well.
    http://www.adobekb.com/inserting_edge_content.html

  • Blog Updating made simple?

    Good afternoon! I am a newbie to web publishing and want to know how I should go about updating blog enteries in the most efficient way with iWeb. I am publishing my site to a folder on my desktop for uploading to my server using CyberDuck.
    Do I have to re-publish the whole "blog" folder or bits of it? And if I publish bits of it, say one entry html and its associated file, is my archive and pictures going to be all screwed up? And finally, why does a site update simply at .mac (with all of the links and buttons the right color and whatnot) while the same info to the folder results in inconsistent results? Am I doing something wrong during the publish process?
    For a quick example of this, please go to my blog sites and see the subtle differences. Note - my .mac account will close in 48 hours from this posting (06 Oct 2006).
    http://web.mac.com/r.flahiff/iWeb/Bonnaroo40/Blog/Blog.html
    and the not-quite-as-good-looking, but same content .com
    http://www.seeyouatbonnaroo.com/Blog/Blog.html
    Thanks for your patience. Rob
    iMac Intel Mac OS X (10.4.7)

    Rob...
    Since you are going to be uploading your files to your own server, you will have to use iWeb's "Publish to Folder" option which does indeed publish the whole site everytime. With most FTP programs there is no choice but to upload the whole site each time to your server as well. This seems prohibitive, to say the least.
    I have heard good things about an alternative FTP program called "CaptainFTP". This program has a built in synchronization feature that allows you to have to upload just the changed files to your server. I believe that you have to tell it to ignore file dates for this to work with iWeb's "Publish to Folder". You can find more info about the program here... http://captainftp.xdsnet.de/
    Here also is a tipsheet from Tom Gewecke on hosting your iWeb pages at non-.Mac servers...
    http://homepage.mac.com/thgewecke/iwebserver.html
    PS. Both URLs look to have identical content to me. So you are uploading correctly. I would not recommend uploading things piecemeal by hand if you can avoid it.

  • ColdFusion development made simple

    Hi,
    I'm looking for an IDE that will allow me to setup a Database connector and, thereby, allow me to point to a Table within that Database and generate a basic ColdFusion CRUD form on the Table.  Ideally, the IDE would allow me to drag-n-drop fields about the page to speed development.  You know, the usual stuff...generate a List page with basic Search critera and allow the User to drill-down to and Add/Edit page.  Naturally, the List page should support pagination.  Naturally, the form generation should support field lookups and Master/Detail relations.  Anyhow, these are vanilla requirements that have been around for years so I'm sure the tools are around to do this with ColdFusion...I am just wanting to hear your recommendations on which to try first and which are free!
    For example, I have downloaded Eclipse CF Builder and it does NOT provide any of this...plus it is not free, rather it supports the manual coding process which is very tedious regardless of how many builtin tags exist.
    Many Regards,
    J

    jimmyor wrote:
    >
    > If we have currently a license for the Online server,
    why should we buy
    > another license? I know is the only option, however, it
    does not make any sense
    > to me. Don't you think?
    >
    Because that is the way you want to configure your shop. And
    because
    there are dishonest people out there.
    Allaire nee Macromedia nee Adobe: You have only one license
    for
    ColdFusion why are your running 13 web serviers.
    Dishonest Citizen: Oh only that one is 'production' those
    other 12 are
    our 'centralized development' servers.
    I.E. if it was not locked down it would be circumvented.
    I think you are over estimating how difficult it is for each
    developer
    to have their own CF server. You don't have to give up your
    other
    centralized features.
    Each developer CF server can easily connect to the one remote
    database
    server. Creating and sharing DSN configurations are not hard
    manually,
    sharing the dsn xml files and or creating CAR archives and
    installing on
    each machine.
    Each developer CF serve can use a centralized file server as
    the web
    root|source directory so the code is actually centralized
    though it
    might be executed by 4 different servers at any given time.
    IIS can also be configured remotely if you would like
    everybody to use a
    common web server which could also be the common file server.
    But this
    would be a bit weird and unusual. But it is technically
    possible. You
    would just need to use ports or host headers to create a
    differnt IIS
    website for each developer that connects remotely to their
    development
    CF server.
    I really don't recommend that last suggestion but it is
    there.
    P.S. The developer version of CF is restricted to two IP
    addresses and
    th local host..... wink wink nudge nudge.

  • Creating Menus with CMs made in DVDSP4

    I'm not quite sure how to explain what I want but here goes...I encode my movies using BitVice, but before doing so I have to open the movie in QT Pro and turn on the text track so that BitVice will recognize the chapter markers. For some reason today though I am unable to open a wedding video I exported out of FCP 5. QT crashes as soon as I select the file. It doesn't do it with any other file. Anyway I sent the movie straight to BitVice and I'll create the markers in DVDSP4. However, when I met with the client they were really impressed with the Chapter Menus. So here's my question: Can I still create the menus after I set the markers in DVDSP4, so it would like it normally does when I import a movie with pre-set markers?
    G5 1.8ghz single Mac OS X (10.4.7) 2 int 160GB HDs 250GB ext 2.75GB RAM DVDSP4 FCP5.04 QT pro 7.1.2.

    If I understand you correctly, that's no problem. I believe the only significant difference creating the markers in DVD SP instead of FCP, is that you're limited to setting markers at I-frames in the GOP structure. That is, you won't be able to set the markers as frame-accurately as you would in FCP. Shouldn't be an issue unless you have very specific frames where you need markers. When you create your menus you'll be able to link to any markers you just created.
    Doug

Maybe you are looking for

  • App update problem with iOS 6.1

    Hi there, Since I updated my IPhone 5 to IOS 6.1, I am not able to update my apps through app store! what is the problem? Thanks,

  • Writing non-latin Character to Log file from Java application

    Hi Everyone, I'm encountering a very strange localization issue. I'm executing the following code from a J2EE application (although the behavior is replicated exactly from a Java console application): File testFile = new File("D:\\Temp\\blah.txt"); t

  • Downloading same app Again

    I went to an internet cafe and downloaded an app that i payed for but forgot to copy it. Is there a way i can download this app again without paying again?

  • Sales org specific error

    Hi, I have maintained "E" in OVAH for message no 115.(Purchase order number in document number: & already exists). (Error- If user enters same PO no twice in sales order than System throws error). It gives error in sales orders created for all Sales

  • QM configuration document

    Hi all, I'm new to SAP. I've some idea about the business processes in QM module. I am trying to go in-depth in this module. Please, can anyone send me the whole configuration document w.r.t to Quality Management (QM). This will help me in step-by-st