All pastes #561171 Raw Copy code Copy link Edit

Untitled

public unlisted text v1 · immutable
#561171 ·published 2007-06-12 11:07 UTC
rendered paste body
	<body>
		<par>
			<!-- soundtrack -->
			<audio id="soundtrack" src="sounds/koto.mp3" begin="1s" repeatDur="indefinite"/>
			
			<excl>
				<!-- menu -->
				<par id="par1" begin="soundtrack.begin;section1_image.activateEvent">
					<!-- gong -->
					<img id="gong_small" src="images/gong_small.jpg" region="gong" fill="hold"/>
				</par>
				
				<!-- section1 -->
				<par id="par2" begin="gong_small.activateEvent">
					<img id="section1_image" src="images/test.jpg" region="menu2" />
				</par>
			</excl>
				
		</par>
	</body>