Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: kml_flashembed: Kimili Flash Embed
When i turn Textile off it works! The code is in the xhtml being displayed as so_2001932113.addVariable("xmlfile","http://www.urlinactive.nl/ssp_director/images.php?gid=13");
.
When I turn Textile on it doesn’t work. The strange thing is: in the preview of the article the html is displayed correctly. Maybe there is the problem?
I now use the textile tag no textile.
before the KFE tag and i can solve the problem.
Last edited by nejra (2009-11-18 13:59:45)
Offline
Re: kml_flashembed: Kimili Flash Embed
That’s interesting, Nejra. I haven’t had to turn off Textile to get the tag to parse correctly.
It makes sense, though, because the problem you were having was definitely related to the double quotes in the tag getting converted to left and right double quotes, as Textile normally does. I’m just not sure why Textile is processing the text of the tag before the tag gets executed. Do you have any other plugins running alongside KFE?
Offline
Re: kml_flashembed: Kimili Flash Embed
Other plugins i have runnng:
- chh_if_data
- etz_crumbs
- zem_contact
- zem_link
- zem_redirect
If it is textiles fault it is strange that it works for you and not for me. I remembered that I did not have textile running on the old bosma site. Hope you can figure out why this happened to prevent future problems. Nonetheless your great plugin works for me now. ;)
Offline
#88 2007-04-23 08:48:45
- wii
- Member
- Registered: 2005-05-08
- Posts: 77
Re: kml_flashembed: Kimili Flash Embed
Has anyone tried this with movies in 100% width and/or heigth ?
It only works for me if I use fixed sizes, if I use percentage for size, the movies doesn´t show at all.
Any ideas ?
Offline
#89 2007-04-23 09:04:38
- wii
- Member
- Registered: 2005-05-08
- Posts: 77
Re: kml_flashembed: Kimili Flash Embed
Seems the script changes something – what should be “100%” the script changes it to ““100%”“, so it doesn´t work. This only applies when using percentage.
Offline
#90 2007-04-24 19:41:15
- wii
- Member
- Registered: 2005-05-08
- Posts: 77
Re: kml_flashembed: Kimili Flash Embed
Anyone ?
Offline
Re: kml_flashembed: Kimili Flash Embed
Hello!
I’m a spanish speaker, so I try…
Well, I want to embed a Flash Video Player (http://www.jeroenwijering.com/?item=Flash_Video_Player) inside my TXP site. But as you can see its embed method is:
@
<p id=“player1”><a href=“http://www.macromedia.com/go/getflashplayer”>Get the Flash Player</a> to see this player.</p>
<script type=“text/javascript”>
var s1 = new SWFObject(“flvplayer.swf”,“single”,“300”,“170”,“7”);
s1.addParam(“allowfullscreen”,“true”);
s1.addVariable(“file”,“video.flv”);
s1.addVariable(“image”,“preview.jpg”);
s1.write(“player1”);
</script>
@
or
<embed src="mediaplayer.swf" width="320" height="180" allowfullscreen="true" flashvars="&file=http://www.jeroenwijering.com/upload/afraid.flv&height=180&width=320" />
But I don’t know how to embed this into my TXP site… I try out this:
<txp:kml_flashembed movie="&file=http://www.jeroenwijering.com/upload/afraid.flv&height=180&width=320" height="180" width="320" />
And still nothing happens…
Hope you can help me.
Thank you in advance.
Robhert.
Offline
Re: kml_flashembed: Kimili Flash Embed
hey!
there’s no need to answer this question! I got it!
see:
this is what i have:
<embed src="/swf/flvplayer.swf" width="320" height="180" allowfullscreen="true" flashvars="&file=/swf/video.flv&height=180&width=320&location=/swf/flvplayer.swf" />
and this:
<txp:kml_flashembed movie="/swf/flvplayer.swf" width="320" height="180" fvars="base= ." />
so… I do this:
<txp:kml_flashembed movie="/swf/flvplayer.swf" width="320" height="180" fvars="&file=/swf/video.flv&height=180&width=320&location=/swf/flvplayer.swf" />
And everything works fine!!!
Thank you!
;)
Offline
#93 2007-08-06 02:49:17
- Henrycha
- New Member
- Registered: 2007-08-06
- Posts: 3
Re: kml_flashembed: Kimili Flash Embed
Any Idea?
tag_error <txp:kml_flashembed movie=”../media/prueba.swf” height=“180” width=“500” /> -> Warning:
extract() [function.extract]: First argument should be an array on line 274
Offline
Re: kml_flashembed: Kimili Flash Embed
hi there,
The moment I upload / enable the swfobject.js file, my internet explorer crashes. I uploaded the latest version (1.5), and when I open their file it works fine, but my internet explorer will just keep crashing.
Any solution to this?
Offline
Re: kml_flashembed: Kimili Flash Embed
@Henrycha – Not sure why you’re getting that error. What version of TXP and KFE are you running? What other plugins are you running? Perhaps there’s a conflict.
@cdtavijit – That’s really unusual. Does it work in other browsers? What version of IE are you testing with? SWFObject.js is an extremely widely used piece of code – it’s throughly tested. I’m not able to get IE to crash using it. If you’re sure that swfobject is causing IE to crash, perhaps you can find assistance at the swfobject home.
Last edited by kimili (2007-08-08 15:38:19)
Offline
#96 2007-08-08 20:47:09
- Henrycha
- New Member
- Registered: 2007-08-06
- Posts: 3
Re: kml_flashembed: Kimili Flash Embed
Mnichel Bester i try Kimili Flash Embed along without other plugin, the version of txp is textpattern-4.0.5 and KFE is kml_flashembed_txp_131 can you help me please?
Offline