I have tried to get this flash code to work using "movie in flash format
properties".
This is the code that Front Page has created for the swf file alexnew.swf

<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
id="alexnew"
width="567" height="295"
>
<param name="movie" value="alexnew.swf">

<param name="bgcolor" value="#000000">
<param name="quality" value="High">
<param name="wmode" value="transparent">

<param name="allowscriptaccess" value="samedomain">


<param name="base" value="../">


<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="alexnew"
width="567" height="295"

src="alexnew.swf"

bgcolor="#000000"
quality="High"
wmode="transparent"
allowscriptaccess="samedomain" base="../">
<noembed>
</noembed>
</embed>
</object>

This is the url:
http://www.alexdasilva.com/home/alexhome.html

Why isn't the code working in I.E. or any other browsers?

Re: Flash Properties coding not displaying in browsers by Rob

Rob
Mon Aug 28 08:46:36 CDT 2006

It's working in my IE.

If you mean; why isn't new.swf playing, then the file location or the path
is incorrect.



"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
|I have tried to get this flash code to work using "movie in flash format
| properties".
| This is the code that Front Page has created for the swf file alexnew.swf
|
| <object
| classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
|
|
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
| id="alexnew"
| width="567" height="295"
| >
| <param name="movie" value="alexnew.swf">
|
| <param name="bgcolor" value="#000000">
| <param name="quality" value="High">
| <param name="wmode" value="transparent">
|
| <param name="allowscriptaccess" value="samedomain">
|
|
| <param name="base" value="../">
|
|
| <embed
| type="application/x-shockwave-flash"
| pluginspage="http://www.macromedia.com/go/getflashplayer"
| name="alexnew"
| width="567" height="295"
|
| src="alexnew.swf"
|
| bgcolor="#000000"
| quality="High"
| wmode="transparent"
| allowscriptaccess="samedomain" base="../">
| <noembed>
| </noembed>
| </embed>
| </object>
|
| This is the url:
| http://www.alexdasilva.com/home/alexhome.html
|
| Why isn't the code working in I.E. or any other browsers?
|



Re: Flash Properties coding not displaying in browsers by Miklos

Miklos
Mon Aug 28 13:24:02 CDT 2006

I was writing about alexnew.swf.
I was told there is some new active x problem with swf files and I.E.
And that the fonts in the swf can prevent browsers from loading files.
For some reason I can't see this in I.E.


"Rob Giordano (Crash)" wrote:

> It's working in my IE.
>
> If you mean; why isn't new.swf playing, then the file location or the path
> is incorrect.
>
>
>
> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
> |I have tried to get this flash code to work using "movie in flash format
> | properties".
> | This is the code that Front Page has created for the swf file alexnew.swf
> |
> | <object
> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> |
> |
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
> | id="alexnew"
> | width="567" height="295"
> | >
> | <param name="movie" value="alexnew.swf">
> |
> | <param name="bgcolor" value="#000000">
> | <param name="quality" value="High">
> | <param name="wmode" value="transparent">
> |
> | <param name="allowscriptaccess" value="samedomain">
> |
> |
> | <param name="base" value="../">
> |
> |
> | <embed
> | type="application/x-shockwave-flash"
> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> | name="alexnew"
> | width="567" height="295"
> |
> | src="alexnew.swf"
> |
> | bgcolor="#000000"
> | quality="High"
> | wmode="transparent"
> | allowscriptaccess="samedomain" base="../">
> | <noembed>
> | </noembed>
> | </embed>
> | </object>
> |
> | This is the url:
> | http://www.alexdasilva.com/home/alexhome.html
> |
> | Why isn't the code working in I.E. or any other browsers?
> |
>
>
>

Re: Flash Properties coding not displaying in browsers by Ronx

Ronx
Mon Aug 28 13:42:35 CDT 2006

The only .swf file I can see a problem with is new.swf
<param name="movie" value="new.swf">
should be
<param name="movie" value="../new.swf">

A security measure requires that flash, active-x, and Java objects require
to be activated in the browser by clicking the object, pressing space bar
or enter key.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
>I was writing about alexnew.swf.
> I was told there is some new active x problem with swf files and I.E.
> And that the fonts in the swf can prevent browsers from loading files.
> For some reason I can't see this in I.E.
>
>
> "Rob Giordano (Crash)" wrote:
>
>> It's working in my IE.
>>
>> If you mean; why isn't new.swf playing, then the file location or the
>> path
>> is incorrect.
>>
>>
>>
>> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
>> |I have tried to get this flash code to work using "movie in flash
>> format
>> | properties".
>> | This is the code that Front Page has created for the swf file
>> alexnew.swf
>> |
>> | <object
>> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> |
>> |
>> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
>> | id="alexnew"
>> | width="567" height="295"
>> | >
>> | <param name="movie" value="alexnew.swf">
>> |
>> | <param name="bgcolor" value="#000000">
>> | <param name="quality" value="High">
>> | <param name="wmode" value="transparent">
>> |
>> | <param name="allowscriptaccess" value="samedomain">
>> |
>> |
>> | <param name="base" value="../">
>> |
>> |
>> | <embed
>> | type="application/x-shockwave-flash"
>> | pluginspage="http://www.macromedia.com/go/getflashplayer"
>> | name="alexnew"
>> | width="567" height="295"
>> |
>> | src="alexnew.swf"
>> |
>> | bgcolor="#000000"
>> | quality="High"
>> | wmode="transparent"
>> | allowscriptaccess="samedomain" base="../">
>> | <noembed>
>> | </noembed>
>> | </embed>
>> | </object>
>> |
>> | This is the url:
>> | http://www.alexdasilva.com/home/alexhome.html
>> |
>> | Why isn't the code working in I.E. or any other browsers?
>> |
>>
>>
>>



