Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SWF Preloader Issues

Status
Not open for further replies.

Leighton21

Technical User
Dec 17, 2001
83
0
0
AU
Hi all,

I have a SWF file which I load in an external window with the following code

function newWindow(movieswf){
movieWindow = window.open(movieswf,
'movieWin', 'width=280, height=210')
movieWindow.focus()
}

and call with

href="javascript:newWindow('Media/Movie/movie.swf')"

This works fine in both IE and Firefox.

The problem is that I added a preloader to the SWF file. The prelaoder will show fine in Firefox but in IE it will show a blank window (until the actual movie is loaded). Is there an issue with IE.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top