in note pad i have embedded a flash movie.swf file
how can i make the flash swf file go to url in notepad another html page
<html>
<head>title</head>
<body>
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
</body>
<html>