Re: Flash Properties coding not displaying in browsers by Miklos

Miklos
Mon Aug 28 15:07:02 CDT 2006

OK...thanks.............................
I still dont see the flash movie in I.E.---can't understand why.


"Ronx" wrote:

> The only .swf file I can see a problem with is new.swf
> <param name="movie" value="new.swf">
> should be
> <param name="movie" value="../new.swf">
>
> A security measure requires that flash, active-x, and Java objects require
> to be activated in the browser by clicking the object, pressing space bar
> or enter key.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
> >I was writing about alexnew.swf.
> > I was told there is some new active x problem with swf files and I.E.
> > And that the fonts in the swf can prevent browsers from loading files.
> > For some reason I can't see this in I.E.
> >
> >
> > "Rob Giordano (Crash)" wrote:
> >
> >> It's working in my IE.
> >>
> >> If you mean; why isn't new.swf playing, then the file location or the
> >> path
> >> is incorrect.
> >>
> >>
> >>
> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
> >> |I have tried to get this flash code to work using "movie in flash
> >> format
> >> | properties".
> >> | This is the code that Front Page has created for the swf file
> >> alexnew.swf
> >> |
> >> | <object
> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> >> |
> >> |
> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
> >> | id="alexnew"
> >> | width="567" height="295"
> >> | >
> >> | <param name="movie" value="alexnew.swf">
> >> |
> >> | <param name="bgcolor" value="#000000">
> >> | <param name="quality" value="High">
> >> | <param name="wmode" value="transparent">
> >> |
> >> | <param name="allowscriptaccess" value="samedomain">
> >> |
> >> |
> >> | <param name="base" value="../">
> >> |
> >> |
> >> | <embed
> >> | type="application/x-shockwave-flash"
> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> >> | name="alexnew"
> >> | width="567" height="295"
> >> |
> >> | src="alexnew.swf"
> >> |
> >> | bgcolor="#000000"
> >> | quality="High"
> >> | wmode="transparent"
> >> | allowscriptaccess="samedomain" base="../">
> >> | <noembed>
> >> | </noembed>
> >> | </embed>
> >> | </object>
> >> |
> >> | This is the url:
> >> | http://www.alexdasilva.com/home/alexhome.html
> >> |
> >> | Why isn't the code working in I.E. or any other browsers?
> >> |
> >>
> >>
> >>
>
>
>

Re: Flash Properties coding not displaying in browsers by Thomas

Thomas
Mon Aug 28 15:50:57 CDT 2006

Do you have ActiveX and Multimedia options enabled in your browser?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
> OK...thanks.............................
> I still dont see the flash movie in I.E.---can't understand why.
>
>
> "Ronx" wrote:
>
>> The only .swf file I can see a problem with is new.swf
>> <param name="movie" value="new.swf">
>> should be
>> <param name="movie" value="../new.swf">
>>
>> A security measure requires that flash, active-x, and Java objects require
>> to be activated in the browser by clicking the object, pressing space bar
>> or enter key.
>> --
>> Ron Symonds - Microsoft MVP (FrontPage)
>> Reply only to group - emails will be deleted unread.
>> FrontPage Support: http://www.frontpagemvps.com/
>>
>> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
>> >I was writing about alexnew.swf.
>> > I was told there is some new active x problem with swf files and I.E.
>> > And that the fonts in the swf can prevent browsers from loading files.
>> > For some reason I can't see this in I.E.
>> >
>> >
>> > "Rob Giordano (Crash)" wrote:
>> >
>> >> It's working in my IE.
>> >>
>> >> If you mean; why isn't new.swf playing, then the file location or the
>> >> path
>> >> is incorrect.
>> >>
>> >>
>> >>
>> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
>> >> |I have tried to get this flash code to work using "movie in flash
>> >> format
>> >> | properties".
>> >> | This is the code that Front Page has created for the swf file
>> >> alexnew.swf
>> >> |
>> >> | <object
>> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> >> |
>> >> |
>> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
>> >> | id="alexnew"
>> >> | width="567" height="295"
>> >> | >
>> >> | <param name="movie" value="alexnew.swf">
>> >> |
>> >> | <param name="bgcolor" value="#000000">
>> >> | <param name="quality" value="High">
>> >> | <param name="wmode" value="transparent">
>> >> |
>> >> | <param name="allowscriptaccess" value="samedomain">
>> >> |
>> >> |
>> >> | <param name="base" value="../">
>> >> |
>> >> |
>> >> | <embed
>> >> | type="application/x-shockwave-flash"
>> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
>> >> | name="alexnew"
>> >> | width="567" height="295"
>> >> |
>> >> | src="alexnew.swf"
>> >> |
>> >> | bgcolor="#000000"
>> >> | quality="High"
>> >> | wmode="transparent"
>> >> | allowscriptaccess="samedomain" base="../">
>> >> | <noembed>
>> >> | </noembed>
>> >> | </embed>
>> >> | </object>
>> >> |
>> >> | This is the url:
>> >> | http://www.alexdasilva.com/home/alexhome.html
>> >> |
>> >> | Why isn't the code working in I.E. or any other browsers?
>> >> |
>> >>
>> >>
>> >>
>>
>>
>>



Re: Flash Properties coding not displaying in browsers by Miklos

Miklos
Mon Aug 28 16:49:01 CDT 2006

Where are those settings?


"Thomas A. Rowe" wrote:

> Do you have ActiveX and Multimedia options enabled in your browser?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
> > OK...thanks.............................
> > I still dont see the flash movie in I.E.---can't understand why.
> >
> >
> > "Ronx" wrote:
> >
> >> The only .swf file I can see a problem with is new.swf
> >> <param name="movie" value="new.swf">
> >> should be
> >> <param name="movie" value="../new.swf">
> >>
> >> A security measure requires that flash, active-x, and Java objects require
> >> to be activated in the browser by clicking the object, pressing space bar
> >> or enter key.
> >> --
> >> Ron Symonds - Microsoft MVP (FrontPage)
> >> Reply only to group - emails will be deleted unread.
> >> FrontPage Support: http://www.frontpagemvps.com/
> >>
> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
> >> >I was writing about alexnew.swf.
> >> > I was told there is some new active x problem with swf files and I.E.
> >> > And that the fonts in the swf can prevent browsers from loading files.
> >> > For some reason I can't see this in I.E.
> >> >
> >> >
> >> > "Rob Giordano (Crash)" wrote:
> >> >
> >> >> It's working in my IE.
> >> >>
> >> >> If you mean; why isn't new.swf playing, then the file location or the
> >> >> path
> >> >> is incorrect.
> >> >>
> >> >>
> >> >>
> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
> >> >> |I have tried to get this flash code to work using "movie in flash
> >> >> format
> >> >> | properties".
> >> >> | This is the code that Front Page has created for the swf file
> >> >> alexnew.swf
> >> >> |
> >> >> | <object
> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> >> >> |
> >> >> |
> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
> >> >> | id="alexnew"
> >> >> | width="567" height="295"
> >> >> | >
> >> >> | <param name="movie" value="alexnew.swf">
> >> >> |
> >> >> | <param name="bgcolor" value="#000000">
> >> >> | <param name="quality" value="High">
> >> >> | <param name="wmode" value="transparent">
> >> >> |
> >> >> | <param name="allowscriptaccess" value="samedomain">
> >> >> |
> >> >> |
> >> >> | <param name="base" value="../">
> >> >> |
> >> >> |
> >> >> | <embed
> >> >> | type="application/x-shockwave-flash"
> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> >> >> | name="alexnew"
> >> >> | width="567" height="295"
> >> >> |
> >> >> | src="alexnew.swf"
> >> >> |
> >> >> | bgcolor="#000000"
> >> >> | quality="High"
> >> >> | wmode="transparent"
> >> >> | allowscriptaccess="samedomain" base="../">
> >> >> | <noembed>
> >> >> | </noembed>
> >> >> | </embed>
> >> >> | </object>
> >> >> |
> >> >> | This is the url:
> >> >> | http://www.alexdasilva.com/home/alexhome.html
> >> >> |
> >> >> | Why isn't the code working in I.E. or any other browsers?
> >> >> |
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Flash Properties coding not displaying in browsers by Thomas

Thomas
Mon Aug 28 16:51:41 CDT 2006

Tools | Internet Options | Security

and

