Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-09-2003, 12:49 AM   PM User | #1
vladanik
New Coder

 
Join Date: Mar 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
vladanik is an unknown quantity at this point
How to avoid automatic download of Flash player

Hi,

As you all know, when you insert the code for
a flash movie, IE automatically downloads
Flash player if the visitor doesn't have it installed,
or if he has a version earlier than the one written
in the codebase atribute.

How can I avoid automatic downloading of the flash player?
Is it enough to delete the OBJECT tag, that is, instead
of:

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="550" height="400" id="myMovieName">
<param name="movie" value="myFlashMovie.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed src="myFlashMovie.swf" quality="high" bgcolor="#FFFFFF" width="550" height="400" name="myMovieName" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>

to just use:

<embed src="myFlashMovie.swf" quality="high" bgcolor="#FFFFFF" width="550" height="400" name="myMovieName" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>

I tried it on a few computers and it worked just fine.
What is your experience? Is this enough or is there
some other approach for avoiding automatic download?
vladanik is offline   Reply With Quote
Old 03-10-2003, 05:48 PM   PM User | #2
stylempire
New to the CF scene

 
Join Date: Mar 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
stylempire is an unknown quantity at this point
Remove:
Plugins page '/getflashplayer ie. this tells it to get flash player =))
__________________
http://www.gofreelancers.com
Work For Programmers.
Need Script Help? Hire The Best Coders On The Web!! FREE Signup
stylempire is offline   Reply With Quote
Old 03-11-2003, 08:49 PM   PM User | #3
vladanik
New Coder

 
Join Date: Mar 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
vladanik is an unknown quantity at this point
I don't think that is the solution, because that part of code, with the EMBED tag is for Netscape only. The OBJECT part of the code is for IE. I know that on some computers omitting the OBJECT tag stops IE from automatically downloading the Flash player, but I don't know if it is a universal solution, that is, if it works on all computers, in all versions of IE.
vladanik is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:55 PM.


Advertisement
Log in to turn off these ads.