RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Mika Kiljunen










Now that the hotfix hides the script code
on the html wrapper it broke my custom wrapper and I cant see the script
code that needs to be changed L 



Please, could someone from Macromedia
(uhum Adobe) post the script code that flex now generates on with this:



script src="">



-Mika















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien
Sent: 3. maaliskuuta 2006 19:46
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] IE
Update disables Flash





Awesome... thanks Dave
and Adobe.



On 3/3/06, Dave
Carabetta [EMAIL PROTECTED]
wrote:



On 3/3/06, Clint
Modien [EMAIL PROTECTED]
wrote:







Anyone else seen this?

http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx


Should I start using FlashObject?

















Clint,

Did you see/apply this hot fix released yesterday?

http://www.macromedia.com/go/ace0407


Regards,
Dave.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com







SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





 Visit your group flexcoders
 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 .























--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" 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.



  











RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Dirk Eismann





same 
here.

Dirk.

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mika 
  KiljunenSent: Monday, March 06, 2006 9:12 AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
  disables Flash
  
  
  Now that the hotfix 
  hides the script code on the html wrapper it broke my custom wrapper and I 
  cant see the script code that needs to be changed L 
  
  
  Please, could someone 
  from Macromedia (uhum Adobe) post the script code that flex now generates on 
  with this:
  
  script 
  src="">
  
  -Mika
  
  
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Clint 
  ModienSent: 3. maaliskuuta 
  2006 19:46To: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] IE Update 
  disables Flash
  
  Awesome... thanks Dave and 
  Adobe.
  
  On 3/3/06, Dave Carabetta [EMAIL PROTECTED] 
  wrote:
  
  On 3/3/06, Clint 
  Modien [EMAIL PROTECTED] 
  wrote:
  
  

Anyone else seen this?http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx 
Should I start using 
FlashObject?
  
  
  
  Clint,Did you see/apply 
  this hot fix released yesterday?http://www.macromedia.com/go/ace0407 
  Regards,Dave.--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  SPONSORED 
  LINKS 
  
  


  
Web site design development 

  
Computer software development 

  
Software design and development 


  
Macromedia flex 
  
Software development best practice 

  

  
  
  
  
  YAHOO! GROUPS 
  LINKS 
  
  
  
Visit your 
group "flexcoders" 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 . 

  
  
  
  
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" 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.



  









RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Carson Hager





Here's an example of the dynamic external js source. 
I haveapplied the patch but it has made no difference. I still have to 
activate the the flash movie every time.


Carson


document.write("object 
classid='' 
codebase='' 
width='900' 
height='675'");document.write("id='test.mxml.swf'");document.write("");document.write(" 
param name='flashvars' 
value='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=" 
+ lc_id +"'");document.write(" param name='src' 
value='test.mxml.swf'");document.write(" embed 
pluginspage='http://www.macromedia.com/go/getflashplayer' width='900' 
height='675'");document.write(" 
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=" 
+ lc_id +"'");document.write(" 
src=''");document.write(" 
name='test.mxml.swf'");document.write(" 
/");document.write("/object");


  Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dirk 
EismannSent: Monday, March 06, 2006 12:29 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
disables Flash

same 
here.

Dirk.

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mika 
  KiljunenSent: Monday, March 06, 2006 9:12 AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
  disables Flash
  
  
  Now that the hotfix 
  hides the script code on the html wrapper it broke my custom wrapper and I 
  cant see the script code that needs to be changed L 
  
  
  Please, could someone 
  from Macromedia (uhum Adobe) post the script code that flex now generates on 
  with this:
  
  script 
  src="">
  
  -Mika
  
  
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com 
  [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Clint 
  ModienSent: 3. maaliskuuta 
  2006 19:46To: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] IE Update 
  disables Flash
  
  Awesome... thanks Dave and 
  Adobe.
  
  On 3/3/06, Dave Carabetta [EMAIL PROTECTED] 
  wrote:
  
  On 3/3/06, Clint 
  Modien [EMAIL PROTECTED] 
  wrote:
  
  

Anyone else seen this?http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx 
Should I start using 
FlashObject?
  
  
  
  Clint,Did you see/apply 
  this hot fix released yesterday?http://www.macromedia.com/go/ace0407 
  Regards,Dave.--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  SPONSORED 
  LINKS 
  
  


  
Web site design development 

  
Computer software development 

  
Software design and development 


  
Macromedia flex 
  
Software development best practice 

  

  
  
  
  
  YAHOO! GROUPS 
  LINKS 
  
  
  
Visit your 
group "flexcoders" 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 . 

  
  
  
  
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" 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.



  









RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Peter Watson










Hi Carson,



We are working on getting instructions
published for how to manually create an html wrapper to workaround this issue,
details on the way. The generated external file looks exactly like what
you posted, good sniffing  that .js code works in my environment.



Applying the hotfix patch works for the generated
wrappers with .mxml requests.

I just applied the path and now dont
get the IE activation prompt for .mxml requests





You know your stuff - Ive seen you
postings, so dont take this the wrong way



Did you restart your flex server instance
after applying the patch? 

I assume so b/c it had to be stopped to
apply the patch.



Heres the checklist of the files
and settings just to confirm:




 Create a /WEB-INF/flex/hotfixes directory.
 Copy flex15_hf129366.jar from the temp directory
 to the hotfixes directory. 
 Copy flex-bootstrap.jar to /WEB-INF/lib,
 overwriting the previous version. 
 Copy commons-codec.jar and commons-httpclient.jar
 to WEB-INF/flex/jars. 
 Update the flex.class.path in /WEB-INF/web.xml as
 follows
 context-param
 param-nameflex.class.path/param-name
 
 param-value/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars/param-value
 /context-param 




Let me know if you still get prompted and
we can figure out whats going on.





regards,

peter













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager
Sent: Monday, March 06, 2006 8:05
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] IE
Update disables Flash





