Re: Flash Properties coding not displaying in browsers

Tech-Archive recommends: Fix windows errors by optimizing your registry



Did you look under Security?

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


"Miklos" <Miklos@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7F124B49-98C5-4228-808C-59B0656ADD25@xxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:23E83DF9-6A48-4A6F-9A31-52260E474937@xxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CFED283E-D030-458B-A1A1-8FC24D94EAF2@xxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:67F1622D-92D3-4603-B73A-422C80EE59A9@xxxxxxxxxxxxxxxx
|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?
|











.



Relevant Pages