I've made a patch for this module to support Macromedia Flash and Director. The problem is these formats accept parameters. Some videos and games must be inserted with these parameters. for example:
<PARAM NAME="param" VALUE="value01">
Should be implemented a valid way to manage params. I think that a way similar to the poll.module is a good one...perhaps.
Comments
Comment #1
fax8 commentedIf you have made the patch please post it here.
Comment #2
fax8 commenteddoes anyone else think this is useful?
Comment #3
LukeLast commentedI think flash .swf support would be great, but I don't know enough about flash at the moment to come up with a patch.
Comment #4
kuba.zygmunt commentedWhat will be better?
10 or more rows with two fields ( name and value)
or textarea in where we put params within certain schema (each value in a new line)
param1 = value
param2 = value2
Comment #5
LukeLast commentedOK, so I'm working on the .swf support.
So far I have a textarea that takes parameter data in the format:
param1=value1
param2=value2
param3=value3
This supports an almost unlimited number of parameters while using the smallest form space.
Here is what I have for the HTML. object and embed are misspelled to get past the filter.
Does this all look good to everyone? Any suggestions?
Comment #6
fax8 commentedseems the a smart solution...
Fabio
Comment #7
Julien PHAM commentedTry to find a way without embed, as embed is not valid xhtml...
Comment #8
fax8 commentedyes we know... if you are able with php/html you can provide a patch
for w3 compatibility and I will commit to the module.
Comment #9
fax8 commentedFeature completed in cvs.
Fabio
Comment #10
(not verified) commented