Here's an example of the dynamic external
js source. I haveapplied the patch but it has made no difference. I
still have to activate the the flash movie every time.





Carson





document.write(object
classid=''
codebase=''
width='900' height='675');
document.write(id='test.mxml.swf');
document.write();
document.write( param name='flashvars'
value='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=
+ lc_id +');
document.write( param name='src'
value='test.mxml.swf');
document.write( embed
pluginspage='http://www.macromedia.com/go/getflashplayer' width='900'
height='675');
document.write(
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=
+ lc_id +');
document.write( src='');
document.write( name='test.mxml.swf');
document.write( /);
document.write(/object);













Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com



Email:
[EMAIL PROTECTED] 
Office:
866-CYNERGY 
  Mobile:
1.703.489.6466 

















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann
Sent: Monday, March 06, 2006 12:29
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] IE
Update disables Flash



same here.











Dirk.













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen
Sent: Monday, March 06, 2006 9:12
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] IE
Update disables Flash

Now that the hotfix hides the script code
on the html wrapper it broke my custom wrapper and I cant see the script
code that needs to be changed L 



Please, could someone from Macromedia
(uhum Adobe) post the script code that flex now generates on with this:



script
src="">



-Mika















From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Clint Modien
Sent: 3. maaliskuuta 2006 19:46
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] IE
Update disables Flash





Awesome... thanks Dave
and Adobe.



On 3/3/06, Dave
Carabetta [EMAIL PROTECTED]
wrote:



On 3/3/06, Clint
Modien [EMAIL PROTECTED]
wrote:







Anyone else seen this?

http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx


Should I start using FlashObject?

















Clint,

Did you see/apply this hot fix released yesterday?

http://www.macromedia.com/go/ace0407


Regards,
Dave.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com






SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 














YAHOO!
GROUPS LINKS





 Visit your group flexcoders
 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 . 






























--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
   

RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Carson Hager





Hey Peter,

I have definitely restarted Tomcat since applying the 
patch. I can see the hotfix in the tomcat output at startup and have double 
checked your instructions. Everything appears to be in order. When I run a 
very basic mxml app, I get the following source in my browser. Does this 
look like the source you're getting? i was surprised by the object tag. I 
would have thought I would only getthe js version. Let me know if 
this sheds any light on the problem.


Thanks,
Carson



htmlheadtitleOver-c/title/headstyleBODY 
{margin:0px;}/stylebodytable width='100%' 
height='100%' cellspacing='0' cellpadding='0'trtd 
valign='top'script language='_javascript_' charset='utf-8' 
src=''/scriptnoscriptobject 
classid='' 
codebase='' 
width='900' height='675'id='test.mxml.swf' param 
name='flashvars' value='' param name='src' 
value='test.mxml.swf' embed 
pluginspage='http://www.macromedia.com/go/getflashplayer' width='900' 
height='675' flashvars='' 
src='' name='test.mxml.swf' 
//object/noscript
script 
src=''/script

