Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-23-2008, 02:22 AM   PM User | #1
bicho_colorado
New Coder

 
Join Date: Oct 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
bicho_colorado is an unknown quantity at this point
Help a donkey!!!

I'm a donkey and need someone to help me PLEASE!!

I'm trying to insert a Flash banner into a table and only gets errors

This is the original code

echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr><td>
</td></tr> ";

and when I paste this (blue code), the final sentences ( </td></tr> " change the color showing an an error

echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr>

<td classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="60">
<param name="movie" value="123-banner_com_168574_willy.swf">
<param name="quality" value="high">
<embed src="123-banner_com_168574_willy.swf" width="688" height="91" autostart="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>


</td></tr> ";


Thanks for help me
bicho_colorado is offline   Reply With Quote
Old 01-23-2008, 03:11 AM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
I'm having a hard time understanding the post.

I do think that in this part:

<embed src="123-banner_com_168574_willy.swf" width="688" height="91" autostart="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

You can't have any carriage returns on the line. It should all be one continous line.
Make sure you don't have a broken line with CR's.

The rest of the post I don't understand.
mlseim is offline   Reply With Quote
Old 01-23-2008, 03:37 AM   PM User | #3
bicho_colorado
New Coder

 
Join Date: Oct 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
bicho_colorado is an unknown quantity at this point
thanks,
I have a long line with no CR.

What I tried to say was that the paga has a code that works ok. and is this

echo "<table class='table_layout_main' style='width:{$config['gallery_width']};padding-top:0' cellpadding='0' cellspacing='0'>
<tr><td>
</td></tr> ";

but when I change it by inserting this code betwee the <td> and </td> there is an error

<td classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="60">
<param name="movie" value="123-banner_com_168574_willy.swf">
<param name="quality" value="high">
<embed src="123-banner_com_168574_willy.swf" width="688" height="91" autostart="false" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

I hope this get it clear.
Thanks any way.
bicho_colorado is offline   Reply With Quote
Old 01-23-2008, 02:55 PM   PM User | #4
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Are you getting a PHP error?

Because the Flash part you're inserting has a whole bunch of quotes in it?

Try escaping all of those quotes:


<td classid=\"clsid27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"720\" height=\"60\">
<param name=\"movie\" value=\"123-banner_com_168574_willy.swf\">
<param name=\"quality\" value=\"high\">
<embed src=\"123-banner_com_168574_willy.swf\" width=\"688\" height=\"91\" autostart=\"false\" align=\"middle\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"></embed>
mlseim is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:25 PM.


Advertisement
Log in to turn off these ads.