How to insert a flash .swf file into web page?
-
I am using the following basic code to insert a flash .swf file into my site: www.street.com.sg, <object> <embed src="streetdirectory.swf" width="550" height="400" /> </object> However, it can be displayed very fast at Firefox, but I need to wait for quite long for it being displayed at IE. Does anybody know how to display it fast at IE? If I use the following code, <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-4… codebase="http://download.macromedia.c… cabs/flash/swflash.cab#version=6,0,40,… width="468" height="60" id="mymoviename"> <param name="movie" value="streetdirectory.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="streetdirectory.swf" quality="high" bgcolor="#ffffff" width="468" height="60" name="mymoviename" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com… </embed> </object> what is the meaning of classid="clsid:d27cdb6e-ae6d-11cf-96b8-4… Can I change classid to other value? THANKS!
-
Answer:
IE can be up to 150 times slower than Firefox - it's not your site's problem, it's Microsoft's problem. (The biggest bear in the woods eats where he wants.) If you insist on making sites that work with every bug that IE comes out with, make sure that your medical insurance covers psychiatric care, for when you lose your mind. (Hair transplants might be another thing you should have covered.)
charles at Yahoo! Answers Visit the source
Related Q & A:
- How can I make a dynamic web page in PHP?Best solution by Yahoo! Answers
- Can I post a flash or video file in my yahoo 360 page?Best solution by Yahoo! Answers
- How to insert a picture into email?Best solution by Yahoo! Answers
- What are .cue files and how to separate a large flac file?Best solution by techsupportalert.com
- How to insert a date variable in java?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.