Adobe Scene7 platform is an integrated, rich media management, publishing, and serving environment.
Questions tagged [scene7]
27 questions
14
votes
3 answers
How do I configure ASP.Net OutputCache to vary by http vs https?
Here is the scenario, a user opens up non-secure page from our WebApp, let's call it PageA, in their browser and then clicks a link in there that takes them to a secure instance of PageB. Once in PageB the user can subsequently click a link that…

James
- 12,636
- 12
- 67
- 104
4
votes
1 answer
Access variable from function
I have a function that has a values inserted into variables in another function.
Initialise:
When the window resizes, it fires the resizeImage() function.
$(window).resize(function () {
resizeImage();
});
Resize Function:
This function checks…

jagmitg
- 4,236
- 7
- 25
- 59
3
votes
1 answer
PHP SoapHeader with array of namespaced entries
I'm fairly new to PHP's SOAP lib and am having problems creating a valid SoapHeader for the service I'm hitting. Here's the service wsdl:
http://s7sps1api.scene7.com/scene7/webservice/IpsApi-2010-01-31.wsdl
Here's my PHP script:
try {
…

Aaronius
- 4,936
- 6
- 31
- 40
3
votes
1 answer
scene7 ugc file upload shows file conversion error
I am using adobe scene7. Every things works good since long time. Suddenly receiving this response when i try to upload image on scene7 UGC.
…

jpatel
- 125
- 10
2
votes
1 answer
Adobe Scene7 API - How do you pull assets in a specific folder?
I'm running into an issue where trying to pull a list of assets on a folder by folder basis:
The docs show that assetHandleArray is a required field for “getAssets” and the docs have a description of “The root folder to retrieve folders and all…

Mike Swierzbinski
- 41
- 3
2
votes
1 answer
Can I use Scene7 to remove white space in an image?
I would like to use Scene7 to automatically remove white space on an image and then crop the image. Here is an example image. Lets say that my website has a black background -- would it be possible to remove the white around the image similar to the…

Anthony_Z
- 725
- 1
- 9
- 22
2
votes
4 answers
how do i replace a query with a new value in urlparse?
so I have a data as follows:
item = '//s780.scene7.com/is/image/forever/301596014_001?hei=98&wid=98'
using urlparse module. how can i replace the above data with a new size to make it look like this:
item =…

slopeofhope
- 686
- 2
- 6
- 21
2
votes
2 answers
Open Graph image error with complex url
I am trying to get some viral marketing with my page by alowing people to share a product with the product's image. This is a normal usecase (cliche even) however the image source is Adobe's Scene7. I have used the debugger tool facebook provides…

Bob Roberts
- 539
- 8
- 22
1
vote
0 answers
Update the image for Class s7sdk.image.FlyoutZoomView
I'm trying to implement Flyout Zoom View
based on
https://s7d1.scene7.com/s7sdk/3.5/docs/jsdoc/symbols/s7sdk.image.FlyoutZoomView.html#constructor
for the project.
The basic example is on that page.
I've slightly modified that code (please see…

Haradzieniec
- 9,086
- 31
- 117
- 212
1
vote
1 answer
Scene7 publish based on time in AEM
So I have assets publishing based on date and flowing to Scene7, how can i do it using time as an input along with date. So basically if the date is 2020-02-17T16:30:00.000+05:30, I have a job which will publish the asset at particular date. But I…

deadlock
- 11
- 2
1
vote
2 answers
Scene7 URL parameters
Our business uses Adobe Scene7. One of the things we need to be able to do is share the URL of an image, to a vendor for all of the products with an image.
We have identified the construct of the URL to predict the link, and then we ping the image…

kpretsch
- 27
- 1
- 4
1
vote
0 answers
dynamic media and scene-7 integration in AEM
Can someone please give insight about Dynamic media and Scene 7 integration in AEM? I would like to understand why we integrate Dynamic Media/Scene-7? Difference between both.
I am not able to find many articles on Scene-7/Dynamic media online.
I…

Mayur Desai
- 121
- 1
- 3
- 13
1
vote
1 answer
ThreeJS: XMLHttpRequest error - Can't load image from Adobe Scene7 Servers
All textures are coming from an Adobe Scene7 server. The tool I'm making is based on the original tool from Quick-Step. You can view it here: http://www.quick-step.co.uk/en-gb/find-your-floor (click on 'start roomviewer'). It also uses ThreeJS from…

Empi
- 94
- 1
- 9
1
vote
1 answer
What is the technical term for when a URL is repeated within the same URL?
I have an API that returns URL that render an image from Adobe Scene7. The API is doubling up, or repeating, the URL in the xml return and is causing parsing issues in my presentation. Is there a technical term for this repeated URL? I need to know…

EMAW2008
- 289
- 2
- 15
1
vote
1 answer
Change ending of img src to render a different scene7 image preset. (regex help)
I am trying to change the ending of our image src's in order to render images smaller on mobile. We use Adobe Scene 7, so I can set presets for a full size image, and then a mobile image and then I just need code to make the url change. I found this…

idontwantnoscrubs
- 225
- 2
- 14