Closed (fixed)
Project:
Bbcode
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
24 Feb 2006 at 13:58 UTC
Updated:
10 Mar 2006 at 19:30 UTC
Hi,
So I have implemented a way to display a flash movie into bbcode.
It uses the following code to display the movie :
<o bject
t ype="application/x-shockwave-flash"
d ata="(flash movie path)"
w idth="width"
h eight="height">
<p aram
n ame="movie"
v alue="(flash movie path)" />
</object>
No codebase, so it does not ask to download new flash version if required, but that is the only way to be able to use relative path for flash movies.
It is called like this [flash=widthxheight]flashurl[/flash]
Tell me if you think of some improvements...
| Comment | File | Size | Author |
|---|---|---|---|
| bbcode-filter_0.inc | 10.69 KB | Julien PHAM |
Comments
Comment #1
Julien PHAM commentedOh I forgot to tell you, this version also do not have any
<div>tag, but<span>tags instead, see my other issue about this...Comment #2
naudefj commentedChange committed - thanks!
Comment #3
Julien PHAM commentedI need your advice:
Do you prefer [swf] or [flash] tag?
Or perhaps I can allow both?
Comment #4
(not verified) commented