PDA

View Full Version : Loading Different Images into a Pop_up Window


Bluebrain
10-10-2002, 06:06 AM
Hi! I have a hard time to make Flash buttons work with loading differnet images into ONE pop up window. Please help me?
sample: http://www.designunion.net/
Here is the script I used:
<SCRIPT LANGUAGE=JAVASCRIPT>
function openNewWindow(posterjpg) { posterWindow = window.open( posterjpg,
'posterWin', 'width=400, height=650' )
posterWindow.focus()
}
</script>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<A HREF=javascript:openNewWindow('speedvision,jpg')></A> <!-- text used in the movie-->
<!--Loading...... Loading...... --><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=400 HEIGHT=800>
<PARAM NAME=movie VALUE="index.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="index.swf" quality=high bgcolor=#FFFFFF WIDTH=400 HEIGHT=800 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>:p :p

nic
10-10-2002, 06:32 AM
What kind of trouble are you having bluebrain?

Bluebrain
10-10-2002, 02:26 PM
Once again, I created a Flash web site. And I have tried to make some links to load different images into ONE pop up window. But I couldn't make them work perfectly. They can pop up new windows but can't change image into the pop up window. Any help?:confused: