T
Tony
When I insert Flash with FrontPage 2002, it creates the standard <OBJECT></OBJECT> HTML
code as you would expect.
But I've seen some webpages where the Flash HTML code is written using JavaScript, as
in:
<script language="javascript">
var FlashPage
FlashPage =("<OB"+"JECT classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000' ");
FlashPage
+=("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versio
n=6,0,79,0' ");
_page +=("WIDTH='" +_theW+ "' HEIGHT='" +_theH+ "' ID='flashobjectswf' ALIGN=''> ");
and etc...
Clearly there's some advantage to breaking up the word OBJECT above and writing it out
as "<OB"+"JECT ..., but I don't know why?
What is the advantage of writing the Flash HTML out using JavaScript?
Thanks!!!
code as you would expect.
But I've seen some webpages where the Flash HTML code is written using JavaScript, as
in:
<script language="javascript">
var FlashPage
FlashPage =("<OB"+"JECT classid='clsid27CDB6E-AE6D-11cf-96B8-444553540000' ");
FlashPage
+=("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versio
n=6,0,79,0' ");
_page +=("WIDTH='" +_theW+ "' HEIGHT='" +_theH+ "' ID='flashobjectswf' ALIGN=''> ");
and etc...
Clearly there's some advantage to breaking up the word OBJECT above and writing it out
as "<OB"+"JECT ..., but I don't know why?
What is the advantage of writing the Flash HTML out using JavaScript?
Thanks!!!