I'm having an issue where my flash vb code that I've created isn't parsing properly when used the following way:
vB Code Tag: swf
vB Code replacement:
vB Code example:
The problem is, if a user attempts to put quotes around the option for height and width such as this:
the signature never shows up and when that user goes back to modify his or her profile it has been altered and reflects the following:
Notice the newly created \ marks in the sig line?
Any ideas?
I'm running vb 2.2.8 and I can't really nail down when this has begun since I hadn't tested out flash sigs since well before 2.2.6. :/
I could really use some help on this.
Sidenote: As long as the vbcode doesn't have the quotes around the height and width parameters, everything is fine.
vB Code Tag: swf
vB Code replacement:
<OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" {param}>
<PARAM NAME=movie VALUE="{option}"> <EMBED src="{option}" quality=high {param} TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" {param}>
<PARAM NAME=movie VALUE="{option}"> <EMBED src="{option}" quality=high {param} TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
[swf="http://www.brainphreeze.com/Logo.swf"]width=400 height=100[/swf]
[swf="http://www.brainphreeze.com/Logo.swf"]width="400" height="100"[/swf]
[swf="http://www.brainphreeze.com/Logo.swf"]width=\"400\" height=\"100\"[/swf]
Any ideas?
I'm running vb 2.2.8 and I can't really nail down when this has begun since I hadn't tested out flash sigs since well before 2.2.6. :/
I could really use some help on this.
Sidenote: As long as the vbcode doesn't have the quotes around the height and width parameters, everything is fine.