generating absolute URLs instead of Relative URLs

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
yonatanlehman
Propeller Head
Posts: 51
Joined: Mon Sep 18, 2017 6:14 am

generating absolute URLs instead of Relative URLs

Post by yonatanlehman »

My flare generated document tree is being served by a server that inserts it into a skin that is common to the entire site.
It is expecting to get all URL references (to other page or to resources) as an absolute path from the top of my tree
/Content/Resource/Images/myImage.png instead of .../Resource/Images/mything.png

How can I achieve this ?

Alternatively - how can I add my own script into the build that passes through all the files and does the conversion

Thanks
Post Reply