display html and swf

N

nanni

Guest
hello once more,

is there a way to display .swf files on the detailed result page?
I could work around and use a generic_file type of field which
contains a link, but it would be so good to be able to include a .swf file directly . The .swf file itself is not supposed to be in the database, but could be in a certain directory, and then be embedded with some html or php code..maybe?
Is there anyway a way to allow html code in text fields?

cheers,

n.
 
E

Eugenio

Guest
nanni wrote:

> hello once more,
>
> is there a way to display .swf files on the detailed result
> page?

You can modify the funciton get_field_correct_displaying() in /include/business_logic.

> Is there anyway a way to allow html code in text fields?

Again, function get_field_correct_displaying(), I have used htmlspecialchars() to avoid various problems (including security issues) but you can try to skip it.



(Latest version of DaDaBIK when this message was posted: 3.0 beta)
 
Top