Link to home
Start Free TrialLog in
Avatar of jianxin9
jianxin9

asked on

White screen with Flash Player 10?

Hi, I have some flash files.  With FP 9 all works fine, with FP 10 it is just a white screen.  Any ideas?
Avatar of Emad Gawai
Emad Gawai
Flag of United Arab Emirates image

seems version 9 is not compatible with FP 10. but it will play if u embed it html
Avatar of jianxin9
jianxin9

ASKER

hi gawai,

i have it embedded in html and it is not playing.  this is what i have:


<head>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script></head>
 
<script language="javascript">
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '700',
			'height', '400',
			'src', 'player',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'player',
			'bgcolor', '#ffffff',
			'name', 'player',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'player',
			'salign', ''
			); //end AC code
	}
</script>
 
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="700" height="400" id="player" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="player.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="player.swf" quality="high" bgcolor="#ffffff" width="700" height="400" name="player" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>

Open in new window

Do you have the URL where we can see it???

CyanBlue
Thanks for posting! Sure it's right here:
http://www.twu.edu/library/tutorial/plagiarism/player.html
That page is not loading in my FF3/Mac...  What is the actual location of the player.swf file???  Is it this???  Is the case correct in the file/directory name???
     http://www.twu.edu/library/tutorial/plagiarism/player.swf

CyanBlue
Hi, yes that is correct.  I have sent that out also and it seems no one can view that either:
http://www.twu.edu/library/tutorial/plagiarism/player.swf
I don't know what's going on, but I get nothing when I browse to that SWF URL...  You might want to double check it...

CyanBlue
no that is definitely the url--double checked it right now.  something weird going on.  thanks for checking it.
ASKER CERTIFIED SOLUTION
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes--it seems to work on campus, but not off campus.  I am checking with IT--thanks
Cool...

CyanBlue