Active
Project:
SWFObject API
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Dec 2010 at 09:07 UTC
Updated:
4 Mar 2011 at 22:32 UTC
Hi
i've this code in a test.html page
swfobject.embedSWF("player.swf",
"myplayer", "500", "220",
"9.0.0", false, flashvars, params, attributes);
which works perfectly.
As soon as I put it (including declarations of swfobject.js...) in a simple Drupal Node, or in a View, it is not working. My player.swf (JW Player) is not replaced nor displayed in my div 'myplayer'.
I've tried to move swfobject.js and player.swf at the root, then to give their full path at http://localhost..., I tried to include it in php with url() function. Nothing. It seems yet that the path is involved.
Do I miss something ? What could I do
Plz help, it drives me crazy from 10 days...
Comments
Comment #1
chris_tjalsma commentedWas there any solution to this? I'm having the same issue. Thanks.