Hi,
I have a portfolio page where I open a swf in a new window. Because there are photographs, I would like the new window to be the document size of the swf. Is there a way to do it?
This is my code now:
function goChap(e:MouseEvent):void{
navigateToURL(new URLRequest(''http://www.mogulmarketing.com/flash/case/chappaqua.swf''),''_new'');
}
There are publish settings for html where you can control scaling, but since I'm getting it from another swf...
Help would be greatly appreciated.
My email is cindy@mogulmarketing.com.
Thanks!
PS This is the page that invokes the new page -- all the Jim Quinn pieces -- http://www.mogulmarketing.com/casestudies/web.htm
Is there a no scale parameter in...open the embedding html, instead of the swf.?or use javascript to control the window size when opening the swf.
No comments:
Post a Comment