TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

pop-up flash

Page: 1 Reply
Nov 30th 2003#131144 Report
Member since: Jul 7th 2003
Posts: 24
hi, ive made a flash site and i want it to pop up in a new window.
to d that im using this java code ->



the problem is, with that code i get a full sized window, i want a window that contains only the movie (279x400) and nothing else...

how do i do that?
Reply with Quote Reply
Nov 30th 2003#131162 Report
Member since: Mar 24th 2002
Posts: 3114
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);

......


pass on "width:297,height:400" in the features variable in the link.
as in onClick=MM_openBrWindow("forsta2.swf","flashWin","height:blabla")

That should do it, my syntax may be fudged up tho, just search on google or on this forum.
Reply with Quote Reply
Dec 1st 2003#131280 Report
Member since: Jul 7th 2003
Posts: 24
thanks, again
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum