[videoblogging] Re: Microsoft orders you to change your web-pages

2006-03-31 Thread Enric
Good move, making XMLHTTPRequest a native object of window.

  -- Enric

--- In videoblogging@yahoogroups.com, T.Whid <[EMAIL PROTECTED]> wrote:
>
> FYI,
> 
> In MSIE 7, the xmlhttprequest object will be built-in:
> http://blogs.msdn.com/ie/archive/2006/01/23/516393.aspx
> 
> On 3/31/06, Enric <[EMAIL PROTECTED]> wrote:
> > Humm, haven't looked at Ajax.  But if it can load the activex control
> > from an external javascript, it's supposed to work.
> >
> >   -- Enric
> >
> > --- In videoblogging@yahoogroups.com, "Michael Sullivan"
> >  wrote:
> > >
> > > and how about this-
> > >
> >
http://blog.thinkphp.de/archives/43-AJAX-redesign-your-PHP-applications.html
> > >
> > >
> > > On 3/30/06, Enric  wrote:
> > > >
> > > > Yea, I just downloaded IE 7 Beta 2 and saw the problem on a sample
> > > > page with embeded quicktime.  According to the MSDN docs, you can
> > > > still automaticaly load an embedded object like quicktime, windows
> > > > media, flash, etc.  It needs to be loaded through an external
> > > > javascript file.  The procedures and examples are at:
> > > >
> > > >
> >
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dh...
> > > > http://tinyurl.com/aovax
> > > >
> > > > vPIP is an external javascript that uses one of the procedures
> > > > Microsoft provides for automatically embedding.  I tested it
on IE 7
> > > > and it works as in IE 6 and Firefox.
> > > >
> > > >   -- Enric
> > > >   --
> > > >
> > > > P.S.  I mistakenly entered earlier a response through the google
> > > > groups view which doesn't show up on yahoo groups.  So if your
viewing
> > > > through google groups you'll see a prior similar responses.
> > > >
> > > > --- In videoblogging@yahoogroups.com, T.Whid  wrote:
> > > > >
> > > > > This is for real, I've been seeing the issue on some MSIE
> > installs but
> > > > > can't seem to pin down why some browsers exhibit the 'Click to
> > run an
> > > > > ActiveX control on this webpage" alert and some don't. I
have tested
> > > > > with the exact same versions on different machines and have seen
> > > > > different behavior.
> > > > >
> > > > > Here is Microsoft's official workaround:
> > > > > http://tinyurl.com/8ntst
> > > > >
> > > > > And here's some more info re: timetable etc:
> > > > > http://tinyurl.com/rb9lg
> > > > >
> > > > > Note, it's a problem not only with object tags but also embed
> > tags and
> > > > > applet tags. And if users have a  certain advanced checkbox
> > unchecked
> > > > > (see the first url above) they'll see the alert anyway no matter
> > what
> > > > > web page authors do (except force their users to use another
browser
> > > > > of course).
> > > > >
> > > > >
> > > > > On 3/30/06, Devlon  wrote:
> > > > > > On 3/30/06, Markus Sandy  wrote:
> > > > > > >  they load your videos!!!
> > > > > > >
> > > > > > >  this looks like there's going to have to be some
workarounds
> > > > > >
> > > > > > I can think of one real easy one :)
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >  Michael Verdi wrote:
> > > > > > >  http://www.theinquirer.net/?article=30643
> > > > > > >
> > > > > > >  Does this affect videobloggers? What do ActiveX
controls do?
> > > > > > >
> > > > > > >  -Verdi
> > > > > > >
> > > > > > >  --
> > > > > > >  Me: http://michaelverdi.com
> > > > > > >  R&D: http://evilvlog.com
> > > > > > >  Learn to videoblog: http://freevlog.org
> > > > > > >  Learn to videoblog in person: http://node101.org
> > > > > > >
> > > > > > >  YAHOO! GROUPS LINKS
> > > > > > >
> > > > > > >
> > > > > > >  Visit your group "videoblogging" on the web.
> > > > > > >
> > > > > > >  To unsubscribe from this group, send an email to:
> > > > > > >   [EMAIL PROTECTED]
> > > > > > >
> > > > > > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > > Service.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > >
> > > > > > > Markus Sandy
> > > > > > >
> > > > > > > http://apperceptions.org
> > > > > > > http://spinflow.org
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >  
> > > > > > >  YAHOO! GROUPS LINKS
> > > > > > >
> > > > > > >
> > > > > > >  Visit your group "videoblogging" on the web.
> > > > > > >
> > > > > > >  To unsubscribe from this group, send an email to:
> > > > > > >  [EMAIL PROTECTED]
> > > > > > >
> > > > > > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > > Service.
> > > > > > >
> > > > > > >  
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > ~Devlon
> > > > > > http://loadedpun.com - blogs, vlogs and video goodness
> > > > > > http://mefeedia.com - The easiest way to find free video
podcasts
> > > > > >
> > > > > >
> > > > > >
> > > > > > Yahoo! Groups Links
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > www.mteww.com
> > > > >
> > > >
> > > >
> >

