|
|
|
|
![]() ![]() |
May 3 2006, 12:39 AM
Post
#1
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 157 Joined: 28-January 06 From: San leandro, California, USA Member No.: 17,828 |
Hi everyone,
There is a problem on my site and it has me compleatly like "WTF!!". I seriously dought it is trap17 servers that are doing this and am sure it is something in my coding that did this. For some reason none of my FLASH videos will play correctly on IE but when using Firefox it will work. I have no reason why that would be. I am looking to have my site optimized for both FireFox and IE browsers. If anyone knows anything abou this problem please tell me. Also, this problem is not only in my home page it also happens in all other video areas as well PLEASE HELP!!! Thank you, illdevilinc NOTICE: For some reason IE does not like me videos not the embed code, if you have both IE 6 (with update) and FireFox you can see what changes in the browsers (the link is below). I am compleatly puzzled. For additional information, the flash was designed in Flash 8 form Macromedia. If anyone nows anything please post a reply DIRECT LOCATION OF A SAMPLE VIDEO: http://www.illdevilinc.com/server1/videos/...t_you/video.swf This post has been edited by illdevilinc: May 10 2006, 02:10 AM |
|
|
|
May 3 2006, 01:12 AM
Post
#2
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 56 Joined: 8-January 06 Member No.: 16,762 |
Is your visitors having these problems too? Also, do you have the latest version of IE? If it's your coding then it probably would'nt work in Firefox either...Also, are you completly sure you've optimized it for both...?
I can't think of a reason why it would be doing that, you might also not have the latest version of Macromedia on the IE explorer...Get in touch with somebody and tell them to see if it works in IE, or PM me your URL... |
|
|
|
May 3 2006, 01:32 AM
Post
#3
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 106 Joined: 1-April 06 Member No.: 21,148 |
As another member pointed out, Microsoft was sued for copyright infringement, so embedded video content now must be actived by clicking on it before it starts. You can get around this by using javascript to write out the embedding code. Other than that, your site works fine for me in Internet Explorer.
Also, speaking of copyrighted material, I'm fairly sure that those music videos violate the band's/music company's copyright, as well as the Trap17 terms of service. Unless I'm wrong, and you've somehow obtained consent from them. |
|
|
|
May 3 2006, 02:31 AM
Post
#4
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 157 Joined: 28-January 06 From: San leandro, California, USA Member No.: 17,828 |
As another member pointed out, Microsoft was sued for copyright infringement, so embedded video content now must be actived by clicking on it before it starts. You can get around this by using javascript to write out the embedding code. Other than that, your site works fine for me in Internet Explorer. Also, speaking of copyrighted material, I'm fairly sure that those music videos violate the band's/music company's copyright, as well as the Trap17 terms of service. Unless I'm wrong, and you've somehow obtained consent from them. Well that explanes why my IE stuff isnt working. I have created my own wor around by cutting off IE support from my site. Most people use firefox now and if they dont then i have provided them with a download link. Thanks for helping me come to the conclution why the browser isnt woring though. And about the copyright thing you said about my site, the videos are not hosted on the trap17 server and the videos are legal. But thanks for the clarification! |
|
|
|
May 3 2006, 07:10 AM
Post
#5
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,205 Joined: 25-March 05 Member No.: 4,883 |
Embedding flash, media player, java applets, or any other objects are coded differently for different browsers.
CODE <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"></embed> </object> This is the minimum code to embed a flash application. To further customise your flash workability, you will need to add on additional parameters with the <param> tags. http://msdn.microsoft.com/library/default....jects/param.asp You can see that in the set of codes above, there's <object> and <embed> tags. You need both of them. Here's why.. <object> tag is recognized by Internet Explorer, and Netscape recognizes the <embed> tag and ignores the <object> tag. You've probably did not include that <object> tag, and hence your flash application, or any object, is not viewable on Internet Explorer. Firefox follows Netscape's standard of coding, hence you can see them in Firefox. |
|
|
|
May 3 2006, 07:20 AM
Post
#6
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 130 Joined: 1-May 06 Member No.: 22,833 |
Hi I have flash content playing on my site and it works in IE. Have a look at the site and code and see if you can get anything from it http://www.darkerthanvanilla.com.au/familyhistory.html . I hope it helps you
|
|
|
|
May 7 2006, 05:14 AM
Post
#7
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 157 Joined: 28-January 06 From: San leandro, California, USA Member No.: 17,828 |
Embedding flash, media player, java applets, or any other objects are coded differently for different browsers. CODE <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"></embed> </object> This is the minimum code to embed a flash application. To further customise your flash workability, you will need to add on additional parameters with the <param> tags. http://msdn.microsoft.com/library/default....jects/param.asp You can see that in the set of codes above, there's <object> and <embed> tags. You need both of them. Here's why.. <object> tag is recognized by Internet Explorer, and Netscape recognizes the <embed> tag and ignores the <object> tag. You've probably did not include that <object> tag, and hence your flash application, or any object, is not viewable on Internet Explorer. Firefox follows Netscape's standard of coding, hence you can see them in Firefox. The code is fine, it is imbedded in a object code. The site usually has no problems in IE because it is designed with Microsoft Frontpage. And since it is designed with frontpage, it usually looks good in IE and looks like compleate crap in other browsers. But i made it easy on myself and shutdown IE support and transfered it all to FireFox. Thanks for the help everyone, but the reason has already been indetified and The Flash that i have made has not been designed to be activated automaticly so im just leaving a error page and a link to get firefox. |
|
|
|
May 7 2006, 02:39 PM
Post
#8
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,205 Joined: 25-March 05 Member No.: 4,883 |
But i made it easy on myself and shutdown IE support and transfered it all to FireFox. Thanks for the help everyone, but the reason has already been indetified and The Flash that i have made has not been designed to be activated automaticly so im just leaving a error page and a link to get firefox. Good idea, but I don't think that something professional as a web designer or a web programmer. If you've seen the statistics of those who had visited your site, most of the browsers used are usually logged down as Internet Explorer. IE still holds the largest share of percentage. In almost anywhere, you can see many people uses Internet Explorer. If you tell them about Firefox or any other browsers, they will say "huh?". So a professional web designer ensures that his web pages that he is creating is viewable on all browsers. Although sometimes when objects or elements compatibility problem occur, the web designer must still make the sites look alike on all browsers. A note below the page can be then added to say that the site is best viewed with Firefox or some sort like that. What you are doing now must probably piss off those people who doesn't know what is Firefox about, or doesn't bother to install Firefox, or whatsoever. Probably those people surfing the internet in the cyber-cafes or computer shops will never visit your site again. Remember that a good web designer always ensures that the site looks alike on all browsers. If Microsoft, Google or Yahoo can do it, why can't you? To ease your problem, you may like to explain more in detail and add in the source code. This will help people here in getting more into the point in solving your problem. |
|
|
|
May 8 2006, 05:12 AM
Post
#9
|
|
|
Premium |