Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,155,546 members, 7,827,041 topics. Date: Tuesday, 14 May 2024 at 05:33 AM

My Flash Movies Are Blocked By Browsers. Why? - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / My Flash Movies Are Blocked By Browsers. Why? (4177 Views)

A Single Researcher Made $225,000 (legally!) By Hacking Browsers This Weekend / Y Don't Ppl Use Text Based Browsers 4 Saving Data/Money (My Research On NL)? / Graceful Degradation On Non Javascript Enabled Browsers - Must We Do This? (2) (3) (4)

(1) (Reply) (Go Down)

My Flash Movies Are Blocked By Browsers. Why? by jaredC: 7:54pm On Feb 07, 2008
this seems to happen with vista, and other computers that have high security settings.

when i export the movie should i change the settings to a lesser flash player?
- change the security to "access network files only"?

is there a script i can put on my page that will verify my flash?

this is also happening with rollovers that i created with dreamweaver MX.
Re: My Flash Movies Are Blocked By Browsers. Why? by my2cents(m): 9:23pm On Feb 07, 2008
I would imagine that if the user has their security settings on high, there is little you can do about that. Also, in general, I think it is also advisable to save your flash movies one version less than the latest for those who don't have the latest.

Finally, I also think it is a good idea to first verify if the user's browser has flash (or the version you want to run, though this isn't good from a usability standpoint). If not, then you send them to a page that tells them they need flash to proceed.

I hope these help.
Re: My Flash Movies Are Blocked By Browsers. Why? by jaredC: 10:19pm On Feb 08, 2008
done and done

my "blockage" is reduced to vista users with high security settings at this point.

there has to be another way to fix this. a preload of some sorts perhaps.
Re: My Flash Movies Are Blocked By Browsers. Why? by my2cents(m): 1:14am On Feb 09, 2008
Again, I don't think you have much control over a user's security settings. That's just the way it is.

Unfortunately, only the computer-savvy users will know enough about resetting their security levels/allow the flash movie to play from the option button that shows at the top of the browser. If they aren't going to be the majority of your users, then you might want to develop an alternative to the flash movie, just in case.

There might be something on google, but I doubt it. I bet there are tons of forums devoted to discussing this very topic.
Re: My Flash Movies Are Blocked By Browsers. Why? by uspry1(f): 1:28am On Feb 09, 2008
@my2cents

It is correct for computer-savvy to reset Flash player security setting allowing it playing the Flash movie.

Correct advisable for those Flash developers to save flash movie one version lower than the latest for those who are not update Flash player or Windows Vista software installed---remained Windows XP.

Suggest to code the Flash detection on the HTML page to detect whether the user has latest version or older version switching the proper Flash movie displaying. Example at below:

If user has the latest version
then play latest Flash movie displaying;
else
if user has older version
then play older version Flash movie displaying;
else
if user does not have either version
then prompt warning dialog to request to download the Flash player
else
if user refuse accept downloading the flash player
then switch to static HTML page (non-Flash).
Re: My Flash Movies Are Blocked By Browsers. Why? by Elgaxton(m): 5:16pm On Feb 14, 2008
Hi all,

Here's the fix:

goto

http://blog.deconcept.com/swfobject/swfobject.zip


unzip the file and copy the Javascript file to the location of your HTML file then;


Open the Html file with Wordpad Right click the HTML file, select Open with and select wordpad)

Just after this line: "<! --saved from url = (0013) about: internet -->


Copy and paste this:

<div id="flashcontent">
<strong>You need to upgrade your Flash Player</strong>
This is replaced by the Flash content.
Place your alternate content here and users without the Flash plugin or with
Javascript turned off will see this. Content here allows you to leave out <code>noscript</code>
tags. Include a link to <a href="swfobject.html?detectflash=false">bypass the detection</a> if you wish.
</div>

<script type="text/javascript">
// <![CDATA[

var so = new SWFObject("Filename.swf", "filename", "300", "300", "8", "#FF6600"wink;

so.write("flashcontent"wink;

// ]]>
</script>


Where Filename = name of flash file

filename = anyname u like

300 and 300 are dimensions of your flash file

8 = version of flash you want to access it

FF6600 = background colour of Flash document


Of course you know that :

"flashcontent" can be changed to any name you like but must be the same with the name in the div tag.

I wish you the best.

Tell us wether it worked o.

(1) (Reply)

I'm Giving Out These Tech Books / Nigerian Online Chat App / Programming For Beginners

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 22
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.