marți, 25 septembrie 2007

Tutorial for flash pop-up

In these tutorial you can see how you pop-up can open schermpje (and therefore other Java script also all kinds of) from Flash movie.

Active you must to get tutorial mentioned below the html code store firstly as index.htm and as popup.htm and afterwards Flash movie produce which calls your index.swf. You can download also at the bottom the page the complete tutorial..

[index.htm]

<>
<>
<>Hebbink.com - tutorials - open pop-up a baffle from Flash
< equiv="Content-Type content=" charset="iso-8859-1">
< language="">


< bgcolor="#FFFFFF" text="#000000">
< align="center">
< name="movie" value="">
< name="quality" value="high">
< src="index.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="">



[popup.htm]

<>
<>
<>Hebbink.com - tutorials - open pop-up a baffle from Flash
< equiv="Content-Type content=" charset="iso-8859-1">

< bgcolor="#FFCC00" text="#000000">
< align="center">Dit are pop-up the baffle!

[index.swf]

Now you must place in the Flash movie still a bud to open pop-up. To this bud you must grant vervolgens the next action:

on (release) {
getURL ("javascript:MM_openBrWindow('popup.htm', 'popup', 'width=200, height=200 ')");
}

Original material can be found here

Niciun comentariu: