Wondering if there is a work around to this problem -
I have all my code in place to open a pop_up window on a button press. The problem I am running into is my .swf is 500x300 but when it opens in the new window which is Java script driven to open 500x300 my .swf is not aligned to the top left corner so my movie gets clipped.
What code do I need to use - I am thinking it is in the html tags but am lost as to what I need to do?
Are you trying to open a pop up window that contains an embedded swf? I think that’s what you mean. If you click a button a window opens with the new swf?
If that’s the case you need to centralise the new swf in a html page.
Then call the page with javascript on a button click but set the dimensions of the window to whatever size you want.