Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows VistaWindows XPWindows MeWindows 98Windows 95Virtual PCInternet ExplorerOutlook ExpressWindows MediaSecurity
Related Topics
MS Server ProductsMS OfficePC HardwareMore Topics ...

Windows Forum / Internet Explorer / General Topics / June 2007

Tip: Looking for answers? Try searching our database.

internet explorer and the embed tag

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ionaw - 26 Jun 2007 10:33 GMT
I want to make my page XHTML compliant but when I am embedding Flash with the
embed tag and validating in Dreamweaver, I get the reply that the embed is
not XHTML compliant. Have tried a workaround:

<object type="application/x-shockwave-flash"
data="c.swf?path=movie.swf"
width="400" height="300">
<param name="movie"
value="c.swf?path=movie.swf" />
</object>   

it does not however work in IE - or takes a long time to load.
PA Bear - 26 Jun 2007 15:32 GMT
Start here http://msdn2.microsoft.com/en-us/ie/default.aspx and here
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

Signature

~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)
AumHa VSOP & Admin; DTS-L.org

> I want to make my page XHTML compliant but when I am embedding Flash with
> the embed tag and validating in Dreamweaver, I get the reply that the
[quoted text clipped - 9 lines]
>
> it does not however work in IE - or takes a long time to load.
Donald Anadell - 26 Jun 2007 18:37 GMT
Hi,

Judging by the code you posted it would appear that you are trying to use
the "Flash Satay" workaround:
http://www.alistapart.com/articles/flashsatay/
whereby you are using a small container movie "c.swf" to call the main movie
"movie.swf".

The container movie(c.swf) contains an ActionScript that loads the main
movie:
_root.loadMovie(_root.path,0);

While this may be a good workaround for validating XHTML document, it falls
short of getting around the EOLAS problems in IE6||IE7.  In either Browser
you will have the "Click to Activate and use this control" (IE6), or, "Press
SPACEBAR or ENTER to activate and use this control" (IE7).

To get around the EOLAS problem, you must load the Flash content from an
external
.js file.

1. Bobby van der Sluis' "Unobstrusive Flash Objects(UFO) Method":
http://www.bobbyvandersluis.com/ufo/

2. Geoff Stearns' "SWFObject Method":
http://blog.deconcept.com/swfobject/
http://www.adobe.com/devnet/flash/articles/swfobject.html

3. Adobe "document.write" Method:
http://www.adobe.com/devnet/activecontent/articles/devletter.html

"The Dreamweaver 8.0.2 Updater and Flash Active Content Update Extension
include templates and code for publishing active content under the new
guidelines. In addition, you can find more information in the Active Content
Developer Center."

Good luck,

Donald Anadell

>I want to make my page XHTML compliant but when I am embedding Flash with
>the
[quoted text clipped - 9 lines]
>
> it does not however work in IE - or takes a long time to load.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.