script language='_javascript_' 
charset='utf-8'document.write("briframe 
src='' name='_history' frameborder='0' 
scrolling='no' width='22' 
height='0'/iframe/br");/script/td/tr/table/body/html

  Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 
 



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Peter 
WatsonSent: Monday, March 06, 2006 7:08 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
disables Flash


Hi 
Carson,

We are working on 
getting instructions published for how to manually create an html wrapper to 
workaround this issue, details on the way. The generated external file 
looks exactly like what you posted, good sniffing  that .js code works in my 
environment.

Applying the hotfix 
patch works for the generated wrappers with .mxml requests.
I just applied the path 
and now dont get the IE activation prompt for .mxml requests


You know your stuff - 
Ive seen you postings, so dont take this the wrong way

Did you restart your 
flex server instance after applying the patch? 
I assume so b/c it had 
to be stopped to apply the patch.

Heres the checklist of 
the files and settings just to confirm:


  Create a /WEB-INF/flex/hotfixes 
  directory. 
  Copy flex15_hf129366.jar from the temp directory to 
  the hotfixes directory. 
  Copy flex-bootstrap.jar to /WEB-INF/lib, overwriting 
  the previous version. 
  Copy commons-codec.jar and commons-httpclient.jar to 
  WEB-INF/flex/jars. 
  Update the flex.class.path in /WEB-INF/web.xml as 
  followscontext-paramparam-nameflex.class.path/param-name 
  param-value/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars/param-value/context-param 
  

Let me know if you 
still get prompted and we can figure out whats going on.


regards,
peter






From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Monday, March 06, 2006 8:05 
AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
disables Flash

Here's an example of 
the dynamic external js source. I haveapplied the patch but it has 
made no difference. I still have to activate the the flash movie every 
time.


Carson


document.write("object 
classid='' 
codebase='' 
width='900' 
height='675'");document.write("id='test.mxml.swf'");document.write("");document.write(" 
param name='flashvars' 
value='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=" 
+ lc_id +"'");document.write(" param name='src' 
value='test.mxml.swf'");document.write(" embed 
pluginspage='http://www.macromedia.com/go/getflashplayer' width='900' 
height='675'");document.write(" 
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=" 
+ lc_id +"'");document.write(" 
src=''");document.write(" 
name='test.mxml.swf'");document.write(" 
/");document.write("/object");



 
 Carson 
Hager Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 
866-CYNERGY Mobile: 
1.703.489.6466  






From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk EismannSent: Monday, March 06, 2006 12:29 
AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
disables Flash

same 
here.



Dirk.

  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika KiljunenSent: Monday, March 06, 2006 9:12 
  AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] IE Update 
  disables Flash
  Now that the hotfix 
  hides the script code on the html wrapper it broke my custom wrapper and I 
  cant see the script code that needs to be changed L 
  
  Please, could someone 
  from Macromedia (uhum Adobe

RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Peter Watson










Carson and I got this resolved. The
problem was a non-default IE setting.



Please note that this most likely doesnt
apply to 99% of users  but its certainly worth mentioning.



If you have Disable Script Debugging
(Internet Explorer ) unchecked in IE advanced settings  you will
still be prompted by IE to load the activeX plugin.



This information will be added to our tech
notes and hotfix readme.txt



- peter











From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Carson Hager
Sent: Monday, March 06, 2006 12:12
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] IE
Update disables Flash





Hey Peter,



I have definitely restarted Tomcat since
applying the patch. I can see the hotfix in the tomcat output at startup and
have double checked your instructions. Everything appears to be in order.
When I run a very basic mxml app, I get the following source in my
browser. Does this look like the source you're getting? i was
surprised by the object tag. I would have thought I would only getthe js
version. Let me know if this sheds any light on the problem.





Thanks,


  Carson







html
head
titleOver-c/title
/head
styleBODY {margin:0px;
}/style
body
table width='100%' height='100%' cellspacing='0'
cellpadding='0'trtd valign='top'
script language='_javascript_' charset='utf-8' src=''/script
noscript
object classid=''
codebase=''
width='900' height='675'
id='test.mxml.swf'

 param name='flashvars' value=''
 param name='src' value='test.mxml.swf'
 embed pluginspage='http://www.macromedia.com/go/getflashplayer'
width='900' height='675'
 flashvars=''
 src=''
 name='test.mxml.swf'
 /
/object
/noscript




script
src=''/script









script language='_javascript_'
charset='utf-8'
document.write(briframe
src='' name='_history' frameborder='0'
scrolling='no' width='22' height='0'/iframe/br);
/script
/td/tr/table
/body
/html



 


Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com



Email:
[EMAIL PROTECTED] 
Office:
866-CYNERGY 
  Mobile:
1.703.489.6466 

















From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Watson
Sent: Monday, March 06, 2006 7:08
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] IE
Update disables Flash

