Hi all,
I am having a hell of a time getting around the new IE flash/embeded content
protocols. I have tried using various
formats, like using <noscript> tags outside of the <object> tags. All that
results in is the entire flash content disappearing. I've tired using this
external JavaScript file:
var flashContainer = document.getElementById("FlashMovie");
var flashMovie = document.createElement("div");
flashMovie.innerHTML = decode(flashContainer.innerHTML);
flashContainer.parentNode.insertBefore(flashMovie, flashContainer);
function decode(input)
{
var output = input;
output = output.replace(/</g, "<"); output = output.replace(/>/g, ">");
return output;
}
Along with this string before each <object> tag for each instance:
<noscript id="ActiveContent">
<object attributes...etc>
<embed attributes...etc>
</object>
</noscript>
As found on this forum :
http://geekycodestuff.blogspot.com/2006/05/removing-flash-border-in-ie-activex.h
tml
I also tried the Adobe JavaScript fix files and article
(http://www.adobe.com/devnet/activecontent/articles/devletter.html) and similar
techniques but all it seems to result in is disappearing content.
I am not very familiar with JavaScript at all, can someone help me untangle
this big mess?
Jess:confused;
Gorka Ludlow - 11 Sep 2007 16:04 GMT
I recommend the AC_RunActiveContent.js it has worked perfectly for me since I got it almost a year ago.
Cheers,
Gorka
http://www.AquiGorka.com/blog
songsforsilentmovies - 11 Sep 2007 21:01 GMT
I really don't understand how to integrate the .js file.
I tried liking externally but all its done is make my flash content disappear...
The Feldkircher - 19 Sep 2007 23:07 GMT
Hi
This will tell you everything you need to know - http://www.adobe.com/devnet/activecontent/
Hope it helps
lenrique21 - 01 Oct 2007 03:27 GMT
try this:
http://flashden.net?ref=luke