9e7737af by Dan Rempel

Removed obsolete banner resources

1 parent 1f8eee0d
Showing 71 changed files with 0 additions and 95 deletions
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>URL</key>
6 <string>http://dclkhelp.appspot.com/validator/</string>
7 </dict>
8 </plist>
No preview for this file type
No preview for this file type
No preview for this file type
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>URL</key>
6 <string>http://ria.creuna.com/2009/11/solving-clicktag-in-flash9/</string>
7 </dict>
8 </plist>
No preview for this file type
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3 <head>
4 <title>CBV 2012 Spring</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6 <script type="text/javascript" src="swfobject.js"></script>
7 <script type="text/javascript">
8 //var flashvars = {clickTag1:"http://www.flashadbook.com",clickTAG2:"http://www.jasonfincanon.com"};
9 var flashvars = {clickTag:"https://cicbv.ca"};
10 swfobject.embedSWF("en_300x250_cbv_2012spring_c01_AS3_unexpanded.swf", "ad300x250a", "300", "250", "9.0.0", false, flashvars);
11 swfobject.embedSWF("en_300x250_cbv_2012spring_c01_AS3_expanded.swf", "ad600x250a", "600", "250", "9.0.0", false, flashvars);
12 swfobject.embedSWF("en_300x250_cbv_2012spring_c01_AS3_unexpanded.swf", "ad300x250b", "300", "250", "9.0.0", false, flashvars);
13 swfobject.embedSWF("en_300x250_cbv_2012spring_c01_AS3_expanded.swf", "ad600x250b", "600", "250", "9.0.0", false, flashvars);
14
15 window.onload = function(){
16 initExpansionAd('ad300x250aContainer', 'ad600x250aContainer');
17 initExpansionAd('ad300x250bContainer', 'ad600x250bContainer');
18 };
19 var initExpansionAd = function(ad, exp){
20 var Unexpanded = document.getElementById(ad);
21 var Expanded = document.getElementById(exp);
22 Unexpanded.onmouseover = function() {Expanded.style.display = 'block';Unexpanded.style.display = 'none';}
23 Expanded.onmouseout = function() {Expanded.style.display = 'none';Unexpanded.style.display = 'block';}
24 };
25 </script>
26 <style type="text/css">
27 .unexpanded, .expanded {position: absolute;margin-top: 0;}
28 .unexpanded { left: 400px; }
29 .expanded {left: 100px;display: none;}
30 #ad300x250aContainer, #ad600x250aContainer{top: 10px;}
31 #ad300x250bContainer, #ad600x250bContainer{top: 310px;}
32 </style>
33 </head>
34 <body>
35
36
37 <div class="unexpanded" id="ad300x250aContainer">
38 <div id="ad300x250a">
39 <h1>Please install Adobe's free Flash Player.</h1>
40 <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
41 </div>
42 </div>
43 <div class="expanded" id="ad600x250aContainer">
44 <div id="ad600x250a">
45 <h1>Please install Adobe's free Flash Player.</h1>
46 <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
47 </div>
48 </div>
49
50 <div class="unexpanded" id="ad300x250bContainer">
51 <div id="ad300x250b">
52 <h1>Please install Adobe's free Flash Player.</h1>
53 <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
54 </div>
55 </div>
56 <div class="expanded" id="ad600x250bContainer">
57 <div id="ad600x250b">
58 <h1>Please install Adobe's free Flash Player.</h1>
59 <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
60 </div>
61 </div>
62
63
64 </body>
65 </html>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>URL</key>
6 <string>http://www.flashbannerking.com/lite/</string>
7 </dict>
8 </plist>
1 Link_1.addEventListener(MouseEvent.MOUSE_UP, function(event: MouseEvent):
2 void { var sURL: String;
3 if ((sURL = root.loaderInfo.parameters.clickTag)) {
4 navigateToURL(new
5 URLRequest(sURL), "_blank"); }
6 });
...\ No newline at end of file ...\ No newline at end of file