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 doesn’t
apply to 99% of users – but it’s 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 get the js
version.  Let me know if this sheds any light on the problem.

 

 

Thanks,


  Carson

 

 

 



Over-c

BODY {margin:0px;<br>
}





id='test.mxml.swf'
>
  
  
  
    flashvars=''
    src=''
    name='test.mxml.swf'
  />












 



<br>
document.write("<br><iframe
src='' name='_history' frameborder='0'
scrolling='no' width='22' height='0'></iframe></br>");<br>





 

 
 

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
don’t get the IE activation prompt for .mxml requests

 

 

You know your stuff - I’ve seen you
postings, so don’t 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.

 

Here’s 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 
 
   flex.class.path
  
 /WEB-INF/flex/hotfixes,/WEB-INF/flex/jars
   


 

Let me know if you still get prompted and
we can figure out what’s 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 have applied the patch but it has made no difference. I
still have to activate the the flash movie every time.

 

 

Carson

 

 

document.write("
document.write("id='test.mxml.swf'");
document.write(">");
document.write("  ");
document.write("  ");
document.write("  
document.write("   
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtml&lconid="
+ lc_id +"&'");
document.write("    src=''");
document.write("    name='test.mxml.swf'");
document.write("  />");
document.write("");

 



 



____

 

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 can’t 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:

 


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 get the js version.  Let me know if 
this sheds any light on the problem.
 
 
Thanks,
Carson
 
 
 
Over-cBODY 
{margin:0px;<BR>}id='test.mxml.swf'>          flashvars=''    
src=''    name='test.mxml.swf'  
/>

 
<BR>document.write("<br><iframe 
src='' name='_history' frameborder='0' 
scrolling='no' width='22' 
height='0'></iframe></br>");<BR>
 
   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 don’t get the IE activation prompt for .mxml requests
 
 
You know your stuff - 
I’ve seen you postings, so don’t 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.
 
Here’s 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   flex.class.path  
  /WEB-INF/flex/hotfixes,/WEB-INF/flex/jars  
  
 
Let me know if you 
still get prompted and we can figure out what’s 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 have applied the patch but it has 
made no difference. I still have to activate the the flash movie every 
time.
 
 
Carson
 
 
document.write("document.write("id='test.mxml.swf'");document.write(">");document.write("  
");document.write("  ");document.write("  document.write("    
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtml&lconid=" 
+ lc_id +"&'");document.write("    
src=''");document.write("    
name='test.mxml.swf'");document.write("  
/>");document.write("");
 

 
____ 
  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 
  can’t 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:
   
  

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 don’t
get the IE activation prompt for .mxml requests

 

 

You know your stuff - I’ve seen you
postings, so don’t 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.

 

Here’s 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 
 
   flex.class.path
  
 /WEB-INF/flex/hotfixes,/WEB-INF/flex/jars
   


 

Let me know if you still get prompted and
we can figure out what’s 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 have applied the patch but it has made no difference. I
still have to activate the the flash movie every time.

 

 

Carson

 

 

document.write("
document.write("id='test.mxml.swf'");
document.write(">");
document.write("  ");
document.write("  ");
document.write("  
document.write("   
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtml&lconid="
+ lc_id +"&'");
document.write("    src=''");
document.write("    name='test.mxml.swf'");
document.write("  />");
document.write("");

 



 





 

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 can’t 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:

 


RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Carson Hager





Here's an example of the dynamic external js source.  
I have applied the patch but it has made no difference. I still have to 
activate the the flash movie every time.
 
 
Carson
 
 
document.write("document.write("id='test.mxml.swf'");document.write(">");document.write("  
");document.write("  ");document.write("  document.write("    
flashvars='historyUrl=%2Fflex%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtml&lconid=" 
+ lc_id +"&'");document.write("    
src=''");document.write("    
name='test.mxml.swf'");document.write("  
/>");document.write("");
 
 
   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 
  can’t 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:
   
  

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 
  can’t 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:
   
  

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 can’t 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:

 


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/
 




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 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.



  









[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.