[SWFObject] suggested feature

Geoff Stearns geoff at deconcept.com
Thu May 4 11:42:12 PDT 2006


i think what you are trying to do is very out of the ordinary, so it  
probably wouldn't get added to the main build of SWFObject - i'm  
trying to keep it as small and simple as possible, and for it to do  
just one thing and do it really well.

in your case, you should probably build some custom code to go along  
with your flash embedding.

there's no reason why you can't make a bunch of SWFObject instances  
and stick them in an array and then access them later to add stuff to  
them.

keep in mind, though - once you call so.write() to place it on the  
page, you can't alter the parameters or variables any more for that  
instance/swf.

so in your case, you probably don't want to reuse the same variable  
name over and over again, but create a loop and create unique names  
for each. how you do this is completely up to you.



On May 4, 2006, at 2:14 PM, Steve Norris wrote:

> Geoff,
>
> Please forgive the length of this post.  I believe your
> swfObject method will quickly become the favored version
> for embeddding flash content.  It is critical, to the
> success of a software application that I am writing, that
> there be a standardized way to access the swfObjects in an
> existing .html page.  An extension that people choose to
> use or not choose to use will not do me any good.  I am
> hoping my suggestion can become part of swfObject itself.
>
> I am creating an application, that loads an existing .html
> file. Part of its functionality changes the embedded flash
> parameters. Without already knowing the id's of the
> swfObjects on the page, how will my application be able to
> step through them all and add parameters, etc.?
>
> That is why I suggested that when a swfObject is
> instantiated, within the class a method would add the
> instance to an array attached to the document, such as
> document.swfObjectArray.  That way, any .html page that
> uses your method will contain a standardized, readily
> accessible list of swfObjects attached to document.
>
> I am still confused about reusing 'so'...
>
> If I have the following code:
>
> var so = new swfObject("myFlash.swf", "myFlash", "2880",
> "2880", "8", "#FFFFFF", true);
> so.addParam("wmode", "transparent");
>
> Reusing the name 'so' is fine, as long as I set the
> parameters immediately afterward and before reusing the
> name again.
>
> After all of the swfObjects are loaded, to add a parameter
> or change an attribute, don't I do so by using 'so'?
>  Won't it just be applied to the last one using the 'so'
> name?  Or, can I do, as in the example above,
> myFlash.addParam, instead of so.addParam?  However, in
> order to do this, I need to already know the swfObject id
> ahead of time.  Which brings up my point above.
>
> Thanks,
>
> Steve
>
>
>
>
> On Thu, 04 May 2006 05:50:14 -0700
> swfobject-request at lists.deconcept.com wrote:
>
>> Send SWFObject mailing list submissions to
>> 	swfobject at lists.deconcept.com
>>
>> To subscribe or unsubscribe via the World Wide Web,
>> visit
>> 	http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>> or, via email, send a message with subject or body
>> 'help' to
>> 	swfobject-request at lists.deconcept.com
>>
>> You can reach the person managing the list at
>> 	swfobject-owner at lists.deconcept.com
>>
>> When replying, please edit your Subject line so it is
>> more specific
>> than "Re: Contents of SWFObject digest..."
>>
>>
>> Today's Topics:
>>
>>   1. Re: ExpressInstall and adobe (Geoff Stearns)
>>   2. Re: ExpressInstall and adobe (Chris Anderson)
>>   3. suggested feature (Steve Norris)
>>   4. Re: suggested feature (Geoff Stearns)
>>   5. Using swfObject with named anchors (Nathan Meyers)
>>
>>
>> --------------------------------------------------------------------- 
>> -
>>
>> Message: 1
>> Date: Wed, 3 May 2006 17:00:10 -0400
>> From: Geoff Stearns <geoff at deconcept.com>
>> Subject: Re: [SWFObject] ExpressInstall and adobe
>> To: swfobject at lists.deconcept.com
>> Message-ID:
>> <D6319E4E-5590-4009-AF00-843E610DC9BB at deconcept.com>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> we were just talking about this on monday and
>> yesterday...
>>
>> there were some dns issues - you can read the other
>> e-mails in the
>> list archive:
>>
>> http://lists.deconcept.com/pipermail/swfobject-deconcept.com/2006- 
>> May/
>> 000160.html
>>
>>
>>
>> On May 3, 2006, at 4:10 PM, Chris Anderson wrote:
>>
>>> I was wondering if there may be some problems using
>>> expressinstall
>>> with adobe working on the site.   It's been working like
>>> expected
>>> until a recently.  I've tested it in FF with flash
>>> player 7
>>> visiting my projects and the deconcept link and they all
>>> seem to be
>>> waiting on macromedia and stall.  Has anyone else had a
>>> problem?
>>> Can someone else test
>>> http://blog.deconcept.com/swfobject/
>>> expressinstall.html to with an older (acceptable)
>>> version of flash
>>> to make sure it's ok?  Thanks guys.
>>> _______________________________________________
>>> SWFObject mailing list
>>> SWFObject at lists.deconcept.com
>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> /pipermail/swfobject-deconcept.com/attachments/20060503/724daab9/ 
>> attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Wed, 3 May 2006 18:01:39 -0400
>> From: "Chris Anderson" <chris.ncic at gmail.com>
>> Subject: Re: [SWFObject] ExpressInstall and adobe
>> To: swfobject at lists.deconcept.com
>> Message-ID:
>> 	<f8e0e8f70605031501t321cacf9m909e084e97b6e4e5 at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> I had wondered.  Sorry I missed it Geoff.
>>
>> On 5/3/06, Geoff Stearns <geoff at deconcept.com> wrote:
>>>
>>> we were just talking about this on monday and
>>> yesterday...
>>> there were some dns issues - you can read the other
>>> e-mails in the list
>>> archive:
>>>
>>>
>>> http://lists.deconcept.com/pipermail/swfobject-deconcept.com/2006- 
>>> May/000160.html
>>>
>>>
>>>
>>> On May 3, 2006, at 4:10 PM, Chris Anderson wrote:
>>>
>>> I was wondering if there may be some problems using
>>> expressinstall with
>>> adobe working on the site.   It's been working like
>>> expected until a
>>> recently.  I've tested it in FF with flash player 7
>>> visiting my projects and
>>> the deconcept
>>> link<http://blog.deconcept.com/swfobject/expressinstall.html>and
>>> they all seem to be waiting on macromedia and stall.  Has
>>> anyone else
>>> had a problem?  Can someone else test
>>> http://blog.deconcept.com/swfobject/expressinstall.html
>>> to with an older
>>> (acceptable) version of flash to make sure it's ok?
>>> Thanks guys.
>>> _______________________________________________
>>> 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
>>>
>>>
>>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> /pipermail/swfobject-deconcept.com/attachments/20060503/ce4ca751/ 
>> attachment-0001.htm
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Wed, 03 May 2006 20:49:20 -0400
>> From: "Steve Norris" <snorris at norrisoft.com>
>> Subject: [SWFObject] suggested feature
>> To: swfobject at lists.deconcept.com
>> Message-ID: <web-84629050 at easycgi.com>
>> Content-Type: text/plain; charset="ISO-8859-1";
>> format="flowed"
>>
>> If you use swfObject to embed multiple swfs, overwriting
>> the content in multiple div's, is there a way to step
>> through a list of swfObject instances and set the
>> parameters for each?
>>
>> So, in:
>>
>> var so = new swfObject("myMovie.swf", "myMovie", "200",
>> "200", "8", "#FFFFFF", true);
>>
>> "so" is a new instance of swfObject.  If you wanted to
>> embed multiple flash files, you would have to create new
>> instances for each with unique instance names, correct?
>> I
>> really nice feature would be to follow this line of code
>> with:
>>
>> document.swfObjectArray.push(so).
>>
>> That way, one could simply step through the array and
>> set
>> the parameters for each of the swfObjects.  You would
>> have
>> to create the swfObjectArray ahead of time ofcourse.
>>
>> Do you have a feature like this, or is there a better
>> way
>> to do this?
>>
>> Steve
>>
>> On Wed, 03 May 2006 13:26:36 -0700
>> swfobject-request at lists.deconcept.com wrote:
>>
>>> Send SWFObject mailing list submissions to
>>> 	swfobject at lists.deconcept.com
>>>
>>> To subscribe or unsubscribe via the World Wide Web,
>>> visit
>>> 	http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>> or, via email, send a message with subject or body
>>> 'help' to
>>> 	swfobject-request at lists.deconcept.com
>>>
>>> You can reach the person managing the list at
>>> 	swfobject-owner at lists.deconcept.com
>>>
>>> When replying, please edit your Subject line so it is
>>> more specific
>>> than "Re: Contents of SWFObject digest..."
>>>
>>>
>>> Today's Topics:
>>>
>>>   1. swfObject in a DIV and MM_controlShockwave() (Gary
>>> Keogh)
>>>   2. ExpressInstall and adobe (Chris Anderson)
>>>
>>>
>>> -------------------------------------------------------------------- 
>>> --
>>>
>>> Message: 1
>>> Date: Wed, 3 May 2006 18:17:29 +0100
>>> From: "Gary Keogh" <garykeogh at compupharma.net>
>>> Subject: [SWFObject] swfObject in a DIV and
>>> MM_controlShockwave()
>>> To: <swfobject at lists.deconcept.com>
>>> Message-ID:
>>> 	<38EF4DDE0B28D94D9857533095BBFFDB2CF9B6 at cpserver1.compupharma.ie>
>>> Content-Type: text/plain; charset="us-ascii"
>>>
>>> I have SWFobject loading a flash file into a div tag
>>> (layer)
>>> I have another button which shows and hides this layer
>>> I was using the MM_controlShockwave() function to play,
>>> restart and stop
>>> these movies, this no longer seems to work with the new
>>> swfobject.
>>> The flash movie begins to play ok, but will not restart
>>> as it did when
>>> the flash was loaded using the object tag
>>> Any ideas?
>>>
>>> Here is my HTML page
>>>
>>> Thanks
>>> Gary
>>>
>>> <HTML LANG="en">
>>> <HEAD>
>>> <TITLE></title>
>>> <META http-equiv="Content-Type" content="text/html;
>>> charset=iso-8859-1">
>>> <script language="JavaScript"
>>> src="../cpscripts/cppagefunctions.js"></script>
>>> <script type="text/javascript"
>>> src="../cpscripts/swfobject.js"></script>
>>> <script language="JavaScript" type="text/JavaScript">
>>> <!--
>>> MM_reloadPage(true);
>>>
>>> function MM_controlShockwave(objStr,x,cmdName,frameNum)
>>> { //v3.0
>>>  var obj=MM_findObj(objStr);
>>>  if (obj)
>>> eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?frameNum:'')+')');
>>> }
>>> //-->
>>> </script>
>>> </HEAD>
>>> <BODY>
>>> <div id="image1" style="visibility: hidden;">
>>>  <script type="text/javascript">
>>>   var fo = new SWFObject("cpmedia/swf/s1g1.swf",
>>> "image1", "320",
>>> "240", "6", "#FFFFFF");
>>>   fo.write("image1");
>>> </script>
>>> </div>
>>> <div id="ActButs">
>>>  <p><b><span class="activationbuttontext"><a href="#"
>>> onMouseOut="MM_showHideLayers 
>>> ('image1','','hide');MM_controlShockwave('i
>>> mage1','','GotoFrame','1');MM_controlShockwave 
>>> ('image1','','StopPlay')"
>>> onMouseOver="MM_showHideLayers 
>>> ('image1','','show');MM_controlShockwave('
>>> image1','','GotoFrame','1');MM_controlShockwave 
>>> ('image1','','Play')">lin
>>> k</a></span></b> </span></b></p>
>>> </div>
>>> </BODY>
>>> </HTML>
>>>
>>> <mailto:garykeogh at compupharma.net>
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL:
>>> /pipermail/swfobject-deconcept.com/attachments/20060503/7ca69e71/ 
>>> attachment-0001.html
>>>
>>> ------------------------------
>>>
>>> Message: 2
>>> Date: Wed, 3 May 2006 16:10:44 -0400
>>> From: "Chris Anderson" <chris.ncic at gmail.com>
>>> Subject: [SWFObject] ExpressInstall and adobe
>>> To: SWFObject at lists.deconcept.com
>>> Message-ID:
>>> 	<f8e0e8f70605031310m5dc5347ekd19949b04194031d at mail.gmail.com>
>>> Content-Type: text/plain; charset="iso-8859-1"
>>>
>>> I was wondering if there may be some problems using
>>> expressinstall with
>>> adobe working on the site.   It's been working like
>>> expected until a
>>> recently.  I've tested it in FF with flash player 7
>>> visiting my projects and
>>> the deconcept link
>>> <http://blog.deconcept.com/swfobject/expressinstall.html>and
>>> they all
>>> seem to be waiting on macromedia and stall.  Has anyone
>>> else
>>> had a problem?  Can someone else test
>>> http://blog.deconcept.com/swfobject/expressinstall.html
>>> to with an older
>>> (acceptable) version of flash to make sure it's ok?
>>> Thanks guys.
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL:
>>> /pipermail/swfobject-deconcept.com/attachments/20060503/983323ad/ 
>>> attachment.html
>>>
>>> ------------------------------
>>>
>>> _______________________________________________
>>> SWFObject mailing list
>>> SWFObject at lists.deconcept.com
>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>>
>>>
>>> End of SWFObject Digest, Vol 2, Issue 17
>>> ****************************************
>>
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Wed, 3 May 2006 21:28:57 -0400
>> From: Geoff Stearns <geoff at deconcept.com>
>> Subject: Re: [SWFObject] suggested feature
>> To: swfobject at lists.deconcept.com
>> Message-ID:
>> <89109157-4454-4A50-B8F5-38C511D1A305 at deconcept.com>
>> Content-Type: text/plain; charset=US-ASCII; delsp=yes;
>> format=flowed
>>
>> you can reuse the name over and over if you want...
>>
>> every time you call 'new SWFObject()' it would just
>> overwrite the
>> last one, so the div ids (and swfobject ids) are the
>> only thing that
>> needs to be unique.
>>
>> also it's really easy to extend swfobject - you could
>> make your own
>> javascript that adds on to the SWFObject.prototype, so
>> if you want to
>> write extensions for it, go right ahead and if it's
>> something useful
>> that people will use, i'd consider offering it for
>> download on the
>> main SWFObject page.
>>
>> i've converted the js integration kit over to SWFObject
>> so far, and
>> plan on releasing that very soon, and it works like an
>> extension -
>> just adding a few extra functions for you to use.
>>
>>
>>
>> On May 3, 2006, at 8:49 PM, Steve Norris wrote:
>>
>>> If you use swfObject to embed multiple swfs, overwriting
>>> the content in multiple div's, is there a way to step
>>> through a list of swfObject instances and set the
>>> parameters for each?
>>>
>>> So, in:
>>>
>>> var so = new swfObject("myMovie.swf", "myMovie", "200",
>>> "200", "8", "#FFFFFF", true);
>>>
>>> "so" is a new instance of swfObject.  If you wanted to
>>> embed multiple flash files, you would have to create new
>>> instances for each with unique instance names, correct?
>>> I
>>> really nice feature would be to follow this line of code
>>> with:
>>>
>>> document.swfObjectArray.push(so).
>>>
>>> That way, one could simply step through the array and
>>> set
>>> the parameters for each of the swfObjects.  You would
>>> have
>>> to create the swfObjectArray ahead of time ofcourse.
>>>
>>> Do you have a feature like this, or is there a better
>>> way
>>> to do this?
>>>
>>> Steve
>>>
>>> On Wed, 03 May 2006 13:26:36 -0700
>>> swfobject-request at lists.deconcept.com wrote:
>>>
>>>> Send SWFObject mailing list submissions to
>>>> 	swfobject at lists.deconcept.com
>>>>
>>>> To subscribe or unsubscribe via the World Wide Web,
>>>> visit
>>>> 	http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>>> or, via email, send a message with subject or body
>>>> 'help' to
>>>> 	swfobject-request at lists.deconcept.com
>>>>
>>>> You can reach the person managing the list at
>>>> 	swfobject-owner at lists.deconcept.com
>>>>
>>>> When replying, please edit your Subject line so it is
>>>> more specific
>>>> than "Re: Contents of SWFObject digest..."
>>>>
>>>>
>>>> Today's Topics:
>>>>
>>>>   1. swfObject in a DIV and MM_controlShockwave() (Gary
>>>> Keogh)
>>>>   2. ExpressInstall and adobe (Chris Anderson)
>>>>
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> -
>>>>
>>>> Message: 1
>>>> Date: Wed, 3 May 2006 18:17:29 +0100
>>>> From: "Gary Keogh" <garykeogh at compupharma.net>
>>>> Subject: [SWFObject] swfObject in a DIV and
>>>> MM_controlShockwave()
>>>> To: <swfobject at lists.deconcept.com>
>>>> Message-ID:
>>>> 	<38EF4DDE0B28D94D9857533095BBFFDB2CF9B6 at cpserver1.compupharma.ie>
>>>> Content-Type: text/plain; charset="us-ascii"
>>>>
>>>> I have SWFobject loading a flash file into a div tag
>>>> (layer)
>>>> I have another button which shows and hides this layer
>>>> I was using the MM_controlShockwave() function to play,
>>>> restart and stop
>>>> these movies, this no longer seems to work with the new
>>>> swfobject.
>>>> The flash movie begins to play ok, but will not restart
>>>> as it did when
>>>> the flash was loaded using the object tag
>>>> Any ideas?
>>>>
>>>> Here is my HTML page
>>>>
>>>> Thanks
>>>> Gary
>>>>
>>>> <HTML LANG="en">
>>>> <HEAD>
>>>> <TITLE></title>
>>>> <META http-equiv="Content-Type" content="text/html;
>>>> charset=iso-8859-1">
>>>> <script language="JavaScript"
>>>> src="../cpscripts/cppagefunctions.js"></script>
>>>> <script type="text/javascript"
>>>> src="../cpscripts/swfobject.js"></script>
>>>> <script language="JavaScript" type="text/JavaScript">
>>>> <!--
>>>> MM_reloadPage(true);
>>>>
>>>> function MM_controlShockwave(objStr,x,cmdName,frameNum)
>>>> { //v3.0
>>>>  var obj=MM_findObj(objStr);
>>>>  if (obj)
>>>> eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?frameNum:'')+')');
>>>> }
>>>> //-->
>>>> </script>
>>>> </HEAD>
>>>> <BODY>
>>>> <div id="image1" style="visibility: hidden;">
>>>>  <script type="text/javascript">
>>>>   var fo = new SWFObject("cpmedia/swf/s1g1.swf",
>>>> "image1", "320",
>>>> "240", "6", "#FFFFFF");
>>>>   fo.write("image1");
>>>> </script>
>>>> </div>
>>>> <div id="ActButs">
>>>>  <p><b><span class="activationbuttontext"><a href="#"
>>>> onMouseOut="MM_showHideLayers
>>>> ('image1','','hide');MM_controlShockwave('i
>>>> mage1','','GotoFrame','1');MM_controlShockwave
>>>> ('image1','','StopPlay')"
>>>> onMouseOver="MM_showHideLayers
>>>> ('image1','','show');MM_controlShockwave('
>>>> image1','','GotoFrame','1');MM_controlShockwave
>>>> ('image1','','Play')">lin
>>>> k</a></span></b> </span></b></p>
>>>> </div>
>>>> </BODY>
>>>> </HTML>
>>>>
>>>> <mailto:garykeogh at compupharma.net>
>>>> -------------- next part --------------
>>>> An HTML attachment was scrubbed...
>>>> URL:
>>>> /pipermail/swfobject-deconcept.com/attachments/20060503/7ca69e71/
>>>> attachment-0001.html
>>>>
>>>> ------------------------------
>>>>
>>>> Message: 2
>>>> Date: Wed, 3 May 2006 16:10:44 -0400
>>>> From: "Chris Anderson" <chris.ncic at gmail.com>
>>>> Subject: [SWFObject] ExpressInstall and adobe
>>>> To: SWFObject at lists.deconcept.com
>>>> Message-ID:
>>>> 	<f8e0e8f70605031310m5dc5347ekd19949b04194031d at mail.gmail.com>
>>>> Content-Type: text/plain; charset="iso-8859-1"
>>>>
>>>> I was wondering if there may be some problems using
>>>> expressinstall with
>>>> adobe working on the site.   It's been working like
>>>> expected until a
>>>> recently.  I've tested it in FF with flash player 7
>>>> visiting my projects and
>>>> the deconcept link
>>>> <http://blog.deconcept.com/swfobject/expressinstall.html>and
>>>> they all
>>>> seem to be waiting on macromedia and stall.  Has anyone
>>>> else
>>>> had a problem?  Can someone else test
>>>> http://blog.deconcept.com/swfobject/expressinstall.html
>>>> to with an older
>>>> (acceptable) version of flash to make sure it's ok?
>>>> Thanks guys.
>>>> -------------- next part --------------
>>>> An HTML attachment was scrubbed...
>>>> URL:
>>>> /pipermail/swfobject-deconcept.com/attachments/20060503/983323ad/
>>>> attachment.html
>>>>
>>>> ------------------------------
>>>>
>>>> _______________________________________________
>>>> SWFObject mailing list
>>>> SWFObject at lists.deconcept.com
>>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>>>
>>>>
>>>> End of SWFObject Digest, Vol 2, Issue 17
>>>> ****************************************
>>>
>>> _______________________________________________
>>> SWFObject mailing list
>>> SWFObject at lists.deconcept.com
>>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>
>>
>>
>> ------------------------------
>>
>> Message: 5
>> Date: Thu, 4 May 2006 14:50:02 +0200
>> From: Nathan Meyers <nmeyers at telkomsa.net>
>> Subject: [SWFObject] Using swfObject with named anchors
>> To: swfobject at lists.deconcept.com
>> Message-ID:
>> <b82395ceb144d74d83b1dfac710e3be7 at telkomsa.net>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hi all
>> Is there a way to use the swfObject with keyframes named
>> as anchors? I
>> just want the back and forward buttons on the browser to
>> work when
>> going between frames on the main timeline.
>>
>> Any help would be appreciated.
>>
>> Thanks,
>> Nathan Meyers @ The Orange Dog
>> The Orange Dog House | 32 Whittler's Way | Hout Bay,
>> 7806 |
>> T:+27[0]21?790 6092?| F:+27[0]21 791 4460
>>
>> View our portfolio: http://www.orangedog.co.za/
>> Visit our Blog: http://www.orangedog.co.za/blog/
>> ----
>> NEW in 2006
>> Hout Bay Online: http://www.houtbayonline.com
>> Powered by The Orange Dog
>> -------------- next part --------------
>> A non-text attachment was scrubbed...
>> Name: not available
>> Type: text/enriched
>> Size: 1779 bytes
>> Desc: not available
>> Url :
>> /pipermail/swfobject-deconcept.com/attachments/20060504/0b3634f8/ 
>> attachment.bin
>>
>> ------------------------------
>>
>> _______________________________________________
>> SWFObject mailing list
>> SWFObject at lists.deconcept.com
>> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com
>>
>>
>> End of SWFObject Digest, Vol 2, Issue 18
>> ****************************************
>
> _______________________________________________
> SWFObject mailing list
> SWFObject at lists.deconcept.com
> http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com




More information about the Swfobject mailing list