Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: kml_flashembed: Kimili Flash Embed
Which version of IE? If it’s 7 kimili is working on that. If it’s 6 there could be another problem…
Offline
Re: kml_flashembed: Kimili Flash Embed
Hey Kimili,
Any news on the update?
Thanks!
Offline
Re: kml_flashembed: Kimili Flash Embed
Look at this page for some errors which confuse me a lot because everything is correctly installed (I think so!). I’m only uncertain about the adress of the moviefile … the serveradress is ‘../files/2.swf’ and in the plugin it is ‘movie=“2.swf”’
Any help is welcome!
Last edited by RedFox (2007-03-06 10:22:38)
Offline
Re: kml_flashembed: Kimili Flash Embed
@RedFox – You currently have Textpattern’s Production Status set to “Debug” Those errors won’t be thrown when you change that to “Testing” or “Live”. Also, your swf will display properly. Those errors just tell me that I need to tidy up my code… :)
@Nejra & Souljacker – The source of the errors involving IE7 an KFE 1.2 for TXP are utterly non-sensical and inexplicable as far as I can see. IE7 just doesn’t like the way TXP serves up the Javascript that is embedded in the plugin. In any case, I am preparing a workaround which will be released any day now – as soon as later on today.
Offline
Re: kml_flashembed: Kimili Flash Embed
@Kimili – Yes, I know … but nevertheless, the .swf don’t show up! This is the tag in the article: <txp:kml_flashembed movie=“2.swf” height=“100” width=“350” /> and the file is in this directory: ../files/2.swf … so, what’s going on here that causes the not-showing-up?
Offline
Re: kml_flashembed: Kimili Flash Embed
@RedFox – Try it with an absolute path to the swf, like this:
<txp:kml_flashembed movie="/files/2.swf" height="100" width="350" />
That should do it for you…
Offline
Re: kml_flashembed: Kimili Flash Embed
@Kimili – Tada … the troublemaker WAS the prefs ‘debug’ mode … in ‘live’ the errors disappear … and because of that the .swf is shining bright … :) … whatever (good) url in the tag!
Offline
Re: kml_flashembed: Kimili Flash Embed
Hey Everyone –
Just wanted to mention that I’ve released Kimili Flash Embed 1.3. It addressed the IE7 issue and adds a simple new method for invoking the Flash Express Install method for upgrading users’ flash players. It also works in Debug mode!
Cheers!
Michael
Offline
#69 2007-03-08 12:48:44
- hamba
- Member
- Registered: 2006-08-04
- Posts: 22
Re: kml_flashembed: Kimili Flash Embed
Hi kimili
I sucessfully installed your plugin and it does work on the front page af a default txp installation.
The problem that I’m having here now is that when I click on an artilce the flash thingy doesn’t work. I just comes up as a blank block, but it never gets loaded.
The code that it creates are different from the front page and the article page.
here is the code
front page
<script type="text/javascript">
// <![CDATA[
var so_249359299 = new SWFObject("files/ex9.swf","","550","400","6","","","","","");
so_249359299.write("fo_targ_ex9249359299");
// ]]>
</script>
article
<script type="text/javascript">
// <![CDATA[
var so_1527299300 = new SWFObject("files/ex9.swf","3","550","400","6","","","","","");
so_1527299300.write("fo_targ_ex91527299300");
// ]]>
</script>
as you can see in the article code it adds a 3 to the code, this 3 is the article id.
any idea as to why its not showing in the articles?
thanks
hamba
Offline
Re: kml_flashembed: Kimili Flash Embed
@hamba – Try making the path to your swf absolute: /files/ex9.swf
instead of files/ex9.swf
. I think that should do the trick for you.
As for the article id being added to the code, you’ve just uncovered a bug… I’ll fix it and repost today…
Cheers!
Michael
Offline
Re: kml_flashembed: Kimili Flash Embed
I’ve updated the plugin to 1.3 but I’m lost again > page
Last edited by RedFox (2007-03-08 13:03:19)
Offline
#72 2007-03-08 13:13:08
- hamba
- Member
- Registered: 2006-08-04
- Posts: 22
Re: kml_flashembed: Kimili Flash Embed
Hi thanks for the fast reply.
About the absolute/relative path, that doesn’t make any difference. I can still only view it on the main page but not in the article itself
here is the test site that I’m working with
http://hamba.homeip.net/txp/
Edit: I think me and RedFox are having the same problem
Last edited by hamba (2007-03-08 13:16:28)
Offline