Daniel,
> I'm trying to link a button in flash to a marker in
> Directory I managed to do it with a movie and frame
> but not with a marker, can anyone help me with that.
Something like this:
// ActionScript
getURL("lingo: _movie.go(\"some marker\")");
The trick is that you must build your Lingo as a string, your Lingo string
is '_movie.go("some marker")', but you'll need to escape the inner quotes
around 'some marker' so as to build your string properly, in AS you include
a quote character within a string with \".
Note: if you're not using DMX'04, or you just want the above to use older
syntax then it's:
// ActionScript
getURL("lingo: go to frame \"some marker\"");
Cheers,
Tom Higgins - Technical Product Manager
Macromedia Director and the Shockwave Player
http://www.markme.com/thiggins/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]