zildjohn01
Programmer
if i have the following qtl file
<?xml version="1.0">
<?quicktime type="application/x-quicktime-media-link"?>
<embed src="a.mov" qtnext="second.html" />
and embed it inline in a web page, second.html always opens in a second browser window. is there any way to get it to open in the same window as the original embed?
<?xml version="1.0">
<?quicktime type="application/x-quicktime-media-link"?>
<embed src="a.mov" qtnext="second.html" />
and embed it inline in a web page, second.html always opens in a second browser window. is there any way to get it to open in the same window as the original embed?