Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: kml_flashembed: Kimili Flash Embed
@Redfox – I apologize, but you’ve uncovered a bug with this version. I’ve disabled the download for now and will get it fixed. The patch should be up within a few hours.
For now, you can try it in Current SWFObject Mode which should work for you.
Thanks,
Michael
Offline
Re: kml_flashembed: Kimili Flash Embed
@hamba – Can you post a link to the site where your having a problem?
Offline
#75 2007-03-08 13:17:12
- hamba
- Member
- Registered: 2006-08-04
- Posts: 22
Re: kml_flashembed: Kimili Flash Embed
this is only a test site but here you go
http://hamba.homeip.net/txp/
Offline
Re: kml_flashembed: Kimili Flash Embed
@hamba – Since you’re using Current SWFObject Mode, you also need to make sure that the src
attribute in <txp:kml_flashembed_js />
is an absolute path. In your article pages, the swfobject.js file is not being loaded, and that’s why you’re not seeing the flash.
In general, you should use Absolute paths for everything. You’ll save a lot of headaces in the long run :)
Last edited by kimili (2007-03-08 13:19:57)
Offline
#77 2007-03-08 13:24:10
- hamba
- Member
- Registered: 2006-08-04
- Posts: 22
Re: kml_flashembed: Kimili Flash Embed
Ah ok that took care of it.
I’ll be using absolute paths from now on
thanks for that.
Offline
Re: kml_flashembed: Kimili Flash Embed
Just an FYI – I’ve released a 1.3.1 update to Kimili Flash Embed that works out the issues with the ID attribute and the small bug with Legacy SWFObject Mode. Go forth and update:
Offline
Re: kml_flashembed: Kimili Flash Embed
@kilmii – it did the job … :) … but you’ll have to quit the old plugin first (and install the new one thereafter ofcourse!) … and then the path to the file has to be “files/x.swf” … no slash before ‘files’! Thanks for help.
Offline
Re: kml_flashembed: Kimili Flash Embed
@kimili, since your update (1.3 and 1.3.1) fvars doesn’t work properly. When i downgrade to version 1.2 it works good. Just to let you know! gr Nejra
btw, great work on the ie fixes.
Offline
Re: kml_flashembed: Kimili Flash Embed
nejra – what are you putting in the fvars attribute that doesn’t work?
Offline
Re: kml_flashembed: Kimili Flash Embed
When I use this particular code in a 1.2 version it displays correctly:
<txp:kml_flashembed movie="http://www.linkisdead.com/test.swf" height="300" width="300" fvars=" xmlfile =
http://www.linkisdead.com/ssp_director/images.php?gid=13 " />
Look here for a version 1.3.1.
In version 1.2 this line of sourcecode (html) looks like: so_2001932113.addVariable("xmlfile","http://www.linkisdead.com/ssp_director/images.php?gid=13");
.
But in version 1.3.1 it displayed as so_873379468.addVariable("”","");
.
Last edited by nejra (2009-08-06 11:35:58)
Offline
Re: kml_flashembed: Kimili Flash Embed
Nejra –
I don’t think it’s a problem with the plugin – it works for me. What I think is going wrong is that the double quotes in your KFE tag (the one you’re using here) are left and right double quotes, like this: “http://www.arjenblokzijl.nl/test.swf”
. You need to make sure all of the double quotes in the tag are straight double quotes, like this: "http://www.arjenblokzijl.nl/test.swf"
Let me know if that works out for you…
Offline
Re: kml_flashembed: Kimili Flash Embed
Thanks for the reply. I copied the code directy from the first site to the next. Also I tried to type the code by hand. The strange thing is that when I install 1.2 on the site the flash file works. For some reason it won’t work with 1.3.1. I’m pretty sure it isn’t the left and/or right quotes. I deleted the old site. I also deleted the plugin and re-installed it. Any clues left?
Last edited by nejra (2007-03-18 22:44:24)
Offline