
You can follow the steps below to link the Flash accessories
with your Flash website created by A4Desk. For example,
you have purchased Photo Album PA001. Please use a folder
to store all the files for PA001 (e.g. the folder named
as "pa001").

In A4Desk, inside your Flash website, you can add a hyperlink
to link to PA001. You can add the link like this:
<a href="javascript:smallPopup('pa001/index.html')">Photo
Album PA001</a>


Once you have published your website in A4Desk, you should
have a "index.html", "a4desk.swf" and "import"
folder.


Add the following codings in the "index.html"
file (i.e. the html file to store the "a4desk.swf"
file), inside the <head>
tag. You can use any html editors to edit the "index.html"
file, e.g. Dreamweaver, Notepad etc.
<script language="JavaScript">
function smallPopup(url) {
window.open(url,'newWindowPopup','scrollbars=no,status=no,width=800,height=640');
}
</script> |


Remember to put the photo album folder "pa001"
inside the published folder, with same folder as the "a4desk.swf"
file.
** Current pop-up window size is 800 x 640. You can set
the size by yourself inside the Script.
