Relative address not working for pc on hybrid

on(release) {
getURL(“bsn.htm/page.html”);
}

The projector file is on root level of cd.
A swf in folder ‘bsn’ is loaded into main movie and within that swf are buttons with the above script.
The page.html is in a folder on cd called bsn.

Creating a hybrid cd I finally got autorun to work for pc but now all my links for getURL will only work on mac.

Any help greatly appreciated.

:te:

on(release) {
getURL(“bsn.htm/page.html”);
}

The projector file is on root level of cd.
A swf in folder ‘bsn’ is loaded into main movie and within that swf are buttons with the above script.
The page.html is in a folder on cd called bsn.

Creating a hybrid cd I finally got autorun to work for pc but now all my links for getURL will only work on mac.

Any help greatly appreciated.

AS:
on(release) {
getURL(“[color=lime]bsn.htm[/color]/page.html”);
}

or As:
on(release) {
getURL(“[color=red]bsn[/color]/page.html”);
}

u sure the folder is bsn.htm? or should be bsn?

Ok thanks for the reply:)
It’s bsn.htm and I’ve worked out it’s something wrong I’m doing in toast. Because everything works fine when I just drag everything over to a blank cd and burn it on mac’s default burner.
When I try to make a custom hybrid with toast 6 it will keep links working in mac but not pc so I’m thinking it’s because I am missing a step in the shared folder process of setting up the burn.

After many wasted burns I’ve finally sorted it. If anyone wants a detail of settings needed to make it work - let me know and I’ll post it.