[Radiant] Re: Flash In IE

2009-01-10 Thread Kelly Torian
Russ Johnson wrote:
> How are you calling the flash? Are you using the javascript method to
> load it or the old  tags?

I'm using the embed tags in the header snipper where the slide show 
resides.  However, in the layout I am calling an external link to a 
version checking java script within the head tags, provided by the 
artist who did the animation.

JS file is attached.

-Kelly

Attachments:
http://www.ruby-forum.com/attachment/3145/AC_RunActiveContent.js

-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Flash In IE

2009-01-10 Thread Adam van den Hoven

Wow, that is a lot of JavaScript.

Since MS has rolled back its "click to activate" end run around Eolas,  
its not really necessary any more. Further, something as simple as a  
slide show should be written to work on pretty much any version of  
Flash you're going to find in the wild. I, honestly, can't think of  
any good reason for all that JavaScript to get something that simple  
to run.


I would use the following:

			width="300" height="120">




value="name1=hello&name2=world&name3=foobar" />


data="test6_flashvars.swf" width="300" height="120">




	value="name1=hello&name2=world&name3=foobar" />



Alternative content
		http://www.adobe.com/go/getflashplayer";>http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif 
" alt="Get Adobe Flash player" style="border:none;" />








which I took from the last group of techniques available on this page: 
http://www.bobbyvandersluis.com/flashembed/testsuite/

However, if you're really married to the JavaScript and its not  
working for some version of IE, you need to have your Flash Dude  
figure out what's wrong with his code



On 10-Jan-09, at 2:19 PM, Kelly Torian wrote:


Russ Johnson wrote:

How are you calling the flash? Are you using the javascript method to
load it or the old  tags?


I'm using the embed tags in the header snipper where the slide show
resides.  However, in the layout I am calling an external link to a
version checking java script within the head tags, provided by the
artist who did the animation.

JS file is attached.

-Kelly

Attachments:
http://www.ruby-forum.com/attachment/3145/AC_RunActiveContent.js

--
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant