I'm really new. I need the code to show a swf file in colorbox inline in a body text
How do that??
Thanks for your answers!!

Comments

frjo’s picture

<a class="colorbox" href="/path/to/file">Link text/image</a>

If you need to set with, height and/or use iframe. Enable colorbox-load on the Colorbox configuration page and:

<a class="colorbox-load" href="/path/to/file?width=500&height=500&iframe=true">Link text/image</a>
lsolesen’s picture

Status: Active » Closed (fixed)
aime44’s picture

it works very well but I had to enable colorbox load , what I forgot first
many thanks
aime44