params enclosed by <object> tag disappear (flash flv player problem) [solved]

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
fubar

params enclosed by <object> tag disappear (flash flv player problem) [solved]

Post by fubar »

I included the html below in a page template but the param values (highlighted) were missing when I checked the source of the rendered page.
The problem is obviously related to the fact that the highlighted stuff is enclosed in {brackets} reserved for the smarty tags.

So here comes the question: Can someone help me solve this? :)

My real problem is, that the name of the video file to be played by this flash video player is included in the disappearing code... There is a possibility to get those config values from an external config.js, but the path of this is also enclosed by the same {brackets} (uh)

thanks in advance










Last edited by fubar on Tue Mar 27, 2007 8:58 pm, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: params enclosed by <object> tag disappear (flash flv player problem)

Post by Dee »

Surround any code that includes brackets with {literal}{/literal} tags,

Regards,
D
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: params enclosed by <object> tag disappear (flash flv player problem)

Post by Nullig »

Alternatively, you could load it with SWFObject, which you can get here:

http://blog.deconcept.com/swfobject/

It creates valid XHTML 1.0 code.

Nullig
fubar

Re: params enclosed by <object> tag disappear (flash flv player problem)

Post by fubar »

Thanks guys,

cmsms community rocks!
Locked

Return to “Layout and Design (CSS & HTML)”