bubboo
12-17-2007, 01:09 AM
On my website I have a link which opens up a flash movie. So far I have it opening up in a new window without a problem.
Does anyone know how I would be able to set the height and width of the new window to the hieght and width of the flash movie.
(the flash movie changes so the WxH changes for each movie)
I am using PHP to find the vid#
this is the code I am using at the moment:
<a href="uploads/'.$vid.'" target="_blank">Play Flash</a>
Any suggestions?
Does anyone know how I would be able to set the height and width of the new window to the hieght and width of the flash movie.
(the flash movie changes so the WxH changes for each movie)
I am using PHP to find the vid#
this is the code I am using at the moment:
<a href="uploads/'.$vid.'" target="_blank">Play Flash</a>
Any suggestions?