Re: [videoblogging] Re: Microsoft orders you to change your web-pages

2006-03-31 Thread T . Whid
FYI,

In MSIE 7, the xmlhttprequest object will be built-in:
http://blogs.msdn.com/ie/archive/2006/01/23/516393.aspx

On 3/31/06, Enric <[EMAIL PROTECTED]> wrote:
> Humm, haven't looked at Ajax.  But if it can load the activex control
> from an external javascript, it's supposed to work.
>
>   -- Enric
>
> --- In videoblogging@yahoogroups.com, "Michael Sullivan"
> <[EMAIL PROTECTED]> wrote:
> >
> > and how about this-
> >
> http://blog.thinkphp.de/archives/43-AJAX-redesign-your-PHP-applications.html
> >
> >
> > On 3/30/06, Enric <[EMAIL PROTECTED]> wrote:
> > >
> > > Yea, I just downloaded IE 7 Beta 2 and saw the problem on a sample
> > > page with embeded quicktime.  According to the MSDN docs, you can
> > > still automaticaly load an embedded object like quicktime, windows
> > > media, flash, etc.  It needs to be loaded through an external
> > > javascript file.  The procedures and examples are at:
> > >
> > >
> http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dh...
> > > http://tinyurl.com/aovax
> > >
> > > vPIP is an external javascript that uses one of the procedures
> > > Microsoft provides for automatically embedding.  I tested it on IE 7
> > > and it works as in IE 6 and Firefox.
> > >
> > >   -- Enric
> > >   --
> > >
> > > P.S.  I mistakenly entered earlier a response through the google
> > > groups view which doesn't show up on yahoo groups.  So if your viewing
> > > through google groups you'll see a prior similar responses.
> > >
> > > --- In videoblogging@yahoogroups.com, T.Whid  wrote:
> > > >
> > > > This is for real, I've been seeing the issue on some MSIE
> installs but
> > > > can't seem to pin down why some browsers exhibit the 'Click to
> run an
> > > > ActiveX control on this webpage" alert and some don't. I have tested
> > > > with the exact same versions on different machines and have seen
> > > > different behavior.
> > > >
> > > > Here is Microsoft's official workaround:
> > > > http://tinyurl.com/8ntst
> > > >
> > > > And here's some more info re: timetable etc:
> > > > http://tinyurl.com/rb9lg
> > > >
> > > > Note, it's a problem not only with object tags but also embed
> tags and
> > > > applet tags. And if users have a  certain advanced checkbox
> unchecked
> > > > (see the first url above) they'll see the alert anyway no matter
> what
> > > > web page authors do (except force their users to use another browser
> > > > of course).
> > > >
> > > >
> > > > On 3/30/06, Devlon  wrote:
> > > > > On 3/30/06, Markus Sandy  wrote:
> > > > > >  they load your videos!!!
> > > > > >
> > > > > >  this looks like there's going to have to be some workarounds
> > > > >
> > > > > I can think of one real easy one :)
> > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >  Michael Verdi wrote:
> > > > > >  http://www.theinquirer.net/?article=30643
> > > > > >
> > > > > >  Does this affect videobloggers? What do ActiveX controls do?
> > > > > >
> > > > > >  -Verdi
> > > > > >
> > > > > >  --
> > > > > >  Me: http://michaelverdi.com
> > > > > >  R&D: http://evilvlog.com
> > > > > >  Learn to videoblog: http://freevlog.org
> > > > > >  Learn to videoblog in person: http://node101.org
> > > > > >
> > > > > >  YAHOO! GROUPS LINKS
> > > > > >
> > > > > >
> > > > > >  Visit your group "videoblogging" on the web.
> > > > > >
> > > > > >  To unsubscribe from this group, send an email to:
> > > > > >   [EMAIL PROTECTED]
> > > > > >
> > > > > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > Service.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > >
> > > > > > Markus Sandy
> > > > > >
> > > > > > http://apperceptions.org
> > > > > > http://spinflow.org
> > > > > >
> > > > > >
> > > > > >
> > > > > >  
> > > > > >  YAHOO! GROUPS LINKS
> > > > > >
> > > > > >
> > > > > >  Visit your group "videoblogging" on the web.
> > > > > >
> > > > > >  To unsubscribe from this group, send an email to:
> > > > > >  [EMAIL PROTECTED]
> > > > > >
> > > > > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > Service.
> > > > > >
> > > > > >  
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > ~Devlon
> > > > > http://loadedpun.com - blogs, vlogs and video goodness
> > > > > http://mefeedia.com - The easiest way to find free video podcasts
> > > > >
> > > > >
> > > > >
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > www.mteww.com
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Sull
> > http://vlogdir.com
> > http://SpreadTheMedia.org
> >
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
www.mteww.com


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
  