Tools | Internet Options | Advanced

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:1C85CB78-8865-491D-A264-F8122A711884@microsoft.com...
> Where are those settings?
>
>
> "Thomas A. Rowe" wrote:
>
>> Do you have ActiveX and Multimedia options enabled in your browser?
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> ==============================================
>> Agents Real Estate Listing Network
>> http://www.NReal.com
>> ==============================================
>>
>>
>> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
>> > OK...thanks.............................
>> > I still dont see the flash movie in I.E.---can't understand why.
>> >
>> >
>> > "Ronx" wrote:
>> >
>> >> The only .swf file I can see a problem with is new.swf
>> >> <param name="movie" value="new.swf">
>> >> should be
>> >> <param name="movie" value="../new.swf">
>> >>
>> >> A security measure requires that flash, active-x, and Java objects require
>> >> to be activated in the browser by clicking the object, pressing space bar
>> >> or enter key.
>> >> --
>> >> Ron Symonds - Microsoft MVP (FrontPage)
>> >> Reply only to group - emails will be deleted unread.
>> >> FrontPage Support: http://www.frontpagemvps.com/
>> >>
>> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
>> >> >I was writing about alexnew.swf.
>> >> > I was told there is some new active x problem with swf files and I.E.
>> >> > And that the fonts in the swf can prevent browsers from loading files.
>> >> > For some reason I can't see this in I.E.
>> >> >
>> >> >
>> >> > "Rob Giordano (Crash)" wrote:
>> >> >
>> >> >> It's working in my IE.
>> >> >>
>> >> >> If you mean; why isn't new.swf playing, then the file location or the
>> >> >> path
>> >> >> is incorrect.
>> >> >>
>> >> >>
>> >> >>
>> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
>> >> >> |I have tried to get this flash code to work using "movie in flash
>> >> >> format
>> >> >> | properties".
>> >> >> | This is the code that Front Page has created for the swf file
>> >> >> alexnew.swf
>> >> >> |
>> >> >> | <object
>> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> >> >> |
>> >> >> |
>> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
>> >> >> | id="alexnew"
>> >> >> | width="567" height="295"
>> >> >> | >
>> >> >> | <param name="movie" value="alexnew.swf">
>> >> >> |
>> >> >> | <param name="bgcolor" value="#000000">
>> >> >> | <param name="quality" value="High">
>> >> >> | <param name="wmode" value="transparent">
>> >> >> |
>> >> >> | <param name="allowscriptaccess" value="samedomain">
>> >> >> |
>> >> >> |
>> >> >> | <param name="base" value="../">
>> >> >> |
>> >> >> |
>> >> >> | <embed
>> >> >> | type="application/x-shockwave-flash"
>> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
>> >> >> | name="alexnew"
>> >> >> | width="567" height="295"
>> >> >> |
>> >> >> | src="alexnew.swf"
>> >> >> |
>> >> >> | bgcolor="#000000"
>> >> >> | quality="High"
>> >> >> | wmode="transparent"
>> >> >> | allowscriptaccess="samedomain" base="../">
>> >> >> | <noembed>
>> >> >> | </noembed>
>> >> >> | </embed>
>> >> >> | </object>
>> >> >> |
>> >> >> | This is the url:
>> >> >> | http://www.alexdasilva.com/home/alexhome.html
>> >> >> |
>> >> >> | Why isn't the code working in I.E. or any other browsers?
>> >> >> |
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>



Re: Flash Properties coding not displaying in browsers by Miklos

Miklos
Mon Aug 28 16:52:02 CDT 2006

I found multimedia in advanced settings but not Active X.


"Thomas A. Rowe" wrote:

> Do you have ActiveX and Multimedia options enabled in your browser?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
> > OK...thanks.............................
> > I still dont see the flash movie in I.E.---can't understand why.
> >
> >
> > "Ronx" wrote:
> >
> >> The only .swf file I can see a problem with is new.swf
> >> <param name="movie" value="new.swf">
> >> should be
> >> <param name="movie" value="../new.swf">
> >>
> >> A security measure requires that flash, active-x, and Java objects require
> >> to be activated in the browser by clicking the object, pressing space bar
> >> or enter key.
> >> --
> >> Ron Symonds - Microsoft MVP (FrontPage)
> >> Reply only to group - emails will be deleted unread.
> >> FrontPage Support: http://www.frontpagemvps.com/
> >>
> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
> >> >I was writing about alexnew.swf.
> >> > I was told there is some new active x problem with swf files and I.E.
> >> > And that the fonts in the swf can prevent browsers from loading files.
> >> > For some reason I can't see this in I.E.
> >> >
> >> >
> >> > "Rob Giordano (Crash)" wrote:
> >> >
> >> >> It's working in my IE.
> >> >>
> >> >> If you mean; why isn't new.swf playing, then the file location or the
> >> >> path
> >> >> is incorrect.
> >> >>
> >> >>
> >> >>
> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
> >> >> |I have tried to get this flash code to work using "movie in flash
> >> >> format
> >> >> | properties".
> >> >> | This is the code that Front Page has created for the swf file
> >> >> alexnew.swf
> >> >> |
> >> >> | <object
> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> >> >> |
> >> >> |
> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
> >> >> | id="alexnew"
> >> >> | width="567" height="295"
> >> >> | >
> >> >> | <param name="movie" value="alexnew.swf">
> >> >> |
> >> >> | <param name="bgcolor" value="#000000">
> >> >> | <param name="quality" value="High">
> >> >> | <param name="wmode" value="transparent">
> >> >> |
> >> >> | <param name="allowscriptaccess" value="samedomain">
> >> >> |
> >> >> |
> >> >> | <param name="base" value="../">
> >> >> |
> >> >> |
> >> >> | <embed
> >> >> | type="application/x-shockwave-flash"
> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> >> >> | name="alexnew"
> >> >> | width="567" height="295"
> >> >> |
> >> >> | src="alexnew.swf"
> >> >> |
> >> >> | bgcolor="#000000"
> >> >> | quality="High"
> >> >> | wmode="transparent"
> >> >> | allowscriptaccess="samedomain" base="../">
> >> >> | <noembed>
> >> >> | </noembed>
> >> >> | </embed>
> >> >> | </object>
> >> >> |
> >> >> | This is the url:
> >> >> | http://www.alexdasilva.com/home/alexhome.html
> >> >> |
> >> >> | Why isn't the code working in I.E. or any other browsers?
> >> >> |
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Flash Properties coding not displaying in browsers by Thomas

