In the Flash-generated code that places a Flash CS3 file within an
HTML document, there appear to be three separate references to the SWF
file: "src", "name" and "movie". Must all three references be updated
if I'm hand-tweaking the code to reference a different SWF file? It
seems to work ok just to change the "movie" parameter, but I'd hate to
find out later that the other parameters are crucial to update as
well. (I have literally hundreds of HTML pages to update manually, so
any reduction in necessary steps is significant.)
Thanks.
Travis Newbury - 29 Jul 2008 23:45 GMT
> In the Flash-generated code that places a Flash CS3 file within an
> HTML document, there appear to be three separate references to the SWF
[quoted text clipped - 6 lines]
>
> Thanks.
Don't use Flashes default object code it required both the movie param
and the embed param. Take a look at http://www.alistapart.com/articles/flashsatay
--
Travis
Flash Crap: http://travisnewbury.blogspot.com
Fleemo - 31 Jul 2008 23:13 GMT
>Don't use Flashes default object code it required both the movie param
and the embed param. Take a look at http://www.alistapart.com/articles/flashsatay
<
Thanks for the link, Travis.