[videoblogging] Re: Microsoft orders you to change your web-pages

2006-03-31 Thread Enric
Humm, haven't looked at Ajax.  But if it can load the activex control
from an external javascript, it's supposed to work.

  -- Enric

--- In videoblogging@yahoogroups.com, "Michael Sullivan"
<[EMAIL PROTECTED]> wrote:
>
> and how about this-
>
http://blog.thinkphp.de/archives/43-AJAX-redesign-your-PHP-applications.html
> 
> 
> On 3/30/06, Enric <[EMAIL PROTECTED]> wrote:
> >
> > Yea, I just downloaded IE 7 Beta 2 and saw the problem on a sample
> > page with embeded quicktime.  According to the MSDN docs, you can
> > still automaticaly load an embedded object like quicktime, windows
> > media, flash, etc.  It needs to be loaded through an external
> > javascript file.  The procedures and examples are at:
> >
> >
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dh...
> > http://tinyurl.com/aovax
> >
> > vPIP is an external javascript that uses one of the procedures
> > Microsoft provides for automatically embedding.  I tested it on IE 7
> > and it works as in IE 6 and Firefox.
> >
> >   -- Enric
> >   --
> >
> > P.S.  I mistakenly entered earlier a response through the google
> > groups view which doesn't show up on yahoo groups.  So if your viewing
> > through google groups you'll see a prior similar responses.
> >
> > --- In videoblogging@yahoogroups.com, T.Whid  wrote:
> > >
> > > This is for real, I've been seeing the issue on some MSIE
installs but
> > > can't seem to pin down why some browsers exhibit the 'Click to
run an
> > > ActiveX control on this webpage" alert and some don't. I have tested
> > > with the exact same versions on different machines and have seen
> > > different behavior.
> > >
> > > Here is Microsoft's official workaround:
> > > http://tinyurl.com/8ntst
> > >
> > > And here's some more info re: timetable etc:
> > > http://tinyurl.com/rb9lg
> > >
> > > Note, it's a problem not only with object tags but also embed
tags and
> > > applet tags. And if users have a  certain advanced checkbox
unchecked
> > > (see the first url above) they'll see the alert anyway no matter
what
> > > web page authors do (except force their users to use another browser
> > > of course).
> > >
> > >
> > > On 3/30/06, Devlon  wrote:
> > > > On 3/30/06, Markus Sandy  wrote:
> > > > >  they load your videos!!!
> > > > >
> > > > >  this looks like there's going to have to be some workarounds
> > > >
> > > > I can think of one real easy one :)
> > > >
> > > > >
> > > > >
> > > > >
> > > > >  Michael Verdi wrote:
> > > > >  http://www.theinquirer.net/?article=30643
> > > > >
> > > > >  Does this affect videobloggers? What do ActiveX controls do?
> > > > >
> > > > >  -Verdi
> > > > >
> > > > >  --
> > > > >  Me: http://michaelverdi.com
> > > > >  R&D: http://evilvlog.com
> > > > >  Learn to videoblog: http://freevlog.org
> > > > >  Learn to videoblog in person: http://node101.org
> > > > >
> > > > >  YAHOO! GROUPS LINKS
> > > > >
> > > > >
> > > > >  Visit your group "videoblogging" on the web.
> > > > >
> > > > >  To unsubscribe from this group, send an email to:
> > > > >   [EMAIL PROTECTED]
> > > > >
> > > > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > >
> > > > > Markus Sandy
> > > > >
> > > > > http://apperceptions.org
> > > > > http://spinflow.org
> > > > >
> > > > >
> > > > >
> > > > >  
> > > > >  YAHOO! GROUPS LINKS
> > > > >
> > > > >
> > > > >  Visit your group "videoblogging" on the web.
> > > > >
> > > > >  To unsubscribe from this group, send an email to:
> > > > >  [EMAIL PROTECTED]
> > > > >
> > > > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service.
> > > > >
> > > > >  
> > > > >
> > > >
> > > >
> > > > --
> > > > ~Devlon
> > > > http://loadedpun.com - blogs, vlogs and video goodness
> > > > http://mefeedia.com - The easiest way to find free video podcasts
> > > >
> > > >
> > > >
> > > > Yahoo! Groups Links
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > www.mteww.com
> > >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> 
> 
> --
> Sull
> http://vlogdir.com
> http://SpreadTheMedia.org
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: Microsoft orders you to change your web-pages

