Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: kml_flashembed: Kimili Flash Embed
No problem!
Got another thing:
When I use the fvars with slideshowpro (1.4.4) I got a feeling your plug-in isn’t reading the question mark.
I use the following code:
<txp:kml_flashembed movie="http://www.site.com/test.swf" height="300" width="300" fvars=" xmlfile = http://www.site.com/ssp_director/images.php?gid=13 " />
But my flash file (slideshowpro) seems to be reading everything till the questionmark. My galleries are made with SlideShowPro Director. An example of the xml is here.
SSP Director generates my XML and they are working if I handcode them into my flash files. But when I use your plug-in with fvars it displays my whole gallery. Like the path to the url was: http://www.site.com/ssp_director/images.php
. So I think your plug-in doesn’t read the ?.
Can this be a bug? Thanks in advance!
Last edited by nejra (2007-02-15 20:55:59)
Offline
Re: kml_flashembed: Kimili Flash Embed
nejra –
Are you still using version 1.1 of the plugin? Only 1.2 will pick up the query string (everything after the ‘?’) in the fvars attribute.
Then, of course, there’s this IE7 whackiness to deal with in 1.2. I’ve yet to figure that out, but I’ll let you know when I do.
Offline
Re: kml_flashembed: Kimili Flash Embed
Yeah, it does work with version 1.2. Let’s hope you can figure out why 1.2 isn’t working in ie7 !
Thanks!
ps. Just when you thought ie7 could be a little bit better… ;)
Offline
Re: kml_flashembed: Kimili Flash Embed
It’s most likely an EOLAS problem.
Offline
Re: kml_flashembed: Kimili Flash Embed
Ah okay, we will wait and see how Kimili works things out! Many thanks in advance.
Offline
#54 2007-02-22 11:52:22
- Kersten
- New Member
- From: Mainz, Germany
- Registered: 2007-02-22
- Posts: 3
Re: kml_flashembed: Kimili Flash Embed
Hi there!
I nearly tried everything to get the Kimili Flashembed plugin running. But I still recieve the following output in TXP debug mode:
tag_error <txp:kml_flashembed movie="http://www.mydomain.de/swf/close_to_jazz.swf" fversion="8" width="418"
height="329"target="bild" ></txp:kml_flashembed>
<txp:permlink><txp:title /> -> Notice: Undefined variable: height on line 236
textpattern/lib/txplib_misc.php(512) : eval()'d code:236 kml_flashembed()
textpattern/publish.php:958 kml_flashembed()
processtags()
textpattern/publish.php:917 preg_replace_callback()
textpattern/publish.php:704 parse()
textpattern/publish.php:804 doarticles()
textpattern/publish.php:504 parsearticles()
textpattern/publish.php:958 article()
processtags()
textpattern/publish.php:917 preg_replace_callback()
Why does that happen? Why is height undefined?
I use TXP 4.0.4 & kml_flashembed-1.2
Any Ideas?
Thanks, Kersten
#EDIT: I recieve this for each parameter I use within the kml tag…
Last edited by Kersten (2007-02-22 11:55:32)
Offline
Re: kml_flashembed: Kimili Flash Embed
Kersten –
I think the problem is with the spacing between attributes in your KFE tag between height and target. Take a look:
<txp:kml_flashembed movie="http://www.mydomain.de/swf/close_to_jazz.swf" fversion="8" width="418"
height="329"target="bild" ></txp:kml_flashembed>
Try it like this:
<txp:kml_flashembed movie="http://www.mydomain.de/swf/close_to_jazz.swf" fversion="8" width="418"
height="329" target="bild"></txp:kml_flashembed>
You can also close the tag this way:
<txp:kml_flashembed movie="http://www.mydomain.de/swf/close_to_jazz.swf" fversion="8" width="418"
height="329" target="bild" />
Let me know if that works..
Cheers!
Michael
Offline
#56 2007-02-22 16:31:54
- Kersten
- New Member
- From: Mainz, Germany
- Registered: 2007-02-22
- Posts: 3
Re: kml_flashembed: Kimili Flash Embed
Michael – I already tried things like that. Even without any extra parameter (excluding movie, width, height) it doesn’t work at all. When I call the flashobject JS file I also get an error message: Take a look
Could there be any problems with my Domain or TXP Settings?
Offline
Re: kml_flashembed: Kimili Flash Embed
Kersten – does it still not work when you set the site production status to live or testing rather than debug?
Offline
#58 2007-02-22 18:19:06
- Kersten
- New Member
- From: Mainz, Germany
- Registered: 2007-02-22
- Posts: 3
Re: kml_flashembed: Kimili Flash Embed
Oh my god – all work and no play makes Kersten a dull boy.
Thank you so much Michael – for the great plugin, your kind help and your time!
It works!
Offline
Re: kml_flashembed: Kimili Flash Embed
Thanks for this though, Kersten. Your issue made me realize just how much I can clean up the code…
Cheers,
Michael
Offline
Re: kml_flashembed: Kimili Flash Embed
I’ve installed it but the swf won’t show in IE
What’s the problem?
Offline