Flash Properties coding not displaying in browsers

M

Miklos

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?
 
R

Rob Giordano \(Crash\)

It's working in my IE.

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



|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?
|
 
M

Miklos

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.
 
R

Ronx

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.
 
M

Miklos

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

Thomas A. Rowe

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
==============================================
 
M

Miklos

Where are those settings?


Thomas A. Rowe said:
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
==============================================
 
T

Thomas A. Rowe

Tools | Internet Options | Security

and

Tools | Internet Options | Advanced

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

Thomas A. Rowe

Did you look under Security?

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

Miklos

All security is set at default.


Thomas A. Rowe said:
Did you look under Security?

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top