Open web page from max

Gary Lee Nelson's icon

Is there an object that can launch a web page give its url? I used
launchurl but it is not UB yet.

Cheers
Gary Lee Nelson
Oberlin College
www.timara.oberlin.edu/GaryLeeNelson

f.e's icon

message [;max launch_browser http://www.google.com]

f.e

f.e chanfrault | aka | personal computer music
> >>>>>> http://www.personal-computer-music.com
> >>>>>> |sublime music for a desperate people|

Gary Lee Nelson wrote:
> Is there an object that can launch a web page give its url? I used
> launchurl but it is not UB yet.
>
> Cheers
> Gary Lee Nelson
> Oberlin College
> www.timara.oberlin.edu/GaryLeeNelson
>
>
>
>

PhiDjee's icon

Gary,

With a max message called 'launchbrowser'. Some examples:

--------
;
max launchbrowser https://cycling74.com

--------

--------
;
--------

--------
;
max launchbrowser "mailto:maxmsp@cycling74.com?subject=Open web page
from max&body=Is there an object that can launch a web page give its
url? I used launchurl but it is not UB yet."
--------

--------
;
max launchbrowser file://localhost/Applications/TextEdit.app
--------

Bye,
Philippe

> Is there an object that can launch a web page give its url? I used
> launchurl but it is not UB yet.
>
> Cheers
> Gary Lee Nelson
> Oberlin College
> www.timara.oberlin.edu/GaryLeeNelson

f.e's icon
(karrrlo)'s icon

salut philippe, how do you get the mail to be sent without actually having to use your mail application ?
is there a way to attach an attachement.
i know there are java solutions but i was just curious if there was a way to do it with max "syntax"

a bientot

> ;
> max launchbrowser "mailto:maxmsp@cycling74.com?subject=Open web page
> from max&body=Is there an object that can launch a web page give its
> url? I used launchurl but it is not UB yet."
> --------

vade's icon

the mailto: url will launch your default mail client - just as a
mailto link in a webpage will. it doesnt send any mail, as no pop/
smtp server is specified nor is any account information given

On Dec 17, 2006, at 1:14 PM, karl-otto von oertzen wrote:

>
> salut philippe, how do you get the mail to be sent without actually
> having to use your mail application ?
> is there a way to attach an attachement.
> i know there are java solutions but i was just curious if there was
> a way to do it with max "syntax"
>
> a bientot
>
>
>
>> ;
>> max launchbrowser "mailto:maxmsp@cycling74.com?subject=Open web page
>> from max&body=Is there an object that can launch a web page give its
>> url? I used launchurl but it is not UB yet."
>> --------
>
> --
> karrrlo
> www.marswalkers.org
> www.fleeingbirds.org

v a d e //

www.vade.info
abstrakt.vade.info

(karrrlo)'s icon