Creative approval page

Hello

When I used to work in flash I've built this page to send to the customers if they could discover all the banners of size I did & give me approval.

http://client.adtorque.com/clients/adtorque/flash_template/index.html

Does anyone know a way I can reproduce it so I can place banners in Adobe Edge in the fields concerned?

Thanks in advance - Brett

I fixed my problem. I ended up using iframes.

This is the result - Cheers.

http://client.adtorque.com/clients/pennant-hills-Toyota/edge/2016/January/Hiace-price-poin t/html5_creative-approval-page/index.html

Tags: Edge Animate

Similar Questions

  • How to add a region on a standard page (iprocurement approval page all cash)

    Hi gurus,

    I need little help to add a region to a standard page (iprocurement approval page all cash) where this region would have a textinput field and a check box and the inserted data would be requision_headers_table because this page has a VO built this table. I guess

    that these two new fields will be inserted in the same VO.

    Could someone please guide how to achieve this.

    Here is the standard page, I would need to add more than one region where there are fields of seizure.

    After adding a few items in the basket, at the checkout, we will see sub pages of iprocurement train.

    Thanks in advance,

    Suman

    Hi Orcl,

    Thank you for the support.

    I had the approach after trying with vo.first. PF code below.

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processRequest (pageContext, webBean);

    OAMessageCheckBoxBean mcb = (OAMessageCheckBoxBean) webBean.findChildRecursive ("Attribute14");

    FireAction firePartialAction = new FirePartialAction ("multiSuppChecked");

    mcb.setAttributeValue (PRIMARY_CLIENT_ACTION_ATTR, firePartialAction);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    OAViewObject vo = (OAViewObject) am.findViewObject ("PoRequisitionHeadersVO");

    Line row = vo.first ();

    row.setAttribute ("MakeAtt15Rendered", Boolean.FALSE);

    }

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processFormRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    If

    ("multiSuppChecked".equals (pageContext.getParameter (OAWebBeanConstants.EVENT_PARAM)))

    {

    OAViewObject vo = am.findViewObject("PoRequisitionHeadersVO") (OAViewObject);

    Line row = vo.first ();

    OAMessageCheckBoxBean Attr14CheckBoxBean = (OAMessageCheckBoxBean) webBean.findChildRecursive ("Attribute14");

    Object Attr14CheckBoxObj = Attr14CheckBoxBean.getValue (pageContext);

    String IAttr14CheckBoxValue = Attr14CheckBoxObj.toString ();

    If ((IAttr14CheckBoxValue == null) |) ("N".equals (IAttr14CheckBoxValue)))

    {

    row.setAttribute ("MakeAtt15Rendered", Boolean.FALSE);

    }

    on the other

    {

    row.setAttribute ("MakeAtt15Rendered", Boolean.TRUE);

    }

    }

    }

  • Problem with the Adobe Creative cloud Page cannot do anything with my files

    Hi, I have the videos of Creative cloud Page but my doesn't seem like it.

    I don't have the same options and I can not download a folder for example.

    Can ' t be a shared folder?

    Thank you

    Hi Mleanardo,

    That makes sense, creating a zip of multiple files is certainly a usable solution, and as I mentioned, other improvements are underway.

  • How to extend/customize the time approval page Oracle to a summary custom TC

    Thank you in advance for any input.

    My goal is to create a custom timecard summary for the user, it looks like the approval with some additional columns of localization page and assignment of the tables. At first, I thought it should be easy to simply extend the time approval page standard Oracle (/ oracle/apps/hxc/self-service/approval/webui/AprvPG), but when I check the view (ApprovalMainVO) of the page object, I got the following as a query. Obviously there is something other than this ApprovalMainVO that help get the actual data, but I can not find. So my question is, how can we extend AprvPG? Now, I'm totally lost

    --------------------------------------------------------------------------------
    Select
    Aprv_Timecard_Id 0,
    Aprv_Timecard_Ovn 0,
    SYSDATE Aprv_Start_Time,
    SYSDATE Aprv_Stop_Time,
    "Aprv_Status,.
    "Employee_Name,.
    "Comments.
    "In detail.
    "Action.
    "Approvingly.
    "Aprv_Application,.
    "itemkey.
    "inform,.
    Aprv_Time_Recipient_Id 0,
    Aprv_Resource_Id 0,
    Total_Hours 0,
    Premium_Hours 0,
    0 Non_Worked_Hours
    of the double
    0 = 1

    --------------------------------------------------------------------------------

    Just check the controllers and the AM. I've seen code in Oracle where VO is used as a container. There is a high probability that the values are met through some other VO (or when the user enters the value), it is passed to some other object/PLSQL who trades above.

    Another thing you can get is the RowImpl of the VO. There are cases where the application of the VO has any way to query data, but the VORowImpl may have a call to API PLSQL and filled other values from it.

    I don't know even if you may need to put some effort in the investigation, there are always ideas to work on.

    Concerning
    Sumit

  • Web creative cloud page does not load on my mac for me to install or try Photoshop CC

    When I click on 'try', 'buy', or 'join creative cloud' of this link Adobe Photoshop products, free downloads | Photoshop.com, only a blank page is displayed. This happens for any page whose url starts with creative.adobe.com. What I am doing wrong? The site will go up on my iPad, but not on Mac.

    Hi Jeff,

    I chat with Adobe Support, and she was able to help me solve the problem.

    It is because of some configuration of the profile security on my MAC blocking full

    install. Thanks for your help.

    Rgds

    Benny

    Tuesday, June 3, 2014 at 2:19, Jeff A Wright [email protected]>

  • Why the download page of free trial for photoshop white/no work? Help, please

    Whenever I click on the free trial version for download photoshop creative cloud page adobe starts to load but then stays on a blank white page? Please help me get around this problem.

    Hi Chloem16344790,

    Please try again after the reset of the browser or use another browser to download the product.

    First, you can directly download Creative Cloud desktop from here: Download Adobe Creative Cloud apps | Adobe Creative Cloud free trial

    Once downloaded sign you in with your Adobe ID (email address), click the application tab and TRY the products you need. See, download and install Adobe Creative Cloud apps

    Let us know if that helps.

  • : Approval notification - add catalog VAPP: accept stick - Email formatting question

    Hello

    I use the package of notifications to intercept the vCD blocking tasks.

    Attached, when getting mail to approve or reject the vApp, details of approval of VAPP is not formatted. Use the latest versions of vCO, vCD (5.5).

    Any reference will be useful... Thank you.

    Try to update file vmo.properties updated with the following line: (allows an appropriate display of the HTML in the approval page)

    com.vmware.o11n.webview.htmlescaping.disabled = true

    Please let me know if it solves your problem. This little note from configuration seems to have never been published in some old release notes and in several positions of the community. If it solves your problem, I will present a request for documentation for adding it to the official documentation or as a KB article.

  • Enable reassign the button on the task list page

    Dear all,

    We are on 8.51.14 and the use of AWE for workflow routing (new advanced workflow). But the buttons, mark worked and reassign are disable for lists that we have created. Does anyone know how we can make it active?

    Thanks in advance.

    Dennis

    This has been disabled to activity - Step level of activity EOAW_ROUTE

    The option "Checked when worked" in the attribute in the list of tasks of the activity EOAW_ROUTE been put Programmically instead of the default value recorded.

    This is expected behavior. If you mark the worklist as worked from the task list, the transaction would have a pending status.
    AWE marks the task list a net after user access approval page from the task list and approves or declines the transaction.

    I would like to advice you take a look on the Webcast of RESPECT to advise for dept of information on how it works.
    https://support.Oracle.com/CSP/main/article?cmd=show&type=not&ID=1400762.1#PSentprse

  • Adding Exception Certificate SSL in Firefox 4

    I recently installed Firefox 4 beta 11 and now can't access some Web pages provided by my University that use SSL encryption.

    The error message I get (in a pop-up box) is:

    evasys. Urz.Uni-halle.de uses an invalid security certificate.

    The certificate is not approved, because no sender string has been provided.

    (Error code: sec_error_unknown_issuer)

    It has been a known issue that somehow Firefox does not handle the issuer of the certificate chain correctly (this is what the it Department) and the solution so far was to add an exception for this site in Firefox 3.x.x

    It would be nice for me for Firefox 4, too, but I can't find a way to add this exception. As soon as I reject the error message box by clicking 'OK' nothing happens, don't "this connection is not approved" - page (http://support.mozilla.com/en-US/kb/This%20connection%20is%20untrusted#w_certificates-and-identification) is open or anything equivalent.

    Thanks in advance for any help.

    Nothing has changed about adding exceptions in Firefox 4 AFAIK.

    If you can not add an exception, but get a pop-up with the error message, you can go the pref browser.xul.error_pages.enabled on the topic: config page and make sure that the value is set to true (the default).

    You can retrieve the certificate and the control that has issued the certificate.

    • Click on the link at the bottom of the error page: "I understand the risks".

    Let Firefox recover the certificate: "Add Exception"-> "get certificate".

    • Click on the "view..." button. "to inspect the certificate and the Coachman, who is the sender.

    Only leave the brand in the box at the bottom to "permanently store this exception' If you trust this certificate.

    • Click on "Confirm the Security Exception" to enter the site if you still want to go to this site.
  • Photoshop CS2 download link

    It seems that Adobe finally withdrew the possibility to download media from Photoshop CS2. The old URL goes now to a purchase for creative cloud page

    Desktop adobe Creative Cloud applications. Adobe Creative Cloud

    It seems so that if someone now impossible to activate the CS2 is towards the top of the Creek without a paddle. I guess that's a good thing like here, nobody really knew for sure the legality of telling the first users of Photoshop version to download, but it's a little rough on someone who spent $1000 buy ten years ago because they are forced to spend and spend more money now. If anyone has the old URL for the download back could you try to confirm if I'm wrong?

    CS2 can always be downloaded from

    Download Adobe Acrobat 7 and Adobe Creative Suite 2

    Linking bypasses incorrect links in the Adobe Help article you are talking about.

    Incorrect links to error: "Activation Server unavailable". CS2, Acrobat 7, Audition 3 have been reported to and recognized by Adobe, a few days ago. I am pessimistic that they will ever be fixed.

  • CC shows no apps and can not install on site

    My question is where CC does not have the application tab and no application have to be installed. I try to install the Prime Minister and Ae. The app CC correctly installed on the computer. When I try to installed apps, nothing happens. No error or anything. I'm on a company HPE account if it is not a question of law. My computer is a laptop HP workstation with 24G memory and i7 vPro with windows 7 x 64 processor, this material is not a problem. I tried IE 11, Chrome. Nothing works. I also tried to download fromDownload Center: Adobe Creative Cloud page, but nothing works. When I use Firefox, a window automatically opens and asks an application open the link with. It seems that the URI handler does not see some app on the system. I uninstalled and reinstalled the app CC

    Missing Creative Cloud Desktop applications tab

  • R12 Extension with bind variables-how VO EO

    Hello

    I extended an APInvDistAllVO view object by adding two fields which are functions. Basically, in the invoice approval screen, I want to add two fields where the distribution of the invoice is shown.

    the SQL contained in jdeveloper when you extend the VO object is different from the query, what I see in the invoice approval page by clicking on the APInvDistAllVO link. There are two bind variable: 1 = invoice_id and: 2 = line_number being added dynamically.

    After the extension of the view object, the invoice distribution line is displayed as no record found. In my opinion, it is due to not having bind variables does not correct parameters being passed, and under this point of view object is an object depending on the invoice header record.

    Will be very grateful if someone can provide the way forward in dealing with this situation.

    Rgds

    Fahad

    User, please ask your question in the forum OA Framework .

    Timo

  • EO base extension VO with bind variables and display - How To link

    Hello

    I extended an APInvDistAllVO view object by adding two fields which are functions. Basically, in the invoice approval screen, I want to add two fields where the distribution of the invoice is shown.

    The SQL contained in jdeveloper when you extend the VO object is different from the query, what I see in the invoice approval page by clicking on the APInvDistAllVO link. There are two bind variable: 1 = invoice_id and: 2 = line_number being added dynamically. After the extension of the view object, the invoice distribution line is displayed as no record found.

    In my opinion, it is due to not having bind variables does not correct parameters being passed, and under this point of view object is an object depending on the invoice header record. There is a link to the original View object as well. Will be very grateful if someone can provide the way forward in dealing with this situation.

    Rgds Fahad

    Hi AJ

    He worked after changing the style of bind.

    Thank you very much.

    Rgds

    Fahad

  • Help me to install the plug-in for Adobe Muse!

    Hallo

    I bought an add-on modules Adobe for Adobe Muse. It's a Widget called background music player.

    "Where to go" says that it is downloaded in my "Downloads" folder, but it didn't happen! It does not show in my Cloud creative application and Adobe Extension Manager is not help me at all. I tried to restart, reinstall, resynchronize etc etc and nothing works! How can I get this file as a .mulib so I can install it on Muse? Help me! I'm going crazy!

    Thank you

    Just helped on my client with the same widget. If you have still not managed to install the widget, then try these steps and I'm sure that you'll be able to see the widget.

    • Make sure you are connected to creative cloud applications. (to on safer side sign-out and sign in CC app connect and disconnect activate Cloud Creative applications )
    • Ensure that File Sync is on in the cc app below are the steps to do so.
      • Click on the gear icon in the upper right of the creative cloud desktop application and select Preferences.
      • Click on 'Creative cloud' > files > Select on
    • Now on cloud Creative addons page https://creative.adobe.com/addons and click on "all your purchased or shared item '
    • This will show you a list of your purchased Widgets.
    • If the poster already installed widget and then click 'Remove' and then click 'Install'
    • Now you should be able to see the. mulib or .zip file in your downloads folder.

    Kind regards

    Vivek

  • What is the serial number and how do I get this

    What is the serial number and where I can get this his big problem during installation, start adobe

    Hi rishikantpandey9754,

    which product are you referring to?

    The creative cloud apps need not an activation by a serial number. Just choose a plan
    both pricing and membership cc | Adobe Creative Cloud page and you're ready to
    go. Should all your apps CC ask you a serial number, it's a mistake and it can be solved by
    as a result of this help article: app Adobe Creative Cloud request serial number

    Kind regards
    Maurice


    Was it useful? Please consider marking it as 'Useful' or 'Right answer' to help future customers with the same problem. Thank you!

Maybe you are looking for