I am using bbcode.php from http://www.phpclasses.org and I am trying
to add a tag for youtube:

                $bbcode-
>add_tag(array('Name'=>'youtube','HasParam'=>true,'HtmlBegin'=>'<object
type="application/x-shockwave-flash" style="width:425px; height:
350px;" data="http://www.youtube.com/v/%%P%%";><param name="movie"
value="http://www.youtube.com/v/%%P%%"/>','HtmlEnd'=>'</object>'));

When I try it out with the following mark up:
[youtube]kcc_KAhwpa0[/youtube]

... for some reason this does not render correctly, what I actually
get outputted in HTML is:
[youtube]kcc_KAhwpa0</object>

Thanks.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to