home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSWAStatus, gSWAflag, gSWAFile
- if gSWAFile <> the text of field "argument" then
- stop(member "SWAHolder")
- set gSWAFile to the text of field "argument"
- set the URL of member "SWAHolder" to gSWAFile
- end if
- if (gSWAStatus <= 2) or (gSWAStatus = 4) then
- play frame member "SWAHolder"
- else
- if gSWAStatus = 3 then
- pause(member "SWAHolder")
- end if
- end if
- end
-