Thomas
Tue Aug 29 08:45:27 CDT 2006

Did you look under Security?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:7F124B49-98C5-4228-808C-59B0656ADD25@microsoft.com...
>I found multimedia in advanced settings but not Active X.
>
>
> "Thomas A. Rowe" wrote:
>
>> Do you have ActiveX and Multimedia options enabled in your browser?
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> ==============================================
>> Agents Real Estate Listing Network
>> http://www.NReal.com
>> ==============================================
>>
>>
>> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
>> > OK...thanks.............................
>> > I still dont see the flash movie in I.E.---can't understand why.
>> >
>> >
>> > "Ronx" wrote:
>> >
>> >> The only .swf file I can see a problem with is new.swf
>> >> <param name="movie" value="new.swf">
>> >> should be
>> >> <param name="movie" value="../new.swf">
>> >>
>> >> A security measure requires that flash, active-x, and Java objects require
>> >> to be activated in the browser by clicking the object, pressing space bar
>> >> or enter key.
>> >> --
>> >> Ron Symonds - Microsoft MVP (FrontPage)
>> >> Reply only to group - emails will be deleted unread.
>> >> FrontPage Support: http://www.frontpagemvps.com/
>> >>
>> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
>> >> >I was writing about alexnew.swf.
>> >> > I was told there is some new active x problem with swf files and I.E.
>> >> > And that the fonts in the swf can prevent browsers from loading files.
>> >> > For some reason I can't see this in I.E.
>> >> >
>> >> >
>> >> > "Rob Giordano (Crash)" wrote:
>> >> >
>> >> >> It's working in my IE.
>> >> >>
>> >> >> If you mean; why isn't new.swf playing, then the file location or the
>> >> >> path
>> >> >> is incorrect.
>> >> >>
>> >> >>
>> >> >>
>> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
>> >> >> |I have tried to get this flash code to work using "movie in flash
>> >> >> format
>> >> >> | properties".
>> >> >> | This is the code that Front Page has created for the swf file
>> >> >> alexnew.swf
>> >> >> |
>> >> >> | <object
>> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> >> >> |
>> >> >> |
>> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
>> >> >> | id="alexnew"
>> >> >> | width="567" height="295"
>> >> >> | >
>> >> >> | <param name="movie" value="alexnew.swf">
>> >> >> |
>> >> >> | <param name="bgcolor" value="#000000">
>> >> >> | <param name="quality" value="High">
>> >> >> | <param name="wmode" value="transparent">
>> >> >> |
>> >> >> | <param name="allowscriptaccess" value="samedomain">
>> >> >> |
>> >> >> |
>> >> >> | <param name="base" value="../">
>> >> >> |
>> >> >> |
>> >> >> | <embed
>> >> >> | type="application/x-shockwave-flash"
>> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
>> >> >> | name="alexnew"
>> >> >> | width="567" height="295"
>> >> >> |
>> >> >> | src="alexnew.swf"
>> >> >> |
>> >> >> | bgcolor="#000000"
>> >> >> | quality="High"
>> >> >> | wmode="transparent"
>> >> >> | allowscriptaccess="samedomain" base="../">
>> >> >> | <noembed>
>> >> >> | </noembed>
>> >> >> | </embed>
>> >> >> | </object>
>> >> >> |
>> >> >> | This is the url:
>> >> >> | http://www.alexdasilva.com/home/alexhome.html
>> >> >> |
>> >> >> | Why isn't the code working in I.E. or any other browsers?
>> >> >> |
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>



Re: Flash Properties coding not displaying in browsers by Miklos

Miklos
Wed Aug 30 00:29:02 CDT 2006

All security is set at default.


"Thomas A. Rowe" wrote:

> Did you look under Security?
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> news:7F124B49-98C5-4228-808C-59B0656ADD25@microsoft.com...
> >I found multimedia in advanced settings but not Active X.
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> Do you have ActiveX and Multimedia options enabled in your browser?
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe
> >> Microsoft MVP - FrontPage
> >> ==============================================
> >> Agents Real Estate Listing Network
> >> http://www.NReal.com
> >> ==============================================
> >>
> >>
> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
> >> > OK...thanks.............................
> >> > I still dont see the flash movie in I.E.---can't understand why.
> >> >
> >> >
> >> > "Ronx" wrote:
> >> >
> >> >> The only .swf file I can see a problem with is new.swf
> >> >> <param name="movie" value="new.swf">
> >> >> should be
> >> >> <param name="movie" value="../new.swf">
> >> >>
> >> >> A security measure requires that flash, active-x, and Java objects require
> >> >> to be activated in the browser by clicking the object, pressing space bar
> >> >> or enter key.
> >> >> --
> >> >> Ron Symonds - Microsoft MVP (FrontPage)
> >> >> Reply only to group - emails will be deleted unread.
> >> >> FrontPage Support: http://www.frontpagemvps.com/
> >> >>
> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
> >> >> >I was writing about alexnew.swf.
> >> >> > I was told there is some new active x problem with swf files and I.E.
> >> >> > And that the fonts in the swf can prevent browsers from loading files.
> >> >> > For some reason I can't see this in I.E.
> >> >> >
> >> >> >
> >> >> > "Rob Giordano (Crash)" wrote:
> >> >> >
> >> >> >> It's working in my IE.
> >> >> >>
> >> >> >> If you mean; why isn't new.swf playing, then the file location or the
> >> >> >> path
> >> >> >> is incorrect.
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
> >> >> >> |I have tried to get this flash code to work using "movie in flash
> >> >> >> format
> >> >> >> | properties".
> >> >> >> | This is the code that Front Page has created for the swf file
> >> >> >> alexnew.swf
> >> >> >> |
> >> >> >> | <object
> >> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> >> >> >> |
> >> >> >> |
> >> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
> >> >> >> | id="alexnew"
> >> >> >> | width="567" height="295"
> >> >> >> | >
> >> >> >> | <param name="movie" value="alexnew.swf">
> >> >> >> |
> >> >> >> | <param name="bgcolor" value="#000000">
> >> >> >> | <param name="quality" value="High">
> >> >> >> | <param name="wmode" value="transparent">
> >> >> >> |
> >> >> >> | <param name="allowscriptaccess" value="samedomain">
> >> >> >> |
> >> >> >> |
> >> >> >> | <param name="base" value="../">
> >> >> >> |
> >> >> >> |
> >> >> >> | <embed
> >> >> >> | type="application/x-shockwave-flash"
> >> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> >> >> >> | name="alexnew"
> >> >> >> | width="567" height="295"
> >> >> >> |
> >> >> >> | src="alexnew.swf"
> >> >> >> |
> >> >> >> | bgcolor="#000000"
> >> >> >> | quality="High"
> >> >> >> | wmode="transparent"
> >> >> >> | allowscriptaccess="samedomain" base="../">
> >> >> >> | <noembed>
> >> >> >> | </noembed>
> >> >> >> | </embed>
> >> >> >> | </object>
> >> >> >> |
> >> >> >> | This is the url:
> >> >> >> | http://www.alexdasilva.com/home/alexhome.html
> >> >> >> |
> >> >> >> | Why isn't the code working in I.E. or any other browsers?
> >> >> >> |
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Flash Properties coding not displaying in browsers by Thomas

Thomas
Wed Aug 30 05:35:20 CDT 2006

Then you have to enable ActiveX under Security tab.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:249AE941-3736-4EA9-A541-8FF7EB85E105@microsoft.com...
> All security is set at default.
>
>
> "Thomas A. Rowe" wrote:
>
>> Did you look under Security?
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> ==============================================
>> Agents Real Estate Listing Network
>> http://www.NReal.com
>> ==============================================
>>
>>
>> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> news:7F124B49-98C5-4228-808C-59B0656ADD25@microsoft.com...
>> >I found multimedia in advanced settings but not Active X.
>> >
>> >
>> > "Thomas A. Rowe" wrote:
>> >
>> >> Do you have ActiveX and Multimedia options enabled in your browser?
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe
>> >> Microsoft MVP - FrontPage
>> >> ==============================================
>> >> Agents Real Estate Listing Network
>> >> http://www.NReal.com
>> >> ==============================================
>> >>
>> >>
>> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
>> >> > OK...thanks.............................
>> >> > I still dont see the flash movie in I.E.---can't understand why.
>> >> >
>> >> >
>> >> > "Ronx" wrote:
>> >> >
>> >> >> The only .swf file I can see a problem with is new.swf
>> >> >> <param name="movie" value="new.swf">
>> >> >> should be
>> >> >> <param name="movie" value="../new.swf">
>> >> >>
>> >> >> A security measure requires that flash, active-x, and Java objects require
>> >> >> to be activated in the browser by clicking the object, pressing space bar
>> >> >> or enter key.
>> >> >> --
>> >> >> Ron Symonds - Microsoft MVP (FrontPage)
>> >> >> Reply only to group - emails will be deleted unread.
>> >> >> FrontPage Support: http://www.frontpagemvps.com/
>> >> >>
>> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
>> >> >> >I was writing about alexnew.swf.
>> >> >> > I was told there is some new active x problem with swf files and I.E.
>> >> >> > And that the fonts in the swf can prevent browsers from loading files.
>> >> >> > For some reason I can't see this in I.E.
>> >> >> >
>> >> >> >
>> >> >> > "Rob Giordano (Crash)" wrote:
>> >> >> >
>> >> >> >> It's working in my IE.
>> >> >> >>
>> >> >> >> If you mean; why isn't new.swf playing, then the file location or the
>> >> >> >> path
>> >> >> >> is incorrect.
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
>> >> >> >> |I have tried to get this flash code to work using "movie in flash
>> >> >> >> format
>> >> >> >> | properties".
>> >> >> >> | This is the code that Front Page has created for the swf file
>> >> >> >> alexnew.swf
>> >> >> >> |
>> >> >> >> | <object
>> >> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>> >> >> >> |
>> >> >> >> |
>> >> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
>> >> >> >> | id="alexnew"
>> >> >> >> | width="567" height="295"
>> >> >> >> | >
>> >> >> >> | <param name="movie" value="alexnew.swf">
>> >> >> >> |
>> >> >> >> | <param name="bgcolor" value="#000000">
>> >> >> >> | <param name="quality" value="High">
>> >> >> >> | <param name="wmode" value="transparent">
>> >> >> >> |
>> >> >> >> | <param name="allowscriptaccess" value="samedomain">
>> >> >> >> |
>> >> >> >> |
>> >> >> >> | <param name="base" value="../">
>> >> >> >> |
>> >> >> >> |
>> >> >> >> | <embed
>> >> >> >> | type="application/x-shockwave-flash"
>> >> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
>> >> >> >> | name="alexnew"
>> >> >> >> | width="567" height="295"
>> >> >> >> |
>> >> >> >> | src="alexnew.swf"
>> >> >> >> |
>> >> >> >> | bgcolor="#000000"
>> >> >> >> | quality="High"
>> >> >> >> | wmode="transparent"
>> >> >> >> | allowscriptaccess="samedomain" base="../">
>> >> >> >> | <noembed>
>> >> >> >> | </noembed>
>> >> >> >> | </embed>
>> >> >> >> | </object>
>> >> >> >> |
>> >> >> >> | This is the url:
>> >> >> >> | http://www.alexdasilva.com/home/alexhome.html
>> >> >> >> |
>> >> >> >> | Why isn't the code working in I.E. or any other browsers?
>> >> >> >> |
>> >> >> >>
>> >> >> >>
>> >> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>



