[SWFObject] FO Integration Kit problems - continued

David de Kock |TNmedia david at tnmedia.nl
Mon Oct 9 04:47:54 PDT 2006


Hi Geoff and Aran,
Thanks for your help!

Its great to get back to work after a day off (without computers) and
see this kind of feedback.

@Aran, 
Thanks for getting the concept working with the original MM
JavaScriptFlashGateway.js at least I can continue (on planning) with my
work.
You asked about '1 weirdness in IE' but I can't replicate that. In IE I
cant 'ping' at all to JS. What you might be seeing is that every time
when you click the loadButton the function checks if flash is already
loaded and if so it removes the current flash before reloading it again.
(I had added this feature as a (nasty) workaround but it only works for
static flash not for flash that uses external data like in my case .flv)

Seems smart to me that you create the FlashProxy in the HEAD only once
and never destroy it, this saves on overhead every time when flash gets
dynamically loaded.
Only I wonder how this should be done in case multiple flash will be
loaded to a page (maybe by setting a max to the amount of flash loaded
into a page).

@Geoff,
Yes, (like Aran already replied) I've used the latest intkit I've
downloaded it last Saturday night.
I'll set up a test page with both my and Aran's improvements. I'll start
working on it now (after cup of coffee).

Cheers all,
David

-----Original Message-----
From: swfobject-bounces at lists.deconcept.com
[mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of Geoff
Stearns
Sent: maandag 9 oktober 2006 2:45
To: swfobject at lists.deconcept.com
Subject: Re: [SWFObject] FO Integration Kit problems - continued


eeentiresting... as long as the fscommand code is in the page, and  
the IE version is using that method it should work fine with no clicks..

can anyone set up a test page for this? something that drops in a  
flash movie on the fly vs. embedded 'normally'?


On Oct 8, 2006, at 5:54 PM, Aran Rhee wrote:

> Geoff.
>
> I downloaded it last night.
>
> It only seems to be an issue with David's dynamic (onClick) creation 
> technique. If you are using it with the standard onLoad creation
> method, it
> is all happy.
>
> Aran
>
>> -----Original Message-----
>> From: swfobject-bounces at lists.deconcept.com
>> [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of Geoff 
>> Stearns
>> Sent: Sunday, 8 October 2006 11:53 PM
>> To: swfobject at lists.deconcept.com
>> Subject: Re: [SWFObject] FO Integration Kit problems - continued
>>
>> how long ago did you download the zip file? i just updated it last 
>> week because of the 'only one click works in IE' issue - if you have 
>> an older version, grab the latest from my site and try it out again.
>>
>> did you get the clicking sound in IE fixed?
>>
>> http://blog.deconcept.com/code/intkit/
>>
>>
>>
>> On Oct 7, 2006, at 9:28 PM, David de Kock |TNmedia wrote:
>>
>>> Ok, I've got the integration kit demo running without problems, the 
>>> updated code did the trick.
>>>
>>> But I've got some IE issues when I try to use the
>> integration kit for
>>> my specific purposes.
>>>
>>> I need to the intkit working in the situation when flash/SWFObject 
>>> gets loaded dynamically (onclick) instead during pageload
>> as SWFobject
>>> does it by default.
>>>
>>> I've got it working fine for FF but IE is not cooperating.
>>>
>>> IE only allows one call from AS to JS and than it just sits there 
>>> doing nothing anymore, from the maillist I've understood
>> that this was
>>> also a bug sometime ago for the default deployment but I can figure 
>>> out how that was fixed. It seems related though.
>>>
>>> I've got a test page here: 
>>> http://development.tnmedia.nl/integkit/so_integrationkit.html
>>>
>>> For both FF and IE the dynamic loading (and removing) of
>> flash works
>>> fine.
>>> Once loaded in FF the integration between AS and JS is fine. Once 
>>> loaded in IE only one call from JS to AS is working, the calls 
>>> afterwards are not coming through. AS to JS is not working at all.
>>>
>>> I hope somebody has got an idea of whats my problem?
>>>
>>> I've moved back from Externalinterface to integration kit
>> because of
>>> performance problems with Externalinterface in IE and now
>> it seems I'm
>>> stuck again on IE again :p
>>>
>>> Cheers,
>>> David
>>>
>>> -----Original Message-----
>>> From: swfobject-bounces at lists.deconcept.com
>>> [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of
>> David de
>>> Kock |TNmedia
>>> Sent: zondag 8 oktober 2006 0:49
>>> To: swfobject at lists.deconcept.com
>>> Subject: Re: [SWFObject] FO Integration Kit problems - continued
>>>
>>>
>>> Hi Geoff and all others,
>>>
>>> Couple of weeks I've had my hands on the FO Integration Kit but I 
>>> could get it working 100% (I couldn't get rid of the
>> annoying IE click
>>> every time flash talked to JS). I decided to go with flash8 and 
>>> Externalinterface and at first I was very pleased with it
>> because it
>>> was very easy to get it working.
>>>
>>> But in unit-testing I've found out that Externalinterface performs 
>>> really bad (on IE only as it seems), when it is looping (5 calls per
>>> sec) for more than 30 secs.
>>>
>>> I can't launch my stuff like this so I'm going back to use
>> the Integ
>>> kit/SWFObject.
>>>
>>> Was it just me being dumb that I couldn't get it working
>> (getting rid
>>> of the IE click)? I'm going to try again but if somebody
>> can help me
>>> with some example code I would be really happy.
>>>
>>> Thanks,
>>> David
>>>
>>> -----Original Message-----
>>> From: swfobject-bounces at lists.deconcept.com
>>> [mailto:swfobject-bounces at lists.deconcept.com] On Behalf Of
>> Mike Doran
>>> Sent: zaterdag 30 september 2006 9:36
>>> To: swfobject at lists.deconcept.com
>>> Subject: Re: [SWFObject] FO Integration Kit problems - continued
>>>
>>>
>>> Hi Geoff,
>>>
>>> thanks for that - yep, it now works fine (in IE 6 and FF
>> 1.5) - you've
>>> saved me from the wrath of a client - although I reckon it's their 
>>> fault for not using flash 8 and externalInterface :-)
>>>
>>> Thanks again,
>>>
>>> Cheers,
>>> Mike
>>>
>>> On 9/30/06, swfobject-request at lists.deconcept.com
>>> <swfobject-request at lists.deconcept.com> wrote:
>>>
>>>> ---------- Forwarded message ----------
>>>> From: Geoff Stearns <geoff at deconcept.com>
>>>> To: swfobject at lists.deconcept.com
>>>> Date: Fri, 29 Sep 2006 19:16:16 -0400
>>>> Subject: Re: [SWFObject] FO Integration Kit problems -
>> continued ok,
>>>> it's very possible that i uploaded an old version somewhere in 
>>>> there..
>>>>
>>>> i grabbed a version off my HD and it seems to be working in my IE6 
>>>> install, so check it out.
>>>>
>>>> http://blog.deconcept.com/code/intkit/
>>>>
>>>> sorry about the confusion... i really need to throw this
>> stuff into
>>>> SVN somewhere.
>>>>
>>>>
>>>>
>>> _______________________________________________
>>> SWFObject mailing list
>>> SWFObject at lists.deconcept.com 
>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>>
>>> --
>>> No virus found in this incoming message.
>>> Checked by AVG Free Edition.
>>> Version: 7.1.407 / Virus Database: 268.12.10/459 - Release Date: 
>>> 29-9-2006
>>>
>>>
>>> --
>>> No virus found in this outgoing message.
>>> Checked by AVG Free Edition.
>>> Version: 7.1.407 / Virus Database: 268.13.0/465 - Release Date: 
>>> 6-10-2006
>>>
>>>
>>> _______________________________________________
>>> SWFObject mailing list
>>> SWFObject at lists.deconcept.com 
>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>>
>>> --
>>> No virus found in this incoming message.
>>> Checked by AVG Free Edition.
>>> Version: 7.1.407 / Virus Database: 268.13.0/465 - Release Date: 
>>> 6-10-2006
>>>
>>>
>>> --
>>> No virus found in this outgoing message.
>>> Checked by AVG Free Edition.
>>> Version: 7.1.407 / Virus Database: 268.13.0/465 - Release Date: 
>>> 6-10-2006
>>>
>>>
>>> _______________________________________________
>>> SWFObject mailing list
>>> SWFObject at lists.deconcept.com 
>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>
>> _______________________________________________
>> SWFObject mailing list
>> SWFObject at lists.deconcept.com 
>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com 
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com

_______________________________________________
SWFObject mailing list
SWFObject at lists.deconcept.com
http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com

-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.13.1/466 - Release Date:
7-10-2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.13.1/466 - Release Date:
7-10-2006
 




More information about the Swfobject mailing list