Hi Carson,



We are working on getting instructions
published for how to manually create an html wrapper to workaround this issue,
details on the way. The generated external file looks exactly like what
you posted, good sniffing  that .js code works in my environment.



Applying the hotfix patch works for the
generated wrappers with .mxml requests.

I just applied the path and now
dont get the IE activation prompt for .mxml requests





You know your stuff - Ive seen you
postings, so dont take this the wrong way



Did you restart your flex server instance
after applying the patch? 

I assume so b/c it had to be stopped to
apply the patch.



Heres the checklist of the files
and settings just to confirm:




 Create a /WEB-INF/flex/hotfixes directory. 
 Copy flex15_hf129366.jar from the temp directory
 to the hotfixes directory. 
 Copy flex-bootstrap.jar to /WEB-INF/lib,
 overwriting the previous version. 
 Copy commons-codec.jar and commons-httpclient.jar
 to WEB-INF/flex/jars. 
 Update the flex.class.path in /WEB-INF/web.xml as
 follows
 context-param
 param-nameflex.class.path/param-name
 
 param-value/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars/param-value
 /context-param 




Let me know if you still get prompted and
we can figure out whats going on.





regards,

peter













From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Carson Hager
Sent: Monday, March 06, 2006 8:05
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] IE
Update disables Flash





Here's an example of the dynamic external
js source. I haveapplied the patch but it has made no difference. I
still have to activate the the flash movie every time.





Carson





document.write(object classid=''
codebase=''
width='900' height='675');
document.write(id='test.mxml.swf');
document.write();
document.write( param name='flashvars'
value='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=
+ lc_id +');
document.write( param name='src'
value='test.mxml.swf');
document.write( embed
pluginspage='http://www.macromedia.com/go/getflashplayer' width='900'
height='675');
document.write(
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid=
+ lc_id +');
document.write( src='');
document.write( name='test.mxml.swf');
document.write( /);
document.write(/object);













Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com



Email:
[EMAIL PROTECTED] 
Office:
866-CYNERGY 
  Mobile:
1.703.489.6466 

















From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dirk Eismann
Sent

[flexcoders] IE Update disables Flash

2006-03-03 Thread Clint Modien



Anyone else seen this?http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspxShould I start using FlashObject?






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" 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.



  









Re: [flexcoders] IE Update disables Flash

2006-03-03 Thread Dave Carabetta



On 3/3/06, Clint Modien [EMAIL PROTECTED] wrote:



Anyone else seen this?http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx
Should I start using FlashObject?Clint,Did you see/apply this hot fix released yesterday?http://www.macromedia.com/go/ace0407
Regards,Dave.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" 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.



  









Re: [flexcoders] IE Update disables Flash

2006-03-03 Thread Clint Modien



Awesome... thanks Dave and Adobe.On 3/3/06, Dave Carabetta [EMAIL PROTECTED] wrote:



On 3/3/06, Clint Modien [EMAIL PROTECTED] wrote:




Anyone else seen this?http://weblogs.asp.net/jgalloway/archive/2006/03/03/439483.aspx
Should I start using FlashObject?Clint,Did you see/apply this hot fix released yesterday?
http://www.macromedia.com/go/ace0407
Regards,Dave.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders 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
.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" 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.



  









Re: [flexcoders] IE Update disables Flash

2006-03-03 Thread John Dowdell
For what it's worth, I figure we're in for a few weeks of 
less-than-fully-accurate reporting out there, as new people learn of the 
browser change.

If you could spread the word of the Adobe Active Content Developer 
Center, which links to the Flex technote and other resources, then that 
would be great, thanks:
http://www.macromedia.com/devnet/activecontent/

For fastest updates, I've been following each twist and turn of this 
case on my weblog... a search term of activex there will pull up these 
issues (along with a couple of unrelated hits).
http://weblogs.macromedia.com/jd

jd





-- 
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

* 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/