Closed (fixed)
Project:
SWF Tools
Version:
6.x-2.5
Component:
SWF Tools
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 May 2010 at 18:16 UTC
Updated:
27 May 2010 at 20:18 UTC
Could someone please expand on the usage of the "methods" parameter? The documentation is not very clear on how it should be used. Does this allow you to embed using a different method than the swftools default embed method?
I am using a custom method in my template (swfobject 2, but a custom id is replaced rather than creating an empty div), but it is not appropriate for general use. I would like to explicitly use my custom method in my template's call of swf(), but use a different embedding method everywhere else (e.g., the swftools input filter).
Comments
Comment #1
raimondious commentedSimple to use, I was just missing the name of the embed method:
[embed method name] can be found in the .module file for that method, e.g., in swftools/swfobject2/swfobject2.module. You'll find
Comment #2
raimondious commented