Needs review
Project:
SWF Embed
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 16:42 UTC
Updated:
29 Feb 2012 at 11:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
amonteroComment #2
amonteroCorrecting status and bumping :)
Comment #3
aniebel commentedThanks for this! I patched and I'm getting an error. I presume it's how I configured the markup. What's the proper syntax for the id?
Fatal error: Call to undefined method SWFObject::id() in /home/kfswebdev1/dev.kfspower.com/drupal/modules/php/php.module(80) : eval()'d code on line 6
My markup:
Comment #4
amonteroHi aniebel.
I assign the object id on SWFObject creation like this:
There's no object_id method for setting it afterwards. Just a getObjectId readonly property.
Hope this helps.
Comment #5
aniebel commentedOk, thank you amontero!