Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#97 2007-08-08 21:40:56

Henrycha
New Member
Registered: 2007-08-06
Posts: 3

Re: kml_flashembed: Kimili Flash Embed

how is the correct way to use Kimili Flash Embed?

i use in this way:

<head> <txp:kml_flashembed_js src="../files/swfobject.js" /> </head>
<body> <div id="cuerpo"> <txp:kml_flashembed movie="../files/henrycha.swf" height="180" width="500" /> </div> </body>

.. and the output is:

tag_error <txp:kml_flashembed movie="../file/henrycha.swf" height="180" width="500" /> -> Warning: extract() [function.extract]: First argument should be an array on line 274

whats the problem?

—>version of txp is textpattern-4.0.5
—>KFE is kml_flashembed_txp_131
—>SWFObject 1.5

Last edited by Henrycha (2007-08-08 21:53:33)

Offline

#98 2007-10-18 12:32:58

Gallex
Member
Registered: 2006-10-08
Posts: 1,294

Re: kml_flashembed: Kimili Flash Embed

1.how can I make this flash banner here clickable?

my code in article:

<txp:kml_flashembed movie="files/laenukas.swf" height="300" width="200" />

and in page template:

<div class="banner" ><txp:article_custom form="untitled" section="banner" /></div>

2. and why it doesn’t show up in other sections ( here for example ) beside frontpage?

Last edited by Gallex (2007-10-18 12:48:22)

Offline

#99 2007-10-23 05:44:29

claywso
Member
From: Durham, NC USA
Registered: 2004-12-20
Posts: 57
Website

Re: kml_flashembed: Kimili Flash Embed

I’m using this plugin (and I’m definitely new to textpattern). I’m got the flash file displaying correctly (i’m using it in a page template), but i’m getting an error at the very top of the page that says:

tag_error <txp:kml_flashembed movie=”/flash/index_header.swf” width=“800” height=“330” /> -> Warning: extract() [function.extract]: First argument should be an array on line 284

if you could point me in the right direction to figuring this out, I’ll be very grateful!

thanks,
clay

Offline

#100 2007-10-23 06:33:14

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

Re: kml_flashembed: Kimili Flash Embed

Henrycha wrote:

tag_error <txp:kml_flashembed movie="../file/henrycha.swf" height="180" width="500" /> -> Warning: extract() [function.extract]: First argument should be an array on line 274

whats the problem?

—>version of txp is textpattern-4.0.5
—>KFE is kml_flashembed_txp_131
—>SWFObject 1.5

i also receive this tag error but it seems to only appear in textpattern testing or debugging mode. in live mode the tag error disappears and everything seems to work fine.

Offline

#101 2007-11-03 14:10:37

robhert
Member
From: Perú
Registered: 2007-04-27
Posts: 206
Website

Re: kml_flashembed: Kimili Flash Embed

I have the same tag error. I think it’s for sake of TXP 4.05. Because in TXP 4.0.4 It works so fine for me.

Hope somebody can deal with it. And for course, it doesn’t show in Live Mode.

Offline

#102 2007-11-19 09:28:00

dominik.osterholt
Member
Registered: 2006-01-13
Posts: 18

Re: kml_flashembed: Kimili Flash Embed

@cdtavijit: I had a similar problem in Internet Explorer 6-7. When using kml_flashembed, Internet Explorer would show a fatal error in the foreground, whilst the flash movie would play in the background. When clicking “OK”, the user is being redirected to a “Page couldn’t be displayed” error page. Pretty weird.

Firefox, Safari (on another pc) made no such problems.

I checked my flash version (8 something) and updated to 9.0.47.0 – and it worked at once. Thing is, I haven’t got the source files (.fla) of my flash movie, so I cannot add any code for an express installation as described here. I guess for now I’m going to have to live with a manual solution and include my flash movie by <object> and <embed> tags.

@kimili: There’s probably no other way of “automatically” installing the newest flash version than adding this code the the source file of the animation?

Offline

#103 2007-12-20 10:16:58

kvnmcwebn
Member
From: Ireland
Registered: 2007-01-27
Posts: 724
Website

Re: kml_flashembed: Kimili Flash Embed

i get this error,

Tag error: <txp:kml_flashembed movie="team.swf" height="50" width="50" /> -> Warning: extract() [function.extract]: First argument should be an array

anyone else seen it?


its a bad hen that wont scratch itself.
photogallery

Offline

#104 2007-12-20 10:26:32

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

Re: kml_flashembed: Kimili Flash Embed

have you already included the <txp:kml_flashembed_js /> in your page template header?

Offline

#105 2007-12-28 06:09:08

rola
New Member
Registered: 2007-12-27
Posts: 1

Re: kml_flashembed: Kimili Flash Embed

but flash can’t insert email,do you have any method?

Offline

#106 2007-12-28 17:54:11

kimili
Plugin Author
From: Massachusetts, USA
Registered: 2004-06-17
Posts: 108
Website

Re: kml_flashembed: Kimili Flash Embed

You can’t reliably do that with any method – using KFE or otherwise. Sorry.

Offline

#107 2008-04-08 13:09:11

zooeyripka
Member
Registered: 2007-07-15
Posts: 12

Re: kml_flashembed: Kimili Flash Embed

Is there some trick to using an xml file with this plugin? I have a flash gallery that loads via xml and I can’t seem to get it to work in textpattern with this plugin. I’m calling it in from a custom field from the articles. I can get it to work fine by embedding it in a page not thru this plugin, but not from the plugin. It is calling the xml as the gallery doesn’t tell me “xml not found” as it would if I moved the xml, but it just spins and never loads the images.

Offline

#108 2008-04-08 17:52:47

kimili
Plugin Author
From: Massachusetts, USA
Registered: 2004-06-17
Posts: 108
Website

Re: kml_flashembed: Kimili Flash Embed

zooeyripka – There’s no trick to it, but there’s one thing to remember. When a SWF loads in external files (XML, PNG, or whatever), if the paths to those files are relative, remember that the Flash player interprets those paths as being relative to the page your SWF is embedded on rather than relative to the SWF itself. You can use the base attribute to redefine how relative paths are interpreted in that case.

If the XML is loading, but the images aren’t, that could also be the issue. Making sure that the paths to your images are absolute in the XML is the simplest way to fix that.

Offline

Board footer

Powered by FluxBB