2006-03-31 Thread Michael Sullivan



and how about this-http://blog.thinkphp.de/archives/43-AJAX-redesign-your-PHP-applications.html
On 3/30/06, Enric <[EMAIL PROTECTED]> wrote:
Yea, I just downloaded IE 7 Beta 2 and saw the problem on a samplepage with embeded quicktime.  According to the MSDN docs, you canstill automaticaly load an embedded object like quicktime, windowsmedia, flash, etc.  It needs to be loaded through an external
_javascript_ file.  The procedures and examples are at:http://msdn.microsoft.com/library/default.asp?url="">..
http://tinyurl.com/aovaxvPIP is an external _javascript_ that uses one of the proceduresMicrosoft provides for automatically embedding.  I tested it on IE 7and it works as in IE 6 and Firefox.
  -- Enric  --P.S.  I mistakenly entered earlier a response through the googlegroups view which doesn't show up on yahoo groups.  So if your viewingthrough google groups you'll see a prior similar responses.
--- In videoblogging@yahoogroups.com, T.Whid <[EMAIL PROTECTED]> wrote:>> This is for real, I've been seeing the issue on some MSIE installs but> can't seem to pin down why some browsers exhibit the 'Click to run an
> ActiveX control on this webpage" alert and some don't. I have tested> with the exact same versions on different machines and have seen> different behavior.>> Here is Microsoft's official workaround:
> http://tinyurl.com/8ntst>> And here's some more info re: timetable etc:> http://tinyurl.com/rb9lg>> Note, it's a problem not only with object tags but also embed tags and
> applet tags. And if users have a  certain advanced checkbox unchecked> (see the first url above) they'll see the alert anyway no matter what> web page authors do (except force their users to use another browser
> of course).>>> On 3/30/06, Devlon <[EMAIL PROTECTED]> wrote:> > On 3/30/06, Markus Sandy <[EMAIL PROTECTED]> wrote:> > >  they load your videos!!!> > >> > >  this looks like there's going to have to be some workarounds
> >> > I can think of one real easy one :)> >> > >> > >> > >> > >  Michael Verdi wrote:> > >  
http://www.theinquirer.net/?article=30643> > >> > >  Does this affect videobloggers? What do ActiveX controls do?> > >> > >  -Verdi> > >> > >  --
> > >  Me: http://michaelverdi.com> > >  R&D: http://evilvlog.com> > >  Learn to videoblog: 
http://freevlog.org> > >  Learn to videoblog in person: http://node101.org> > >> > >  YAHOO! GROUPS LINKS> > >> > >
> > >  Visit your group "videoblogging" on the web.> > >> > >  To unsubscribe from this group, send an email to:> > >   
[EMAIL PROTECTED]> > >> > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms ofService.> > >> > >> > >> > >
> > >> > > --> > >> > >> > > Markus Sandy> > >> > > http://apperceptions.org> > > 
http://spinflow.org> > >> > >> > >> > >  > > >  YAHOO! GROUPS LINKS> > >> > >
> > >  Visit your group "videoblogging" on the web.> > >> > >  To unsubscribe from this group, send an email to:> > >  
[EMAIL PROTECTED]> > >> > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms ofService.> > >> > >  
> > >> >> >> > --> > ~Devlon> > http://loadedpun.com - blogs, vlogs and video goodness> > 
http://mefeedia.com - The easiest way to find free video podcasts> >> >> >> > Yahoo! Groups Links> >> >> >> >> >> >
>  --> www.mteww.com>Yahoo! Groups Links<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/
-- Sullhttp://vlogdir.com http://SpreadTheMedia.org





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: Microsoft orders you to change your web-pages

2006-03-30 Thread Enric
Yea, I just downloaded IE 7 Beta 2 and saw the problem on a sample
page with embeded quicktime.  According to the MSDN docs, you can
still automaticaly load an embedded object like quicktime, windows
media, flash, etc.  It needs to be loaded through an external
javascript file.  The procedures and examples are at:

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dh...
http://tinyurl.com/aovax

vPIP is an external javascript that uses one of the procedures
Microsoft provides for automatically embedding.  I tested it on IE 7
and it works as in IE 6 and Firefox.

  -- Enric
  -- 

