flash banner doesn't work

Status
Not open for further replies.

Valencio

New Member
Messages
8
Reaction score
0
Points
0
hi all please i have a problem with my flash banner i can't put in my index page what can i do and thx in advance

PHP:
<table align="center">
    <tr>
        <td>
          <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','775','height','100','align','middle','src','Banniere','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Banniere' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="775" height="100" align="middle">
          <param name="movie" value="Banniere.swf" />
            <param name="quality" value="high" />
            <embed src="images/Banniere.swf" width="775" height="100" align="middle" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
          </object></noscript></td>
    </tr>
</table>
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Try moving it out of the images folder and tehn changing the link in the code to it. Make a folder called "whateveryouwant" and put your .swf in there and then change the path to it in the code. That might work. Change this part:

<embed src=".images/Banniere.swf"

to

<embed src="whateveryouwant/Banniere.swf"
 
Last edited:

Valencio

New Member
Messages
8
Reaction score
0
Points
0
sorry but it doesn't work


sorry i forget to say that it works offline but the problem is online i don't know why
 
Last edited:

The_Magistrate

New Member
Messages
1,118
Reaction score
0
Points
0
I know it may sound dumb, but make sure you aren't seeing a cached page. Hold Shift while clicking on the Refresh button in your browser to force a hard-refresh.
 

Valencio

New Member
Messages
8
Reaction score
0
Points
0
I know it may sound dumb, but make sure you aren't seeing a cached page. Hold Shift while clicking on the Refresh button in your browser to force a hard-refresh.

sorry but i checked that berfore posting this topic i have even deleted my cash
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Can you provide a link to the page with the error?
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
What page is the flash banner on that isn't showing up?

-Corey
 

Valencio

New Member
Messages
8
Reaction score
0
Points
0
What page is the flash banner on that isn't showing up?

-Corey
the one i gave you in the link
Edit:
sorry for the double post but i need your help as fast as possible because this website isn't for me
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I fixed it. You should be able to see what I did in the code by my comment.

-Corey
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
IT works for me.

It may be being detected by ad-blocking software or something. Although I don't know why.
 

Valencio

New Member
Messages
8
Reaction score
0
Points
0
IT works for me.

It may be being detected by ad-blocking software or something. Although I don't know why.

now it works because Corey fixed it but before no and by the way thank you very much Corey
but i don't understand why it doen't work for me and what's the difference between my code and yours
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I'm not really sure, I have limited experience with Flash and embedding it. I just know that works ;)

-Corey
 
Status
Not open for further replies.
Top