impulse
07-21-2006, 09:32 AM
I'm having some problems with inserting flash into my html page. The page has to be w3c validate. I found a link for the Satay Method, http://www.alistapart.com/articles/flashsatay/. I must be doing something wrong, I can't get it to work.
I have created a new flash movie with the following ActionScript on Frame 1 and save it as c.swf
_root.loadMovie(_root.path,0);
c.swf?path=indexFl.swf
I then placed the following in my html coding...
<object type="application/x-shockwave-flash" data="c.swf?path=indexFl.swf" width="600" height="80">
<param name="test" value="c.swf?path=indexFl.swf" />
I'm about ready to pull my hair out. Will someone please shed so light on this for me.
I have created a new flash movie with the following ActionScript on Frame 1 and save it as c.swf
_root.loadMovie(_root.path,0);
c.swf?path=indexFl.swf
I then placed the following in my html coding...
<object type="application/x-shockwave-flash" data="c.swf?path=indexFl.swf" width="600" height="80">
<param name="test" value="c.swf?path=indexFl.swf" />
I'm about ready to pull my hair out. Will someone please shed so light on this for me.