Closed (fixed)
Project:
SWF Embed
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 10:18 UTC
Updated:
21 Apr 2009 at 15:50 UTC
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