Re: Flash Properties coding not displaying in browsers by Miklos

Miklos
Wed Aug 30 07:51:03 CDT 2006

You mean to set it to security/internet/low?
The lowest level?


"Thomas A. Rowe" wrote:

> Then you have to enable ActiveX under Security tab.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
> ==============================================
> Agents Real Estate Listing Network
> http://www.NReal.com
> ==============================================
>
>
> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> news:249AE941-3736-4EA9-A541-8FF7EB85E105@microsoft.com...
> > All security is set at default.
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> Did you look under Security?
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe
> >> Microsoft MVP - FrontPage
> >> ==============================================
> >> Agents Real Estate Listing Network
> >> http://www.NReal.com
> >> ==============================================
> >>
> >>
> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> news:7F124B49-98C5-4228-808C-59B0656ADD25@microsoft.com...
> >> >I found multimedia in advanced settings but not Active X.
> >> >
> >> >
> >> > "Thomas A. Rowe" wrote:
> >> >
> >> >> Do you have ActiveX and Multimedia options enabled in your browser?
> >> >>
> >> >> --
> >> >> ==============================================
> >> >> Thomas A. Rowe
> >> >> Microsoft MVP - FrontPage
> >> >> ==============================================
> >> >> Agents Real Estate Listing Network
> >> >> http://www.NReal.com
> >> >> ==============================================
> >> >>
> >> >>
> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
> >> >> > OK...thanks.............................
> >> >> > I still dont see the flash movie in I.E.---can't understand why.
> >> >> >
> >> >> >
> >> >> > "Ronx" wrote:
> >> >> >
> >> >> >> The only .swf file I can see a problem with is new.swf
> >> >> >> <param name="movie" value="new.swf">
> >> >> >> should be
> >> >> >> <param name="movie" value="../new.swf">
> >> >> >>
> >> >> >> A security measure requires that flash, active-x, and Java objects require
> >> >> >> to be activated in the browser by clicking the object, pressing space bar
> >> >> >> or enter key.
> >> >> >> --
> >> >> >> Ron Symonds - Microsoft MVP (FrontPage)
> >> >> >> Reply only to group - emails will be deleted unread.
> >> >> >> FrontPage Support: http://www.frontpagemvps.com/
> >> >> >>
> >> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> >> news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@microsoft.com...
> >> >> >> >I was writing about alexnew.swf.
> >> >> >> > I was told there is some new active x problem with swf files and I.E.
> >> >> >> > And that the fonts in the swf can prevent browsers from loading files.
> >> >> >> > For some reason I can't see this in I.E.
> >> >> >> >
> >> >> >> >
> >> >> >> > "Rob Giordano (Crash)" wrote:
> >> >> >> >
> >> >> >> >> It's working in my IE.
> >> >> >> >>
> >> >> >> >> If you mean; why isn't new.swf playing, then the file location or the
> >> >> >> >> path
> >> >> >> >> is incorrect.
> >> >> >> >>
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
> >> >> >> >> news:67F1622D-92D3-4603-B73A-422C80EE59A9@microsoft.com...
> >> >> >> >> |I have tried to get this flash code to work using "movie in flash
> >> >> >> >> format
> >> >> >> >> | properties".
> >> >> >> >> | This is the code that Front Page has created for the swf file
> >> >> >> >> alexnew.swf
> >> >> >> >> |
> >> >> >> >> | <object
> >> >> >> >> | classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> >> >> >> >> |
> >> >> >> >> |
> >> >> >> >> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
> >> >> >> >> | id="alexnew"
> >> >> >> >> | width="567" height="295"
> >> >> >> >> | >
> >> >> >> >> | <param name="movie" value="alexnew.swf">
> >> >> >> >> |
> >> >> >> >> | <param name="bgcolor" value="#000000">
> >> >> >> >> | <param name="quality" value="High">
> >> >> >> >> | <param name="wmode" value="transparent">
> >> >> >> >> |
> >> >> >> >> | <param name="allowscriptaccess" value="samedomain">
> >> >> >> >> |
> >> >> >> >> |
> >> >> >> >> | <param name="base" value="../">
> >> >> >> >> |
> >> >> >> >> |
> >> >> >> >> | <embed
> >> >> >> >> | type="application/x-shockwave-flash"
> >> >> >> >> | pluginspage="http://www.macromedia.com/go/getflashplayer"
> >> >> >> >> | name="alexnew"
> >> >> >> >> | width="567" height="295"
> >> >> >> >> |
> >> >> >> >> | src="alexnew.swf"
> >> >> >> >> |
> >> >> >> >> | bgcolor="#000000"
> >> >> >> >> | quality="High"
> >> >> >> >> | wmode="transparent"
> >> >> >> >> | allowscriptaccess="samedomain" base="../">
> >> >> >> >> | <noembed>
> >> >> >> >> | </noembed>
> >> >> >> >> | </embed>
> >> >> >> >> | </object>
> >> >> >> >> |
> >> >> >> >> | This is the url:
> >> >> >> >> | http://www.alexdasilva.com/home/alexhome.html
> >> >> >> >> |
> >> >> >> >> | Why isn't the code working in I.E. or any other browsers?
> >> >> >> >> |
> >> >> >> >>
> >> >> >> >>
> >> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Flash Properties coding not displaying in browsers by Thomas