P.S.  I mistakenly entered earlier a response through the google
groups view which doesn't show up on yahoo groups.  So if your viewing
through google groups you'll see a prior similar responses.

--- In videoblogging@yahoogroups.com, T.Whid <[EMAIL PROTECTED]> wrote:
>
> This is for real, I've been seeing the issue on some MSIE installs but
> can't seem to pin down why some browsers exhibit the 'Click to run an
> ActiveX control on this webpage" alert and some don't. I have tested
> with the exact same versions on different machines and have seen
> different behavior.
> 
> Here is Microsoft's official workaround:
> http://tinyurl.com/8ntst
> 
> And here's some more info re: timetable etc:
> http://tinyurl.com/rb9lg
> 
> Note, it's a problem not only with object tags but also embed tags and
> applet tags. And if users have a  certain advanced checkbox unchecked
> (see the first url above) they'll see the alert anyway no matter what
> web page authors do (except force their users to use another browser
> of course).
> 
> 
> On 3/30/06, Devlon <[EMAIL PROTECTED]> wrote:
> > On 3/30/06, Markus Sandy <[EMAIL PROTECTED]> wrote:
> > >  they load your videos!!!
> > >
> > >  this looks like there's going to have to be some workarounds
> >
> > I can think of one real easy one :)
> >
> > >
> > >
> > >
> > >  Michael Verdi wrote:
> > >  http://www.theinquirer.net/?article=30643
> > >
> > >  Does this affect videobloggers? What do ActiveX controls do?
> > >
> > >  -Verdi
> > >
> > >  --
> > >  Me: http://michaelverdi.com
> > >  R&D: http://evilvlog.com
> > >  Learn to videoblog: http://freevlog.org
> > >  Learn to videoblog in person: http://node101.org
> > >
> > >  YAHOO! GROUPS LINKS
> > >
> > >
> > >  Visit your group "videoblogging" on the web.
> > >
> > >  To unsubscribe from this group, send an email to:
> > >   [EMAIL PROTECTED]
> > >
> > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
> > >
> > >
> > >
> > >
> > >
> > > --
> > >
> > >
> > > Markus Sandy
> > >
> > > http://apperceptions.org
> > > http://spinflow.org
> > >
> > >
> > >
> > >  
> > >  YAHOO! GROUPS LINKS
> > >
> > >
> > >  Visit your group "videoblogging" on the web.
> > >
> > >  To unsubscribe from this group, send an email to:
> > >  [EMAIL PROTECTED]
> > >
> > >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
> > >
> > >  
> > >
> >
> >
> > --
> > ~Devlon
> > http://loadedpun.com - blogs, vlogs and video goodness
> > http://mefeedia.com - The easiest way to find free video podcasts
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> 
> 
> --
> www.mteww.com
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: Microsoft orders you to change your web-pages

2006-03-30 Thread hpbatman7
Yeah, it will be real easy to get the 95% or so of people who use IE 
to just change

Heath - Batman Geek
http://batmangeek7.blogspot.com


--- In videoblogging@yahoogroups.com, Devlon <[EMAIL PROTECTED]> wrote:
>
> On 3/30/06, Markus Sandy <[EMAIL PROTECTED]> wrote:
> >  they load your videos!!!
> >
> >  this looks like there's going to have to be some workarounds
> 
> I can think of one real easy one :)
> 
> >
> >
> >
> >  Michael Verdi wrote:
> >  http://www.theinquirer.net/?article=30643
> >
> >  Does this affect videobloggers? What do ActiveX controls do?
> >
> >  -Verdi
> >
> >  --
> >  Me: http://michaelverdi.com
> >  R&D: http://evilvlog.com
> >  Learn to videoblog: http://freevlog.org
> >  Learn to videoblog in person: http://node101.org
> >
> >  YAHOO! GROUPS LINKS
> >
> >
> >  Visit your group "videoblogging" on the web.
> >
> >  To unsubscribe from this group, send an email to:
> >   [EMAIL PROTECTED]
> >
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.
> >
> >
> >
> >
> >
> > --
> >
> >
> > Markus Sandy
> >
> > http://apperceptions.org
> > http://spinflow.org
> >
> >
> >
> >  
> >  YAHOO! GROUPS LINKS
> >
> >
> >  Visit your group "videoblogging" on the web.
> >
> >  To unsubscribe from this group, send an email to:
> >  [EMAIL PROTECTED]
> >
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service.
> >
> >  
> >
> 
> 
> --
> ~Devlon
> http://loadedpun.com - blogs, vlogs and video goodness
> http://mefeedia.com - The easiest way to find free video podcasts
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/