Yeah, this is incorrect. What you want to do is:
Member("the member name").filename = externalfilepath & htmlpage.html
So, if the html is sitting next to the movie the externalfilepath would be
the moviepath & "page.html"
On 2/16/01 6:03 PM, "Steffanie Grindle" <[EMAIL PROTECTED]> wrote:
>> This is an excessively long script:
>>
>> on mouseUp me
>> vFilename = member("Filename").text
>> member("Foo").html = vFilename
>> end mouseUp me
>>
>> just shorten it and use this:
>>
>> on mouseUp
>> member("Foo").html=member("Filename").text
>> end
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]