Thomas
Wed Aug 30 08:13:21 CDT 2006

Click on the Internet tab, then Custom Level

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================


"Miklos" <Miklos@discussions.microsoft.com> wrote in message
news:DA629AFC-851C-4B03-8935-8F9827FAB116@microsoft.com...
> You mean to set it to security/internet/low?
> The lowest level?
>
>
> "Thomas A. Rowe" wrote:
>
>> Then you have to enable ActiveX under Security tab.
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>> ==============================================
>> Agents Real Estate Listing Network
>> http://www.NReal.com
>> ==============================================
>>
>>
>> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> news:249AE941-3736-4EA9-A541-8FF7EB85E105@microsoft.com...
>> > All security is set at default.
>> >
>> >
>> > "Thomas A. Rowe" wrote:
>> >
>> >> Did you look under Security?
>> >>
>> >> --
>> >> ==============================================
>> >> Thomas A. Rowe
>> >> Microsoft MVP - FrontPage
>> >> ==============================================
>> >> Agents Real Estate Listing Network
>> >> http://www.NReal.com
>> >> ==============================================
>> >>
>> >>
>> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> news:7F124B49-98C5-4228-808C-59B0656ADD25@microsoft.com...
>> >> >I found multimedia in advanced settings but not Active X.
>> >> >
>> >> >
>> >> > "Thomas A. Rowe" wrote:
>> >> >
>> >> >> Do you have ActiveX and Multimedia options enabled in your browser?
>> >> >>
>> >> >> --
>> >> >> ==============================================
>> >> >> Thomas A. Rowe
>> >> >> Microsoft MVP - FrontPage
>> >> >> ==============================================
>> >> >> Agents Real Estate Listing Network
>> >> >> http://www.NReal.com
>> >> >> ==============================================
>> >> >>
>> >> >>
>> >> >> "Miklos" <Miklos@discussions.microsoft.com> wrote in message
>> >> >> news:23E83DF9-6A48-4A6F-9A31-52260E474937@microsoft.com...
>> >> >> > OK...thanks.............................
>> >> >> > I still dont see the flash movie in I.E.---can't understand why.
>> >> >> >
>> >> >> >
>> >> >> > "Ronx" wrote:
>> >> >> >
>> >> >> >> The only .swf file I can see a problem with is new.swf
>> >> >> >> <param name="movie" value="new.swf">
>> >> >> >> should be
>> >> >> >> <param name="movie" value="../new.swf">
>> >> >> >>
>> >> >> >> A security measure requires that flash, active-x, and Java objects require
>> >> >> >> to be activated in the browser by clicking the object, pressing space bar
>> >> >> >> or enter key.
>> >> >> >> --
>> >> >> >> Ron Symonds - Microsoft MVP (FrontPage)
>> >> >> >> Reply only to group - emails will be deleted unread.
>> >> >> >> FrontPage Support: http://www.frontpagemvps.com/
>> >> >> >>
>> >> >> >> "Miklos" <Miklos@discussions.microsoft.com>