I try that
\usepackage[bookmarks={false}]{hyperref}
But I receive error message
"Hyperref option clash"
So I instead that
\usepackage{hyperref}
\hypersetup{bookmarks={false}}
But it doesn't work.
Is that beamer class conflict with hyperref package?
\documentclass{}call the line\PassOptionsToPackage{bookmarks=false}{hyperref}. – ArTourter May 6 '12 at 12:41