PDA

View Full Version : Why does Clipfish (de) not work


Baghira
03-29-2011, 01:17 PM
Hello everybody,

I tried to make a bbcode for clipfish (de-Version). But when saving it in acp, both "{param}" are bold with the following error:

The following HTML-Code is not correct. Attributes have to stay in quotes (translated)

This is my code:

<object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="464" height="384" >
<param name="allowScriptAccess" value="always" />
<param name="movie" value="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&vid={param}&r=1&area=e&c=990000" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<embed src="http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&vid={param}&r=1&area=e&c=990000" quality="high" bgcolor="#990000" width="464" height="384" name="player" align="middle" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>

I tired to save instead of this error, and it worked.
but would be nice to know how to kill this error ;)

Baghira

BirdOPrey5
03-29-2011, 05:41 PM
It's not an error, it's a warning. It's to remind you that {param}s should be enclosed in quotes. That's not possible for your bbcode, but there are quotes eventually...

"http://www.clipfish.de/cfng/flash/clipfish_player_3.swf?as=0&vid={param}&r=1&area=e&c=990000"

so you are OK. Just ignore the warning.