Web Development Thread, Internet Explorer & Flash in Coding and Web Development; Hi all,
I have made a little flash movie which I wish to display on the school website. I have ...
-
3rd July 2007, 12:17 PM #1 Internet Explorer & Flash
Hi all,
I have made a little flash movie which I wish to display on the school website. I have embedded the flash movie into an HTML document as a test. I opened it locally in IE and it works fine, however when I open it in IE when it is on the webserver, it just fails to load (this appears to happen in IE6 and IE7).
However, when I open it in firefox on the webserver, it works fine?
The test page I made can be found here:
http://www.ridpoolprimary.co.uk/year2.htm
Is this security permissions in IE that is causing this to happen? If so, what is causing IE to block it and how would I get IE to accept it as legitimate?
Thanks!
-
-
IDG Tech News
-
3rd July 2007, 12:23 PM #2 Re: Internet Explorer & Flash
Have you enabled 'Scripts and executables' to be ran from the web server?
This could solve it.
-
-
3rd July 2007, 12:35 PM #3 Re: Internet Explorer & Flash

Originally Posted by
kerrymoralee9280 Have you enabled 'Scripts and executables' to be ran from the web server?
This could solve it.
I'm a bit confused by your answer. I think you might misunderstand my first post. I'm not actually on the webserver, I meant when I'd uploaded it to the webserver, it just doesn't work.
Also, it works in firefox, just not internet explorer?
-
-
3rd July 2007, 12:42 PM #4 Re: Internet Explorer & Flash
Can you get access to the web server though?
-
-
3rd July 2007, 12:48 PM #5 Re: Internet Explorer & Flash
No
It isn't one we host in school. We rent it from plugsocket.
-
-
3rd July 2007, 01:11 PM #6 Re: Internet Explorer & Flash
I see, I might still be on the wrong line of things here, but can you ask your hosting to allow 'scripts and executables' on your account?
This might be stopping it from running on the webserver (because .swf are classed as executables I believe).
-
-
3rd July 2007, 01:29 PM #7 Re: Internet Explorer & Flash
It's nothing to do with executable processing on your webserver, flash files are executable on the client. The server just servers it as though it is any other file.
It file works for me in Firefox, but like you state fails in internet explorer. Fiddling with all Internet Options does nothing which leads me to believe that it's something to do with how the html page year2.htm was created.
Since you are using wink, can you render the project again, and upload both the .swf and .html file to your webserver and try it again.
Matt
Edit: Ignore that, just looked at some of my wink projects and the html rendered is the same as yours. Running mine locally work fine. As does yours.
Does seem to be something to do with IE settings then, let me investigate a bit more.
-
-
3rd July 2007, 01:57 PM #8 Re: Internet Explorer & Flash
Your HTML is wrong. Here it is fixed:
Code:
<HTML>
<BODY>
<center>
<object data="http://www.ridpoolprimary.co.uk/media/year2.swf" type="application/x-shockwave-flash" width="512" height="404">
<param name="MOVIE" value="http://www.ridpoolprimary.co.uk/media/year2.swf">
</object>
</center>
</BODY>
</HTML>
-
-
3rd July 2007, 02:10 PM #9 Re: Internet Explorer & Flash
<object>
<embed src..
Should still work Geoff.
Try placing the swf and html file in the same folder (i.e. don't use the media folder) and modify the html.
That seems to have worked for me also.
Curious.
Matt
-
-
3rd July 2007, 02:18 PM #10 Re: Internet Explorer & Flash
Not in Safari/Konqueror/Opera it doesn't.
-
-
3rd July 2007, 02:33 PM #11 Re: Internet Explorer & Flash
Thanks for your help and ideas guys... I'll use your ideas and get this fixed in a bit.
-
SHARE:
Similar Threads
-
By maniac in forum General Chat
Replies: 2
Last Post: 1st November 2007, 08:48 PM
-
By faza in forum Networks
Replies: 9
Last Post: 20th August 2007, 07:49 AM
-
By cadukit in forum Scripts
Replies: 0
Last Post: 16th August 2007, 10:47 AM
-
By thegrassisgreener in forum Windows
Replies: 1
Last Post: 16th July 2007, 01:48 PM
-
By Dos_Box in forum How do you do....it?
Replies: 2
Last Post: 7th January 2006, 09:40 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules