1. is this working for page.tpl swf objects? I mean paste your $swf = new SWFObject('path/to/file.swf'); If so, It does not work.
2. if we use it inside a node type. I dont need it!
1. is this working for page.tpl swf objects? I mean paste your $swf = new SWFObject('path/to/file.swf'); If so, It does not work.
2. if we use it inside a node type. I dont need it!
Comments
Comment #1
mbutcher commentedRE: 1:
You'd have to do:
RE: 2:
You might want to look at swftools for CCK-style integration. SWF Embed is just a low-level library.
Comment #2
pp commentedRe1 is not working!
If the swf file is in your modul directory use this:
The first slash in the file path is necessary!
If the swf file is in your webroot use this:
pp
Comment #3
mbutcher commented