Adobe CQ - Scene7 integration

Is it possible to integrate Adobe CQ with several Scene7 accounts?
More specifically, can I create a scene7 integration for the website /content/website1/ and another scene7 integration for website /content/website2/
If so, how would I get started?
Many thanks,
Katrien

Looking into that script, it looks like I could use the property cq:cloudserviceconfig to define the scene7 integration to use. Any idea how I could customize that property at asset level?
E.g. assets in /content/dam/website1 sync to scene7 1 account
assets in /content/dam/website2 sync to scene7 2 account
Anyone?
Should I set the property at asset level? Doesn't seem to work, but I may be doing something wrong.

Similar Messages

  • Is Adobe Acrobat an integral part of OS X? I do not see the Adobe Icon on my Macbook pro, but I can open,read and create PDF fies

    Is Adobe Acrobat an integral part of OS X? I do not see the icon for Adobe in Applications

    Jai6282 wrote:
    Is Adobe Acrobat an integral part of OS X? I do not see the icon for Adobe in Applications
    No. However, OS X has always used the PDF format to raster pages to printers.
    It has built-in support for PDF, but some of the advanced features are not available. The Preview app can be used to view PDFs, and Safari can render PDFs in the browser.

  • Adobe connect sms integration ?

    hello dear friends
    is there any adobe connect sms gateway integration ?
    or is there any web service of adobe connect 9 for send meeting invitation with sms?
    i want sms meeting invitation to host and participant every week ?
    have a good day

    HI,
    Yes, this is Possible.  You can use AppIntegrator Iview and Pass the URL for your Adobe Connect.
    Thanks and Regards
    Puneet

  • ADOBE Interactive form integration in Netweaver

    I have installed the Netweaver Developemnt Studi0 2.0.5 from SDN. When I checked the installation log it gives the some of the ADOBE form designer componet files  are missing from the initial source file extract(ZIP). Did anybody experienced the same problem ? Any Help/Suggestios ???

    Hello Velu,
    we have resolved the legal issues (it was around export of encryption technology) and the Adobe technology (incl. the Adobe Designer) embedded in Web AS 6.40 will be in the next version of the Web AS trial version, which will be probably available for download in October or November. It is also available in the regular version of NetWeaver 04 (currently in ramp-up).
    The Adobe Designer and also the Adobe document services shipping with NetWeaver have specific integrations with Dev Studio and Web AS.
    Cheers
    Matthias Zeller
    Adobe Systems
    PS: For additional infos see our homepage on SDN https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=adobeforms.htm

  • Adobe Connect and integration to Sitecatalyst

    Hi there,
    is there any type of documentation about the connection of Adobe Connect and Sitecatalyst?
    I know how to set up the integration inside Adobe Connect, but then in Sitecatalyst I get a lot of data which I'm not able to manage.
    Any tutorials, best practices, recommendations, etc?
    Thanks!

    HI,
    Yes, this is Possible.  You can use AppIntegrator Iview and Pass the URL for your Adobe Connect.
    Thanks and Regards
    Puneet

  • Captivate 4 Adobe connect pro integration problems!

    Hi experts,
    I am new to Captivate,( I am a flas actionscript developer)
    I have the following troubles in integrating a course built in Captivate 4 to Adobe connect pro server.
    I tried directly uploading the course to connect pro while publishing from captivate.
    1. I cannot open any associated HTML files from Published course.(I am using external html files for glossery etc)
    How can upload/integrate external html pages with my course.
    2. Slide level tracling or bookmarking or even quiz reporting is not working.
    What are all the tracking possible in connect pro? How can it be done?
    Please help me.
    Thanks.

    Sure, you can overwrite the previous version or save it as a
    separate version with a new URL.

  • Adobe Story Script integration with Premiere Pro Doesnt allow me to embed the script

    Goal:  Embed an Adobe Story Script into Premiere Pro. (mac)
    Method:  I have a video with a verbatim transcript.
    I inport the transcript into Adobe Story and save it in the proper Adobe Story File extension (.astx)
    I save it to the Adobe cloud and I have also exported it to my desktop.
    I launch Premiere Pro and import the video that I have transcribed.
    The I try one of 3 ways to get the script to the video in PP.
    The first steps are the same as below:
    I go to Adobe Story and log in from within PP.
    I locate the file.
    I add a Scene.
    I make sure the scene is the same as it is within PP
    then...
    1.
    I drag and drop it onto the Movie file.
    Nothing appears within the Embed Adobe Story Script Meta Data field.
    2.
    I click on Analyze and the Embed Adobe Story Script script checkbox remains greyed out (Unable to select it)
    If I click Analyze then PP will analyze the script (does a decent job) but this is NOT what I want.  I want to attach the verbatim script to the video which is why I have it transcribed.
    3.
    Right click on the movie file within PP and the contextual menu allows me to attach a script.
    I locate my downloaded .astx file on my Mac and select it.
    Still nothing appears within the Embed Adobe Story Metadata field.
    I have worked with Anand from support who suggested I post this question here.
    I dont know if there are only certain Adobe templates for which this will work (ie TV script, Film etc)
    He suggested that this would most likely work only for the .mov file formats, but then discovered that it should work even for .mp4 files.
    In any case - if anyone has any thoughts, ideas, or has experience with this It would be greatly appreciated.
    Jon
    17 Views Tags: premiere proContent tagged with premiere pro, adobe story scriptContent tagged with adobe story script, embed adobe story script into premiere proContent tagged with embed adobe story script into premiere pro
    Translate

    You need to ask in Adobe Story and/or http://forums.adobe.com/community/premiere/content
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Adobe Form Data Integration into SAP using RFC

    Hi All,
    I have created a Adobe Form, there is a button Called Submit ,On clicking that button  the Adobe form must call a RFC function Module and pass the data from the form to Function Module.
    I have written the below code for the submit button but it is not working.Please Lemme know if u have any solutions..
    Below is my code
    //Submit this form to SAP using web services
      var webService = xfa.resolveNode("xfa.record.WEBSERVICE");
      xfa.host.messageBox ("test 3");
      var response = Net.SOAP.request(
      cURL: webService.value,
      oRequest: {
      "urn:sap-com:document:sap:rfc:functions:ZUPDATETIMESHEET":{
      TIMESHEET: t_time_record,
      HEADTIME:  wa_head
      cContentType: "text/xml"
      xfa.host.messageBox ("test 4");
      var success = response["urn:sap-com:document:sap:rfc:functions:ZUPDATETIMESHEET.Response"]["SUCCESS"];
      var response = response["urn:sap-com:document:sap:rfc:functions:ZUPDATETIMESHEET.Response"]["RESPONSE"];
      if (success == "X") {
      xfa.host.messageBox(response, "Response from SAP", 3);
      CONFIRMED.rawValue = "Yes";
      ConfirmedLogo.presence = "visible";
      for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++) {
      var oFields = xfa.layout.pageContent(nPageCount, "field");
      var nNodesLength = oFields.length;
      for (var nNodeCount = 0; nNodeCount < nNodesLength; nNodeCount++) {
      oFields.item(nNodeCount).access = "readOnly";
      if (oFields.item(nNodeCount).border.fill.color.value == "255,0,0")
      oFields.item(nNodeCount).border.fill.color.value = "255,255,255";
      if (oFields.item(nNodeCount).ui.oneOfChild.className == "button") //Hide all buttons
      oFields.item(nNodeCount).presence = "hidden";
    ZUPDATETIMESHEET is my Function Module.
    t_time_record  and wa_head are the parameters being passed to the function Module.
    Please lemme know if i have to do any settings and configurations also...
    I have attached the entire code in the below file...
    Thanks in Advance 

    Maruti,
    1. Just use the RFC's that does the update.
    2. There are update flags for each field that you would like to update. These flags should be marked be marked for update. They come along with the classes that are generated when you import the RFC's.
    3 Call BAPI_TRANSACTION_COMMIT afterwards.
    All the above steps have to be done in the program.
    Sumit.

  • Adobe Reader Browser Integration after Google and Mozilla Discontinue NPAPI Support?

    Hiya everybody,
    as you may have heard, the Chrome and Firefox dev teams plan to discontinue supporting the (NP)API which has traditionally been used to load an Adobe Reader document into a browser window instead of spawning an external Reader instance.
    Although there are some alternatives on the market, Adobe Reader still remains the best tool for certain uses such as filling forms, 2D barcodes and PDF/A files so some folks still need Reader to work from within their browsers.
    What are Adobe's plans concerning this matter? Will they just drop their native browser support or will there be some kind of replacement for the NPAPI plugin?
    Regards.
    Chris

    Yes I can create a short cut to internet exp. 32 bit on my desktop and I can even be using Internet expl. 32 bit, but when I try to open a PDF with adobe reader it won't work with internet exp. as my default browser b/c windows will always choose Internet exp. 64 bit which isn't supported yet by adobe reader.  With google chrome as my default browser windows can't choose an unsupported 64 bit browser in its place b/c google chrome doesn't have a 64 bit version.
    My post was for those people who may not have realized yet that windows would not ever choose Internet expl. 32 bit over Internet expl. 64 bit if both exist on their system.  For them it is easiest to just choose a default browser that only has a 32 bit version. 
    If I understood your reply correctly, you were telling me how to create a shortcut to Internet exp. 32 bit on my desk top.  However, having that shortcut on my desk top and opening my browser through it will not prevent the problem of windows choosing my Internet exp. 64 bit browser for pdf's I try to open from the web.  Thank you for your response, but I think the problem that I have tried to explain does exist for many users and can only be fixed by using a 32 bit browser that is not Internet explorer as your default browser.  At some point if windows fixes the update that always chooses Internet expl. 64 bit over Internet expl. 32 bit, then this will all be irrelevant.
    Thanks
    Sent from my iPod

  • Adobe air app integration with mac help

    Hi  all,
    I want to intergrate my help with adobe air app on mac(so that it should look like mac help). But i am not able to do so as we need to add entry in the file info.plist for doing it. Can anyone please guide me on this. I have downloaded several application but not able to find any application with help intergrated in it. Most of the sample apps don't have any help and the remaining apps send the link to their website for help.
    Any suggestion/ guidance in this regard would be great
    Thanks in advance
    Sumeet

    Try redownloading the Adobe Help application from http://www.adobe.com/support/chc/.
    Hope that helps,
    Frank
    AIR Engineering

  • How do you save an image from Adobe Flash Scene7 (without printscreen)?

    Here is an example of what I am looking to do.
    I want to figure out how to locate and save the original (LARGE) image shown here in the zoom box.
    http://walmart.scene7.com/walmart/flash_zoom.jsp?company=WalMart&sku=15571806&config=WalMa rt/zoom_config&default=1113000251129&title=My%20Little%20Pony%20Bundle&categoryid=4171
    Any ideas?
    Thanks in advance...

    you can use the bitmapdata class'es draw() method to create a scaled image that you want.  you can then save it using one of the third party bitmap save classes and server-side script.

  • Adobe Air, Oracle Integration

    Hi All, I've been looking all over the web and have been
    unable to find a definitive answer on this one.
    I have a client that needs to get some data directly from an
    oracle server on which the air app will be running. I realize AIR
    has it's own built in sqllite integration, but can AIR call an
    oracle DB directly?
    Thanks.

    quote:
    Originally posted by:
    ievolve
    I mean JDBC drivers are there for oracle, you'd think they'd
    either be built into AIR, or at least be able to be somehow
    included and called?
    Except for database management utilities, this isn't a good
    way for a client application to interact with a database. And since
    AIR isn't targeted at server applications, I don't think ODBC
    drivers are that useful. I can think of a lot of other features I'd
    rather see added to AIR first.

  • Reg Adobe Interactive Form integration in WDA

    Hi All,
    I 've created one Interactive Adobe form named as ZADOBE having interface with same name. I used this to get Departent Name Entry. I made one ztable for storing those values entered through Adobe Form.
    But, my problem is when I test the webdynpro application, it gives immediate error as below --
    The URL http://xyz.vitalwires.com:/sap/bc/webdynpro/sap/zadobe/ was not called due to an error.
    Here, I'd like to mention that I made wda with the name ZADOBE and saved as local object.
    The complete error is --
    Note
    ■The following error text was processed in the system DEV : WebDynpro Exception:
    ■The error occurred on the application server unidev_DEV_00 and in the work process 0 .
    ■The termination type was: RABAX_STATE
    ■The ABAP call stack was:
    Method: CONSTRUCTOR of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP
    Please suggest what have been left to follow...?
    Thanks.
    Kumar Saurav.

    Issue Resolved.
    Kumar Saurav.

  • Need Developer for Adobe Connect Event Integration

    Hi,
    I need to find a developer who can help my company integrate our Adobe Connect live meeting events into our website. Currently we have this and it was
    done on dot net nuke - however, we are redoing everything to integrate it with our current website built in the OPEN TEXT CMS.
    Does ANYONE know of any companies or developers who could take on a project like this?
    Please contact me if so.
    Thank you,
    Amanda Schreiner    
    ncsbn.org

    Hi Lucy,
    In order to use a meeting as a template you have to move that particular meeting into shared Template folder and then while creating any new meeting you will get an option to use that meeting as a Template for your New meeting. Also please revert with some more details so that we can look into that matter more clearly.
    Also you can contact the Technical Support for Connect its free of cost the number is 18004223623
    Thanks!
    Swetank

  • Adobe Muse - Behance Integration in Widget-Bibliothek Sozial

    Hallo!
    Denke ich um die Ecke oder ist es richtig, wenn ich zu den Adobe Entwicklern sagen würde:
    "Ihr seid ja Schlümpfe! Facebook, Google+, ... drinnen, doch Behance nicht an Bord?"
    Grüßle
    Stephan

    Not all of the listed email recipients on my contact form are receiving the inquiries.    Muse allows me to add several email addresses separated by a semi-colon (see below from Corey Wrote) but only one of the three addresses are receiving the contact form inquiries.
    Corey@Adobe wrote:
    Forms
    We've added a new Form widget to the widget library.
    You can easily configure the form to send the form submissions to multiple email addresses, and optionally redirect users to another page after submitting the form.
    You can add and remove fields, and style the form as you would other Adobe Muse elements. You can independently style the various states of the form, and form fields to provide a compelling user experience, with visual cues for error states, empty states, and more.
    Because Form processing requires server-side support, Adobe Muse forms are configured to work when published to Adobe Business Catalyst. If you make changes to your form and publish again, Adobe Muse will make the appropriate changes to your Adobe Business Catalyst forms.
    Adobe Muse will safeguard data when redesigning your Adobe Business Catalyst forms                
    If a field with no data submitted is removed, it will be deleted from the database.
    If a field that has submitted data is removed, it will be preserved in the database, but can be deleted from the Adobe Business Catalyst admin console if desired.         

Maybe you are looking for

  • Reader in safari 5.1 Lion

    I've noticed that when I enter the reader on safari 5.1 for Lion, it doesn't remember the font size. I like to read articles on the maximum font size. But when I go into another article it sometimes goes back down to the small size. Has anyone else e

  • Birthday calendar from ical to icloud

    how do i get my birthday calendar on ical to appear on icloud??

  • Beach ball on black screen when waking Mini from sleep

    I am looking for a way to fix this frequent problem. About 25% of the time I wake this 2-year-old Mac Mini from sleep, it will show a spinning beach ball or a regular pointer on a totally black screen. The monitor connected is an Acer, by the way, an

  • Start from Home - Adobe Digital Editions

    It's really nice to have a forum, now dedicated to EPUB in InDesign. My first discussion we raise here is an explanatory report on Digital Editions. So here's my first question? The digital edition can be considered the simplest platform lietura and

  • Pleasee Help , Urgent  , XML Parsing

    We should upload Sales Order XML File into OA Tables everyday . As I am very new to XML I request to give complete sample code ( giving just the logic needs time to understand, very urgent..) The current XML File can have mutilpe one sales order and