what about using simpy f.launch?

( or am I missing something? )

regards,

      Giulio


Is it possible to use ShowURL to launch a local HTML file on the
user's HD (Mac OS X) in their default browsr?
I have been trying to use a relative path to a  HTML file but it
doesn't want to play.



This works in OS X 10.4.x and RB2006r1

   dim f as folderitem
   dim urlStr as String

   f = GetFolderItem("").Child("index.html")

   if f <> nil and f.exists then

     urlStr = f.URLPath
     ShowURL urlStr
   end if



Cantoberon Multimedia srl
http://www.cantoberon.it
Tel. 06 39737052

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to