Hello Aran
i dont think there are some different between project of 'image' and
image
see below example:
---
var dd = {'a':'b'};
var aa = {a:'c'};
console.log(dd.a); // output b
console.log(aa.a); //output c
--
the result is same.
about "path",my path is absolute path. i think there is no problem.
and also i added http prefix , it's still not work.
i changed swfobject to 2.1, the problem is still here.
but my page also loaded swfobject 1.5. maybe this will be a problem.
now ,i am preparing changed swfobject to 1.5 , hope it will working .
Thanks
On 4月3日, 下午5时53分, Aran Rhee <[email protected]> wrote:
> Daniel
>
> You flash vars should be in the form var (object) / value (string), not
> (string)/(string)
>
> So you want either:
>
> var flashvars = {};
> flashvars.image = "/a/b/c.jpg";
>
> or
>
> var flashvars = { image : "/a/b/c.jpg" };
>
> Once you have this format set and it is still not working, I would suggest
> you might be running into a relative pathing issue. Use something like
> Firebug / Fiddler / Service Capture to ensure your images are actaully
> loading from where you think they are.
>
> Aran
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.