Skip to main content
Participant
October 26, 2022
Question

Publish online general question

  • October 26, 2022
  • 2 replies
  • 114 views

I'm publisher for a 50,000 run print magazine that comes out bimonthly. I'm interested in publishing it with this  publish online feature but I haven't been able to find anything out about where my files will actually live, it seems like they will live on the Adobe site, is that correct? Can these files live and function on our own company's website?

 

This topic has been closed for replies.

2 replies

rob day
Community Expert
Community Expert
October 26, 2022

Hi @reliable_workmanship154A , You could have the intial page load from your server via an iFrame, but any links the client clicks would call the Adobe address and the browser URL field would no longer point to your server. For example the browser address for this Publish Online page is to my server:

 

http://www.zenodesign.com/forum/AdobePub/index.html

 

The HTML code for my page is this:

 

<!DOCTYPE html>
<head>
	<title> Adobe</title>
</head>
	<body>
		<div class="vid-wrapper">
        	<iframe src="https://indd.adobe.com/view/fe77b9d7-3a34-4327-9fe8-7c97c2c96eaf" frameborder="0" height="800" width="100%"</iframe>
		</div>
	</body>
</html>

 

 

 

BobLevine
Community Expert
Community Expert
October 26, 2022

They will indeed live on an Adobe server and you will have zero control over anything except the content. I would advise against doing this for anything that is mission critical.

 

If you want even better capability, use in5, but honestly, what's wrong with a PDF?