Jump to content

Problem: "a plugin is needed to display this content"


megetron

Recommended Posts

Hello php freaks,

I have a strange problem that happens to one of my clients.

 

when using firefox he gets this error "a plugin is needed to display this content" for flash files display.

he can see other flash files from other sites. even from my website (on other pages).

but not from a specific page called "code.php" .

 

code.php :


        $topm   = $track_site_url."/m/images/flash/".$width."_".$height.".swf";
        $trackurl = "$track_site_url/trackingcode.php?aid=$affilid&linkid=F$curid&Act=Rotator";
        $trackurl_ForFlash = str_replace("&","%26",$trackurl);

$imagelist  =    "<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 width=$width height=$height><param name=movie value=$cururl?clickTAG=$trackurl_ForFlash /><param name=quality value=high /><EMBED src=$cururl?clickTAG=$trackurl_ForFlash quality=4 width=$width height=$height  pluginspage=http://www.macromedia.com/go/getflashplayer/></object>";
    }
    

echo "document.write('$imagelist');";

 

 

The client translate in his web page this code:

 

<script language="javascript" type="text/javascript" src="http://domain.com/affiliates/code.php?id=11324240&affilid=1000107&width=160&height=600"></script>	        

 

can you take a wild guess what this can be?

Thanks,

 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.