Results 1 to 3 of 3

Thread: [RESOLVED] Hidden Code in Page Source?

  1. #1

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Resolved [RESOLVED] Hidden Code in Page Source?

    On the following page (http://www.expressonline.com.au/) there is a flash file displayed below the menu items and to the left of the login screen but can not locate it in the source anywhere?

    Anyone able to find it in the code?

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Hidden Code in Page Source?

    Here ya go:

    HTML Code:
    <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="740" height="203"><param name="movie" value="/flash/bannerLoader1.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><embed id="exol_banner" src="/flash/bannerLoader1.swf" type="application/x-shockwave-flash" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" width="740" height="203"></object>

  3. #3
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Hidden Code in Page Source?

    Here is the HTML for the banner section:

    HTML Code:
    <div id="EXOL_top_banner">
    		<div id="exol_banner"><object height="203" width="740" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param value="/flash/bannerLoader1.swf" name="movie"/><param value="transparent" name="wmode"/><param value="high" name="quality"/><embed height="203" width="740" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" type="application/x-shockwave-flash" src="/flash/bannerLoader1.swf" id="exol_banner"/></object></div>
    		<script language="javascript">
    			FlashReplace.replace("exol_banner", "/flash/bannerLoader1.swf", "exol_banner", 
    			740, 203, 10, { wmode : "transparent", quality: "high" });
    		</script>
    	</div>
    Looks like they are using javascript to show the swf file. Check out the swf file in the javascript.... "/flash/bannerLoader1.swf"


    EDIT:
    IT seems they are using "Loader1.swf" to load a random swf file... So i dont think you will beable to get the one you want. They have disallowed directory listing of their flash folder as well.
    Last edited by dclamp; May 20th, 2009 at 11:45 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width