Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hyperlink to download a bagage file from packaged AirHelp

New Here ,
Jun 21, 2011 Jun 21, 2011

Dear community,

I have been trying for quite a while to have an hyperlink connecting to a file (in my case, a Python script) that I would give the possibility to do a 'Right Mouse click > Save target as...' or equivalent in AirHelp.

This works in the RoboHelp preview, flashhelp, webhelp but doesn't work in the AirHelp format.

Is there a trick to be used to get it to work?

Many thanks in advance for your help, and do not hesitate to post comments if you need additional information!

Kind regards,

Valerian

1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2011 Jun 21, 2011

Try putting it in a zip file. Not sure so post back if that doesn't work.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2011 Jun 21, 2011

Thanks Peter for your very quick reply.

I just tried this, and sadly, this doesn't seem to work better than a .py script.

The only option availabe in the right mouse click menu I have is 'Open in a new tab'.

Let me know if you have any other suggestions, I'd be happy to try them!

Val

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2011 Jun 21, 2011

Where is the download? Can it be on a webserver?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2011 Jun 21, 2011

The download file is embedded into the RoboHelp project, and locally copied when installing the AirHelp.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2011 Jun 21, 2011

Yes but can it be put on a webserver, acrobat.com for example?


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2011 Jun 21, 2011

I am advised that currently AIR only supports links to HTML files and Microsoft Office files.

Other file types are not currently supported so you will need to submit a feature request.

The more people who report a bug or request a feature, the more likely it is to be actioned. Please follow this link.

http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38

I tried a link to an HTML page set to open a new window  but that does not work as it opens a new AIR window so it is caught by  the same limitation.

Sorry but it does look like there is no way you can create a link that will do what you want.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2011 Jun 21, 2011

Thanks for your help Peter!

I will submit an enhancement request.

Valerian

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 21, 2011 Jun 21, 2011

Hi Valerian

It might be worth a shot to create a single HTML page that you add to Baggage. Then configure the page so it auto-loads the desired file. These are known as "redirect" pages.

Basically you add a meta tag somewhere in the head area. The meta tag looks like this:

<meta HTTP-EQUIV=refresh CONTENT="0;URL=SomeFile.PDF">

Where it says SomeFile.PDF, replace that with your desired file name. Additionally, I'd save the page as a .XHTM file type.

Then you would link to the .XHTM page in Baggage. If it works, the page will load and will in turn load the desired file.

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2011 Jun 21, 2011

The page is not the problem. The problem is that AIR can only display HTML or Office files. You can only redirect to those files.

At least that is what I have found.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 21, 2011 Jun 21, 2011

Well FRAPDOODLE!!!!

I was sort of hoping that an indirect method might have worked.

Sigh... STOOPID AIR!

HUMPH!

Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 21, 2011 Jun 21, 2011

Well if you don't like it, don't use it!

Whoops, hold on. It might not be a good idea to stop using air. But you better start being nice about it.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 21, 2011 Jun 21, 2011
LATEST

Hi Peter,

A Word document can be a way around for what I want to achieve.

I insert the file (a Python script) as an object in the word document, and add this file as bagage.

In the compiled air doc, the link to the bagage file will open the word document, and from the word document, you can drag & drop the file onto the desktop.

This is not very elegant, but it works!

Thanks for your help!

Rick, Peter, don't hesitate to post any other workaround!

Valerian

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp