cancel
Showing results for 
Search instead for 
Did you mean: 

SWF not Playing in Web page

Former Member
0 Kudos

I have a swf embedded in a webpage that is not playing when accessed on the server or client machines. In the index.htm I have the following: When I go to the page in the browser I get no image or error message just nothing shown. What am I missing? Thanks Mark

<HTML>

<HEAD>

<TITLE>CallCenter.swf</TITLE>

</HEAD>

<BODY>

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

codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"

WIDTH="1192" HEIGHT="623" id="myMovieName">

<PARAM NAME="movie" VALUE="CallCenter.swf">

<PARAM NAME="quality" VALUE="high">

<PARAM NAME="bgcolor" VALUE="#FFFFFF">

<PARAM NAME="play" VALUE="true">

<PARAM NAME="loop" VALUE="true">

<PARAM NAME=bgcolor VALUE="#FFFFFF">

<EMBED src="CallCenter.swf" quality=high bgcolor=#FFFFFF WIDTH="1192" HEIGHT="623"

NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"

play="true" loop="true"

PLUGINSPAGE="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

</EMBED>

</OBJECT>

</BODY>

</HTML>

Accepted Solutions (1)

Accepted Solutions (1)

amrsalem1983
Active Contributor
0 Kudos

Mark, do you have adobe flash player installed on the client machine?

amrsalem1983
Active Contributor
0 Kudos

version 9 at least for xcelsius 2008

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes I downloaded it onto the server and the client. I access swf's examples from other websites, myexcelsius.com, randy goodman, etc.....They operate Ok.

Mark

Former Member
0 Kudos

This could be caused by a Flash security restriction. You may need to add a crossdomain policy file. Please see the Release Notes for more information.

Former Member
0 Kudos

I am receiving the error message 2148 on connection refresh. Here is where I am at now with the work flow:

1. Published a swf that is connected via xml maps to a folder called call center on my server.. When I open the swf from that local location on the server it works perfectly(open from file not thru http). Updates and functions on refresh.

2. Server is an application server running IIS. Using Front page to publish files to local intranet web pages. Import the swf to frontpage embed into index.html inside a flash movie player. Save, when viewed thru Internet explorer the error comes up 2148. Accessed from the server thru HTTP or on the network can see the dashboard and functions after you click OK to turn error off, but when you refresh the connection the error comes back.

3. Have global settings to the rootwww folder as always allow.

4. Have a crossdomain policy file in the root directory rootwww saved as crossdomain.xml:

<?xml version="1.0"?>

<!DOCTYPE cross-domain-policy SYSTEM

"http://www.macromedia.com/xml/dtds/cross-domainpolicy.

dtd">

<cross-domain-policy>

<allow-http-request-headers-from domain="*"

headers="*" secure="false" />

<allow-access-from domain="*" secure="false" />

</cross-domain-policy>

What am I doing wrong?

Thanks

Mark

Former Member
0 Kudos

Numbered error messages are produced by the Adobe Flash Player. A brief internet search produced several sites that may be able to help you troubleshoot this error code.

There is also another thread on this forum that mentions this error code: