Advertisement
kmessinger

Untitled

Jun 10th, 2011
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Use this code:
  2. <object width="900" height="600" type="application/x-shockwave-flash" data="http://www.ccwbystate.com/USA_MAP.swf"><param name="movie" value="http://www.ccwbystate.com/USA_MAP.swf" /><a href="http://get.adobe.com/flashplayer/" target="blank"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get flash player to play to this file" width="88" height="31" /></a></object>
  3.  
  4. to replace this code
  5.  
  6. <script type="text/javascript"
  7. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  8. </script><object width=100% height=600><param name="movie" value="http://www.ccwbystate.com/USA_MAP.swf" ><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#fffff" /><embed src="http://www.ccwbystate.com/USA_MAP.swf" width=100% height=600 allowfullscreen="true"></embed></object>
  9.  
  10. This will also, if they do not have flash, put up a link to get it. That basically fixes the IE problem but it won't load without a couple of other changes.
  11.  
  12. replace this line
  13. <div align="center"><font size="4">© 2011 CCWByState.com</font><br>
  14. with this
  15. <div align="center"><font size="4">© 2011 CCWByState.com</font><br />
  16.  
  17. and at the very end replace this
  18. <!--footer-widget end-->
  19. </div>
  20. </div>
  21. with this
  22. <!--footer-widget end-->
  23. </div>
  24. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement