House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home /  Groups /  ColdFusion Talk (CF-Talk)

Flash Forms and the Microsoft Eolas Fix

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
All,
DURETTE, STEVEN J \(ASI-AIT\)
03/29/06 10:41 A
One reason more to use an other browser then IE.
Artur Kordowski
03/29/06 10:46 A
>>One reason more to use an other browser then IE.
Claude Schneegans
03/29/06 12:01 P
>>They're good at what they were intended for
Claude Schneegans
03/29/06 01:07 P
My company applies security patches religiously.
DURETTE, STEVEN J \(ASI-AIT\)
03/29/06 11:09 A
Dave,
DURETTE, STEVEN J \(ASI-AIT\)
03/29/06 11:49 A
Well, cfchart is also affected. You have to click on the chart before
DURETTE, STEVEN J \(ASI-AIT\)
03/29/06 12:08 P
>>Throw some AJAX in there and I'm elated.
Claude Schneegans
03/29/06 01:55 P
Munson, Jacob wrote:
Jochem van Dieten
03/29/06 03:01 P
>>I guess it depends on what you mean by standard.
Claude Schneegans
03/29/06 03:10 P
Kevin,
Judith Dinowitz
04/04/06 12:44 A
It Worked! It Worked! Now to try it with more pages!
DURETTE, STEVEN J \(ASI-AIT\)
04/04/06 11:39 A
You sound surprised? =]
Kevin Aebig
04/04/06 12:07 P
Sorry, didn't mean to, but I tried a bunch of different solutions and
DURETTE, STEVEN J \(ASI-AIT\)
04/04/06 12:20 P
What do you think this is based off of?
Kevin Aebig
04/04/06 01:47 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
03/29/2006 10:41 AM

All, In case you didn't know Microsoft will be making a change to IE6 with their April 11 security patch (sorry if this is old news).   This came to my attention today when they made web developers here install the change and test our pages.   EVERYTHING USING FLASH FORMS BROKE!!  Well not exactly broke, you have to click on the flash form before it will do anything.  If you have a page that has nothing except a flash form that originally used remoting to show data, it won't do it until the user clicks on it.  Not likely if the user only sees a white page. Also, if you have a small flash form as part of a page with other stuff the following won't work until you click on the flash form: onactivate   ondragleave   onmouseout   onbeforeactivate   ondragover   onmouseover   onbeforecopy   ondragstart   onmouseup   onbeforecut   ondrop   onmousewheel   onbeforedeactivate   onfocus   onmove   onbeforepaste   onfocusin   onmoveend   onblur   onfocusout   onmovestart   onclick   onhelp   onpage   oncontextmenu   onkeydown   onpaste   oncontrolselect   onkeypress   onresize   oncopy   onkeyup   onresizeend   oncut   onlosecapture   onresizestart   ondblclick   onmousedown   onscroll   ondeactivate   onmouseenter   onselectstart   ondragend   onmouseleave       ondragenter   onmousemove       The fix from microsoft says to generate the embed, object, etc tags through an imported js or jscript file, but I don't generate these, CFMX7 does when I use cfform. Does anyone know how I can restore the functionality?  Our users will cause a big stink over this if we can't find a fix. Thanks, Steve

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Artur Kordowski
03/29/2006 10:46 AM

One reason more to use an other browser then IE. All, In case you didn't know Microsoft will be making a change to IE6 with their April 11 security patch (sorry if this is old news).   This came to my attention today when they made web developers here install the change and test our pages.   EVERYTHING USING FLASH FORMS BROKE!!  Well not exactly broke, you have to click on the flash form before it will do anything.  If you have a page that has nothing except a flash form that originally used remoting to show data, it won't do it until the user clicks on it.  Not likely if the user only sees a white page. Also, if you have a small flash form as part of a page with other stuff the following won't work until you click on the flash form: onactivate   ondragleave   onmouseout   onbeforeactivate   ondragover   onmouseover   onbeforecopy   ondragstart   onmouseup   onbeforecut   ondrop   onmousewheel   onbeforedeactivate   onfocus   onmove   onbeforepaste   onfocusin   onmoveend   onblur   onfocusout   onmovestart   onclick   onhelp   onpage   oncontextmenu   onkeydown   onpaste   oncontrolselect   onkeypress   onresize   oncopy   onkeyup   onresizeend   oncut   onlosecapture   onresizestart   ondblclick   onmousedown   onscroll   ondeactivate   onmouseenter   onselectstart   ondragend   onmouseleave       ondragenter   onmousemove       The fix from microsoft says to generate the embed, object, etc tags through an imported js or jscript file, but I don't generate these, CFMX7 does when I use cfform. Does anyone know how I can restore the functionality?  Our users will cause a big stink over this if we can't find a fix. Thanks, Steve

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andy Matthews
03/29/2006 10:47 AM

But that's no going to happen. It's all well and good for us developers to use alternate browsers, but until the overwhelming majority of users switch to something other than IE, that's what we use. <!----------------//------ andy matthews web developer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> One reason more to use an other browser then IE. All, In case you didn't know Microsoft will be making a change to IE6 with their April 11 security patch (sorry if this is old news). This came to my attention today when they made web developers here install the change and test our pages. EVERYTHING USING FLASH FORMS BROKE!!  Well not exactly broke, you have to click on the flash form before it will do anything.  If you have a page that has nothing except a flash form that originally used remoting to show data, it won't do it until the user clicks on it.  Not likely if the user only sees a white page. Also, if you have a small flash form as part of a page with other stuff the following won't work until you click on the flash form: onactivate   ondragleave   onmouseout onbeforeactivate   ondragover   onmouseover onbeforecopy   ondragstart   onmouseup onbeforecut   ondrop   onmousewheel onbeforedeactivate   onfocus   onmove onbeforepaste   onfocusin   onmoveend onblur   onfocusout   onmovestart onclick   onhelp   onpage oncontextmenu   onkeydown   onpaste oncontrolselect   onkeypress   onresize oncopy   onkeyup   onresizeend oncut   onlosecapture   onresizestart ondblclick   onmousedown   onscroll ondeactivate   onmouseenter   onselectstart ondragend   onmouseleave ondragenter   onmousemove The fix from microsoft says to generate the embed, object, etc tags through an imported js or jscript file, but I don't generate these, CFMX7 does when I use cfform. Does anyone know how I can restore the functionality?  Our users will cause a big stink over this if we can't find a fix. Thanks, Steve

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Bryan Stevenson
03/29/2006 11:52 AM

> One reason more to use an other browser then IE. Yep...sure go tell the general public (i.e. the users) to switch browsers...good luck with that one. IE has won the browser war because Windows is shipped with most new computers and most users couldn't swicth browsers if they tried (which they don't very often).....get over it. Sure...we are all in the industry and know what is and is not a good tool.  The rest of the internet users do not have a clue and think the big blue E is the Internet. OK...rant's over Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Andy Matthews
03/29/2006 11:56 AM

Actually MOST users think that the big AOL is the internet. :) <!----------------//------ andy matthews web developer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Sure...we are all in the industry and know what is and is not a good tool. The rest of the internet users do not have a clue and think the big blue E is the Internet.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 12:01 PM

>>One reason more to use an other browser then IE. One more reason not to use Flash Forms. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/29/2006 12:08 PM

That's weak at best. If there's a suitable fix, than I don't think it's fair to take a shot at Flash forms. They're good at what they were intended for and if they don't suit your needs, than learn Flex. !k >>One reason more to use an other browser then IE. One more reason not to use Flash Forms. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 01:07 PM

>>They're good at what they were intended for and if they don't suit your needs, than learn Flex. As an Internet user, I hate sites using Flash forms, and as a developper, I'm perfectly happy with plain HTML, CSS and Javascript. I also keep in mind that any technology which is not Microsoft is a potential problem with IE, ie Java (client side), Flash, Flex, you name it... You can hate IE, you can hate Microsoft, but you'll also have to hate more than 80% of your customers, and  as a developer, it is not an ideal situation. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Bryan Stevenson
03/29/2006 01:19 PM

> You can hate IE, you can hate Microsoft, but you'll also have to hate > more than 80% of your customers, > and  as a developer, it is not an ideal situation. Amen Claude....sure isn't rocket science is it ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Aaron Rouse
03/29/2006 01:25 PM

Wait a second, who doesn't hate more than 80% of their customers?  :) On 3/29/06, Claude Schneegans > > but you'll also have to hate > more than 80% of your customers, > and  as a developer, it is not an ideal situation. >

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 01:49 PM

>>Wait a second, who doesn't hate more than 80% of their customers? He he, should have say "users" ;-) -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 11:05 AM

This is only going to be a problem for people that apply the patch, and we all know almost nobody applies patches.  ;) ----- Excess quoted text cut - see Original Post for more ----- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
03/29/2006 11:09 AM

My company applies security patches religiously. Microsoft is adding the non-security related patch to it's IE security patch, so if you want to be able to plug the latest IE hole that is currently being exploited, you have to accept this also. This is only going to be a problem for people that apply the patch, and we all know almost nobody applies patches.  ;) ----- Excess quoted text cut - see Original Post for more ----- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Thomas Chiverton
03/30/2006 03:50 AM

> Microsoft is adding the non-security related patch to it's IE security > patch, so if you want to be able to plug the latest IE hole that is > currently being exploited, you have to accept this also. It's not like MS haven't published the workaround *years ago*. Macromedia also updated their recommend 'how to embed Flash' code too. -- Tom Chiverton Advanced ColdFusion Programmer

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 11:15 AM

Yeah, I was saying that tongue in cheek (I also apply patches in a timely manner).  Have you looked at Macromedia's support pages to see if they've got a work around?  Like you said, this code is generated on the fly by CF (flash forms), so it's not an easy job to "generate the embed, object, etc tags through an imported js or jscript file".  But you /could/ do it, by viewing the generated source of your flash form, and going from there. I have to say that I've been pretty upset about this Eolas patent and subsequent lawsuit from the beginning, even if I'm not a Microsoft fan and I hate IE. ----- Excess quoted text cut - see Original Post for more ----- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 11:21 AM

> Microsoft is adding the non-security related patch to it's IE > security patch, so if you want to be able to plug the latest > IE hole that is currently being exploited, you have to accept > this also. I'm pretty sure that this is incorrect. The Eolas patch is separate, and you can choose not to install it while still installing actual security patches. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/29/2006 11:30 AM

Though that might be the case, end-users might do it anyhow. The fix includes writing out the object and embed tags by hand with JS. Why not capture the output with CFSaveContent and than output it wrapped with JS document.write? !k > Microsoft is adding the non-security related patch to it's IE > security patch, so if you want to be able to plug the latest > IE hole that is currently being exploited, you have to accept > this also. I'm pretty sure that this is incorrect. The Eolas patch is separate, and you can choose not to install it while still installing actual security patches. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/29/2006 11:40 AM

BTW... I'm not completely sure this is even needed. It seems that the outputted script already uses document.write unless they don't have JavaScript enabled... !k Though that might be the case, end-users might do it anyhow. The fix includes writing out the object and embed tags by hand with JS. Why not capture the output with CFSaveContent and than output it wrapped with JS document.write? !k > Microsoft is adding the non-security related patch to it's IE > security patch, so if you want to be able to plug the latest > IE hole that is currently being exploited, you have to accept > this also. I'm pretty sure that this is incorrect. The Eolas patch is separate, and you can choose not to install it while still installing actual security patches. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dawson, Michael
03/29/2006 11:44 AM

Jacob, I have patented the hate for IE.  Please cease and desist hating IE unless you wish to pay a royalty.  That is all. M!ke Yeah, I was saying that tongue in cheek (I also apply patches in a timely manner).  Have you looked at Macromedia's support pages to see if they've got a work around?  Like you said, this code is generated on the fly by CF (flash forms), so it's not an easy job to "generate the embed, object, etc tags through an imported js or jscript file".  But you /could/ do it, by viewing the generated source of your flash form, and going from there. I have to say that I've been pretty upset about this Eolas patent and subsequent lawsuit from the beginning, even if I'm not a Microsoft fan and I hate IE.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
03/29/2006 11:49 AM

Dave, I'm just going by the following which was sent to me: <snip> You're probably getting tired of hearing about this by now, but be advised that Microsoft plans to start including this with its cumulative IE security rollups (despite the fact that it's not security-related) on April 11th.  That means it could start showing up on company desktops shortly.  If you haven't already installed it and tested your ActiveX-using web site with it, now would be a good time to do so. </snip> As far as I know when the send out cumulative rollups its just one file that updates everything. (fyi even though this mentions getting tired of hearing about it I didn't get it until today) Steve > Microsoft is adding the non-security related patch to it's IE > security patch, so if you want to be able to plug the latest > IE hole that is currently being exploited, you have to accept > this also. I'm pretty sure that this is incorrect. The Eolas patch is separate, and you can choose not to install it while still installing actual security patches. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
03/29/2006 12:08 PM

Well, cfchart is also affected.  You have to click on the chart before you can click on any item that is a link.  Clicking twice to make it all work.  Sometimes it doesn't display the chart until the user clicks the object. So, the don't use flash forms doesn't argument doesn't have as much weight.  From my understanding anything that would use a java applet would be affected. Steve >>One reason more to use an other browser then IE. One more reason not to use Flash Forms. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
S. Isaac Dealey
03/29/2006 12:27 PM

This was mentioned shortly ago on the Team Macromedia list. I don't remember exactly what was said offhand, but I believe they are working on a hotfix for CF6.1 and CF7. I know they were doing something specifically for Flex and assume they won't just let the rest of us twist. ----- Excess quoted text cut - see Original Post for more ----- s. isaac dealey     434.293.6201 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
03/29/2006 12:33 PM

Not to be a pain in the butt, but can anyone from MacroDobe (I just had to do it) confirm that.  It would be really nice to be able to stop spinning my wheels on something that will be patched before the Microsoft update. It would be nice if there was something official on the macromedia web site about the issue also.   This was mentioned shortly ago on the Team Macromedia list. I don't remember exactly what was said offhand, but I believe they are working on a hotfix for CF6.1 and CF7. I know they were doing something specifically for Flex and assume they won't just let the rest of us twist.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/29/2006 12:39 PM

http://www.macromedia.com/devnet/activecontent/ !k Not to be a pain in the butt, but can anyone from MacroDobe (I just had to do it) confirm that.  It would be really nice to be able to stop spinning my wheels on something that will be patched before the Microsoft update. It would be nice if there was something official on the macromedia web site about the issue also.   This was mentioned shortly ago on the Team Macromedia list. I don't remember exactly what was said offhand, but I believe they are working on a hotfix for CF6.1 and CF7. I know they were doing something specifically for Flex and assume they won't just let the rest of us twist.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 12:34 PM

Sorry, I've got proof of prior art.  See you in court.  ;) ----- Excess quoted text cut - see Original Post for more ----- [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.  Thank you.   A2

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 12:41 PM

> That's weak at best. If there's a suitable fix, than I don't > think it's fair > to take a shot at Flash forms. They're good at what they were > intended for > and if they don't suit your needs, than learn Flex. If I understand things correctly, this patch will affect all types of flash.  Cfchart, cfform format="flash", flex, etc.  And I think they could eventually go after all plugins if someone doesn't stop them. ------------ This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 12:48 PM

Bravo!  Good find.  It looks like they've already got a fix for Flex, and "In the coming weeks, Adobe expects to make available alternate solutions to Microsoft's script-based technique to help make it easier for developers who use active content prepare for the expected changes to Internet Explorer."  Hopefully that will cover CF/flash stuff as well. ----- Excess quoted text cut - see Original Post for more ----- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 12:55 PM

Ok, so I've got a question for those of you smarter than me about IE. The Microsoft site that discusses this issue states: "Microsoft Internet Explorer users will not be able to directly interact with Microsoft ActiveX controls loaded by the APPLET, EMBED, or OBJECT elements."   If I read that correctly, that means that MS uses ActiveX to handle those three events in a page.  I didn't know that, and frankly I'm surprised their doing it that way, considering they've been shutting down so much ActiveX functionality because of security holes.  Am I confused? ----- Excess quoted text cut - see Original Post for more ----- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 01:17 PM

> You can hate IE, you can hate Microsoft, but you'll also have to hate > more than 80% of your customers, What's wrong with that?  ;)  I do agree with you though, but it doesn't mean I have to stop hating IE.  One can be an expert on developing for IE (which I'm not), but still not like it.  However, I will say that I've been pretty encouraged by the previews of IE 7 I've seen.  It looks like MS is finally starting to pay attention to the web developers again.  Here's a quote from a recent c|net article: "[Bill] Gates also pledged to bolster the company's development efforts on Internet Explorer, which he said has lagged in recent years. 'In a sense we're doing a mea culpa, saying we waited too long for a browser release,' Gates said. 'I expect us to move very very rapidly there because we see great opportunities.'" http://news.com.com/Gates+looks+to+expand+view+beyond+Windows/2100-1007_ 3-6051400.html ------------------ [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.  Thank you.   A2

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 01:52 PM

>>I do agree with you though, but it doesn't mean I have to stop hating IE. Right, but stoping using it is another issue. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Tanguy Rademakers
03/29/2006 03:16 PM

> It looks like MS is finally starting to pay attention to the web > developers again.  Here's a quote from a recent c|net article: > "[Bill] Gates also pledged to bolster the company's development > efforts on Internet Explorer, which he said has lagged in recent > years. 'In a sense we're doing a mea culpa, saying we waited too > long for a browser release,' Gates said. 'I expect us to move > very very rapidly there because we see great opportunities.'" Call me paranoid (AND off-topic), but that sounds more like "Let's see how FireFox does hitting a fast moving target". Time and again, MS has shown that they might not be the fastest on the uptake (IE 6 was released on August 27th, 2001, if my googling serves), but once they do get moving they can apply a whole lot of developer hours to a given problem. As for the Active-X thing (can't be bothered making two posts) - it's also currently at the heart of xmlHttpRequest. /t

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dawson, Michael
03/29/2006 01:26 PM

I think one of MS's biggest faults with IE is the lack of an easy way to run multiple versions of IE on the one computer. I, too, hate using Flash forms.  As an internet user, myself, I prefer the speed and simplicity of a well-designed HTML form.  Throw some AJAX in there and I'm elated. M!ke

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 01:55 PM

>>Throw some AJAX in there and I'm elated. Exact, I forgot this one in the list. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 01:29 PM

> I read that correctly, that means that MS uses ActiveX to > handle those three events in a page.  I didn't know that, and > frankly I'm surprised their doing it that way, considering > they've been shutting down so much ActiveX functionality > because of security holes.  Am I confused? ActiveX is the standard way to run programs within IE. Flash, Java, or any other sort of "plug-in" functionality is provided through ActiveX. ActiveX is really just another name for the Component Object Model (COM), which is what Windows programs generally use to talk to each other. The security problems introduced by ActiveX revolve around two things - users' propensity to install any ActiveX control when prompted, and the fact that ActiveX applications run within the same security context as the program that calls them. Since that's the browser, and most people log into their desktops with accounts within the Administrators group, ActiveX programs run within that security context as well. With known ActiveX programs like Flash, the security problems tend to be less significant; although these ActiveX controls also run within the user's security context, the controls themselves tend to be a little more trustworthy and safe about how they handle the code that they themselves run. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 01:58 PM

>>ActiveX is the standard way to run programs within IE. Depends what you call "standard". As far as Internet protocols and HTTP are concerned, ActiveX does not exist. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 02:32 PM

> > ActiveX is the standard way to run programs within IE. > > Depends what you call "standard". As far as Internet > protocols and HTTP are concerned, ActiveX does not exist. That is an utterly irrelevant statement. While ActiveX has as much to do with HTTP as it does with the price of tea in China, it is no less a standard than, say, the Mozilla plug-in architecture. And of course, COM has been the standard for Windows program interoperability for many, many years. You know, Windows, that commonly used desktop OS? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 02:42 PM

>>While ActiveX has as much to do with HTTP as it does with the price of tea in China, it is no less a standard than, say, the Mozilla plug-in architecture. I completely agree with you about both of them. >>And of course, COM has been the standard for Windows program interoperability for many, many years. You know, Windows, that commonly used desktop OS? Sure I know, but it depends if you are developing Windows applications or Internet Applications. For Internet apps, nor ActiveX nor Mozilla plug-ins nor COM are standard. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 02:36 PM

> If I understand things correctly, this patch will affect all > types of flash.  Cfchart, cfform format="flash", flex, etc.   > And I think they could eventually go after all plugins if > someone doesn't stop them. It will affect all dynamic content that is launched via ActiveX controls. On IE, that's pretty much "all plugins". Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 02:46 PM

> It will affect all dynamic content that is launched via > ActiveX controls. On > IE, that's pretty much "all plugins". That's true, I think I confused things again.  It's been a long time since I've read any articles on this subject, but what I remember is that the attorneys that work for Eolas said that they will eventually go after all companies that are using their 'patented technology'.  That means Opera, Mozilla, Apple, etc.  And it could spread like a virus to include all companies that include such infringing technology, even if they didn't create it.  This was a year or two ago, so I don't know if they are still singing the same tune. -------------------- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Jochem van Dieten
03/29/2006 03:01 PM

Munson, Jacob wrote: > > That's true, I think I confused things again.  It's been a long time > since I've read any articles on this subject, but what I remember is > that the attorneys that work for Eolas said that they will eventually go > after all companies that are using their 'patented technology'.  That > means Opera, Mozilla, Apple, etc. Not Mozilla: http://www.eweek.com/article2/0,1895,1496493,00.asp Jochem

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 02:51 PM

> Sure I know, but it depends if you are developing Windows > applications or Internet Applications. For Internet apps, > nor ActiveX nor Mozilla plug-ins nor COM are standard. No, but if you are using Flash or Java - two relatively common things used to build Internet applications - they will rely on the underlying functionality within the browser for running external applications. So, I'm not really sure what your point is. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 02:52 PM

> For Internet apps, nor ActiveX nor Mozilla plug-ins nor COM > are standard. I guess it depends on what you mean by standard.  In Internet Explorer, ActiveX is a standard.  In Firefox, XUL is a standard (although, XUL is now being considered as a W3C standard).  In the Internet community ActiveX has not been accepted as a formalized standard, but Microsoft still uses it as a standard. -------------- [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.  Thank you.   A2

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Claude Schneegans
03/29/2006 03:10 PM

>>I guess it depends on what you mean by standard. In Internet technology, I mean an Internet standard, (call it W3C), not a Microsoft nor Mozilla nor Macromedia nor Adobe or whatever standard. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: piegeacon@internetique.com) Thanks.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 02:57 PM

----- Excess quoted text cut - see Original Post for more ----- I suspect that they would exempt Mozilla for purely practical reasons - there's no money to be had from them. I recall reading a statement that said as much, but I can't attest to the accuracy of my memory. Opera and Apple would certainly be fair game for them. It is worth pointing out that the Eolas outcome probably works to Microsoft's benefit more than anyone else's, actually. Most people are not using generic ActiveX components for their web applications - they're using Flash, Java, etc. Except for that big check they had to write - we know how much Bill hates to write checks! "GATES Well everyone always does. Buy 'em out, boys! Bill Gates companions begin to trash the "office". HOMER Hey, what the hell's going on! GATES Oh, I didn't get rich by writing a lot of checks!" http://www.simpsoncrazy.com/information/scripts/5f11.shtml Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 03:12 PM

> It is worth pointing out that the Eolas outcome probably works to > Microsoft's benefit more than anyone else's, actually. Most > people are not > using generic ActiveX components for their web applications - > they're using > Flash, Java, etc. I guess I'm confused again.  I thought that IE uses ActiveX to dynamically launch and display plugin based content.  So in our case, if we dump a flash form on our page, IE uses ActiveX to load up the Flash player. ----- Excess quoted text cut - see Original Post for more ----- lol! [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.  Thank you.   A2

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 03:25 PM

> In Internet technology, I mean an Internet standard, (call it > W3C), not > a Microsoft nor Mozilla nor Macromedia > nor Adobe or whatever standard. Yeah, those are industry standards, and I love and support them.  The problem is that the standards are useless unless the technology supports them.  IE has 80% market share in the US (larger elsewhere), so IE by default /is/ the standard. -------------- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 03:25 PM

> As for the Active-X thing (can't be bothered making two > posts) - it's also currently at the heart of xmlHttpRequest. That's a good point, I wonder if this patch affects that.  Good thing most of my site visitors use Firefox.  :) ---------- [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.  Thank you.   A2

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Watts
03/29/2006 03:34 PM

> I guess I'm confused again.  I thought that IE uses ActiveX > to dynamically launch and display plugin based content.  So > in our case, if we dump a flash form on our page, IE uses > ActiveX to load up the Flash player. Yes, that's correct. But that's a little different from if, say, I wrote an ActiveX control of my own to do some specific task and put a reference to that in a web page. This is pretty rare, nowadays - it's too much work for too little return. Had this kind of use of ActiveX become more common, it would be much more detrimental to Microsoft to have that stop working. On the other hand, I doubt they're too broken up about Flash apps not working smoothly. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information!

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/29/2006 03:41 PM

----- Excess quoted text cut - see Original Post for more ----- Right.  I just ran into such an ActiveX control last night, with my new laptop.  HP's update site installs a custom control to scan your machine.  It even checked the fragmentation level of my hard drive!  Not sure I'll ever run that again, but I was curious. ------------- [INFO] -- Access Manager: This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.  Thank you.   A2

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
03/30/2006 10:57 AM

> It's not like MS haven't published the workaround *years ago*. > Macromedia also updated their recommend 'how to embed Flash' code too. That's nice, but what about CF's flash forms and cfchart? --------------- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/30/2006 11:58 AM

As I mentioned, I've nearly got a custom tag fix completed. !k > It's not like MS haven't published the workaround *years ago*. > Macromedia also updated their recommend 'how to embed Flash' code too. That's nice, but what about CF's flash forms and cfchart? --------------- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/30/2006 12:11 PM

BTW... does anyone want Flash detection built in? !k As I mentioned, I've nearly got a custom tag fix completed. !k > It's not like MS haven't published the workaround *years ago*. > Macromedia also updated their recommend 'how to embed Flash' code too. That's nice, but what about CF's flash forms and cfchart? --------------- This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
mark
03/30/2006 03:47 PM

Yes, flash detection would be great.  Would your tag work for reg. flash movies called by a cfm? What would your flash detection do?  Would I be able to enter a redirect as an attribute? Thanks, Mark BTW... does anyone want Flash detection built in? !k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
03/30/2006 04:07 PM

Yeah, that's technically possible. I'm going for full compliance with XHTML, so you can either have it output to a DIV or simply output. !k Yes, flash detection would be great.  Would your tag work for reg. flash movies called by a cfm? What would your flash detection do?  Would I be able to enter a redirect as an attribute? Thanks, Mark BTW... does anyone want Flash detection built in? !k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Casey Dougall
03/30/2006 07:28 PM

Ok, so of course this  was all in the works years ago. I'm surprised Microsoft could hold them off as long as they did. Eolas > US Patent 5,838,906 http://www.w3.org/2003/09/public-faq The Really Funny thing is... This a patent and then we all saw on the message lists the following NEW Patent which if I look at the types of applications if effects end up being the same set as those in the Eolas Patent... Isn't this the same thing??? U.S. Grants Patent For Broad Range Of Internet Rich Applications ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The patent--issued on Valentine's Day--covers all rich-media technology implementations, including Flash, Flex, Java, Ajax, and XAML, when the rich-media application is accessed on any device over the Internet, according to the patent holders. http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:233310

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Judith Dinowitz
04/04/2006 12:44 AM

Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
James Holmes
04/04/2006 08:50 AM

Ooh, thanks for the link - I'm going to try this one out. > Kevin, > > Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: > > http://therippa.blogspot.com/2006/03/activateactivex.html -- CFAJAX docs and other useful articles: http://jr-holmes.coldfusionjournal.com/

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
04/04/2006 08:52 AM

I just tried the footer version of the script put out by Jason Ripper. (I put it after the closing html tag) I get the following error: "Internet Explorer has blocked this site from using an ActiveX control in an unsafe manner. As a result, this page may not display correctly." The one that goes in the header won't work for me because we use window.onload. Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 10:59 AM

I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 11:07 AM

I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 11:23 AM

The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> ... </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 11:26 AM

This might help the folks coming in late... http://www.keslabs.com/stuff/eolas/tag.zip !k The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> .... </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
04/04/2006 11:39 AM

It Worked! It Worked!  Now to try it with more pages! This might help the folks coming in late... http://www.keslabs.com/stuff/eolas/tag.zip !k The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> ..... </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 12:07 PM

You sound surprised? =] !k It Worked! It Worked!  Now to try it with more pages! This might help the folks coming in late... http://www.keslabs.com/stuff/eolas/tag.zip !k The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> ...... </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
DURETTE, STEVEN J \(ASI-AIT\)
04/04/2006 12:20 PM

Sorry, didn't mean to, but I tried a bunch of different solutions and this is the first one that worked for me. Steve You sound surprised? =] !k It Worked! It Worked!  Now to try it with more pages! This might help the folks coming in late... http://www.keslabs.com/stuff/eolas/tag.zip !k The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> ....... </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 12:25 PM

Don't sweat it. I'm sure a lot of folks were expecting something from the mothership before anyone else came up with anything. !k Sorry, didn't mean to, but I tried a bunch of different solutions and this is the first one that worked for me. Steve You sound surprised? =] !k It Worked! It Worked!  Now to try it with more pages! This might help the folks coming in late... http://www.keslabs.com/stuff/eolas/tag.zip !k The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> ........ </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
mark
04/04/2006 12:51 PM

Yeah, whats up with the mother ship?  I have never used any flash until this week (go figure).  I am about to put a couple of navigation widgits up in flash.  So, I went to the Adobe site, expecting to see idiot proof instructions (for people like me)..."put this code here, put this file there and use this extension for Dreamweaver when embedding flash movies from now on..." Instead, there is a link to an ms article which, for someone not familar with JScript, will take some study.  I really figured there would be more being as Adobe makes such a stink about the "flash platform".  You would think they would want to make this as painless as possible. Thanks for your time and effort for all those folks using flashforms, maybe you could sell your tag to Adobe?! I don't suppose this tag would work for regular flash movies? Mark Don't sweat it. I'm sure a lot of folks were expecting something from the mothership before anyone else came up with anything. !k Sorry, didn't mean to, but I tried a bunch of different solutions and this is the first one that worked for me. Steve You sound surprised? =] !k It Worked! It Worked!  Now to try it with more pages! This might help the folks coming in late... http://www.keslabs.com/stuff/eolas/tag.zip !k The issue is that I was trying to get away with having the JS embedded within the page, but I guess it's moaning about that now. Anyhow, with this version, there's a single attribute called JSPath. It can be a relative or absolute link for the JS file that's included. So... <cf_IEFlashFix jspath="http://mydomain.com/IEFlashFix.js">; <cfform> ......... </cfform> </cf_IEFlashFix> Cheers, !k I just found the issue. I'll post another version in about 10 minutes that should work as expected... !k I'd love to continue with it, but I'm getting little to no feedback. I don't have either the patch or IE7 beta installed, so I'm relying on others to fill in the gaps. All I'm doing is parsing out the output from the CFForm, and embedding it with JS using a Flash Object. If I can get it to run with CFForms, I'll revamp it to handle regular SWF's as well as tweak it for CFChart. I'm actually quite stunned that it didn't work as expected for Steve... !k Kevin, Just wondering where you're at with this fix. I'm writing an article about this, and would like to include any current fixes specifically aimed at ColdFusion. FYI, in my research, I found a reference to this fix from Jason Ripper, who claims that it will work for ColdFusion-generated Flash forms. He says that all you have to do is place his code in either the header or the footer, and it will cause all ActiveX elements to activate: http://therippa.blogspot.com/2006/03/activateactivex.html I have no idea if this works as he claims, or if this is what you were thinking. Please let me know if you have an alternative to his solution to include in my article. Thanks, Judith Dinowitz Editor Fusion Authority http://www.fusionauthority.com >Yeah, that's technically possible. I'm going for full compliance with XHTML, >so you can either have it output to a DIV or simply output. > >!k

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Munson, Jacob
04/04/2006 01:00 PM

> I don't suppose this tag would work for regular flash movies? Look at previous posts in this thread (or maybe a similar thread, can't remember).  Someone has posted a link for a work around for normal flash movies. ------------ This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 01:22 PM

Technically this should work for any Flash movie such as CFChart and normal embedded movies alike. I highly doubt I could sell this to anyone and I didn't do it for that reason anyhow... The final home of this will be the following mini-site. http://www.keslabs.com/stuff/eolas/ !k > I don't suppose this tag would work for regular flash movies? Look at previous posts in this thread (or maybe a similar thread, can't remember).  Someone has posted a link for a work around for normal flash movies. ------------ This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Casey Dougall
04/04/2006 01:27 PM

You may load your flash stuff with the following javascript files which were in the initial post. http://blog.deconcept.com/flashobject/ This only fixes flash... There's an even quicker fix if you take a look through some of the blogs here. http://weblogs.macromedia.com/mxna/index.cfm?searchterms=eolas&query=bySimpleSearch&searchsortby=date Don't forget anyone loading realmeadia, quicktime and windows video files are also effected. Even though everyone is stating that this IE patch is only going to effect the loading of controls on these type of files, the initial developer patch that came out 2 years ago for this issue did have a pop-up dialog box that the user needed to click, once for every flash or "Object" element on a page regardless if they had user controls or not. You never know if your going to have to go back and change your scripts again so good luck! Casey ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 01:47 PM

What do you think this is based off of? Geoff over at Decomcept has had this out for a long time as a compliant method of Flash detection and integration. I've yet to contact him, but my plan is to use his script instead of the one I currently have in place. !k You may load your flash stuff with the following javascript files which were in the initial post. http://blog.deconcept.com/flashobject/ This only fixes flash... There's an even quicker fix if you take a look through some of the blogs here. http://weblogs.macromedia.com/mxna/index.cfm?searchterms=eolas&query=bySimpl eSearch&searchsortby=date Don't forget anyone loading realmeadia, quicktime and windows video files are also effected. Even though everyone is stating that this IE patch is only going to effect the loading of controls on these type of files, the initial developer patch that came out 2 years ago for this issue did have a pop-up dialog box that the user needed to click, once for every flash or "Object" element on a page regardless if they had user controls or not. You never know if your going to have to go back and change your scripts again so good luck! Casey ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Kevin Aebig
04/04/2006 04:02 PM

A new version has been posted that takes care of CFChart as well. !k What do you think this is based off of? Geoff over at Decomcept has had this out for a long time as a compliant method of Flash detection and integration. I've yet to contact him, but my plan is to use his script instead of the one I currently have in place. !k You may load your flash stuff with the following javascript files which were in the initial post. http://blog.deconcept.com/flashobject/ This only fixes flash... There's an even quicker fix if you take a look through some of the blogs here. http://weblogs.macromedia.com/mxna/index.cfm?searchterms=eolas&query=bySimpl eSearch&searchsortby=date Don't forget anyone loading realmeadia, quicktime and windows video files are also effected. Even though everyone is stating that this IE patch is only going to effect the loading of controls on these type of files, the initial developer patch that came out 2 years ago for this issue did have a pop-up dialog box that the user needed to click, once for every flash or "Object" element on a page regardless if they had user controls or not. You never know if your going to have to go back and change your scripts again so good luck! Casey ----- Excess quoted text cut - see Original Post for more -----


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists