Logged Out
Create an Account
Login:
Password:

Forgot your password?
Flash Animation Not Playing on Splash Screen

Flash Animation Not Playing on Splash Screen
[Back to Index]
Thread Tags
Primary: [Support]
Secondary: None

Hi,

I'm having a problem with my Flash animation not showing up when I click "Test It" on the Splash Screen Administrator.

The site is redemption.dkpsystem.com

I've uploaded the .swf file via the Administrative File Upload, but when I test the screen the "movie" doesn't play.

The background is correct...just no Flash.

I've checked the validity of the page by running a saved version locally, with the Flash pointed to the correct location on the dkpfiles.com, and it runs fine. It just doesn't seem to be translating to the splash page itself.

I'm certain this is something ridiculously obvious that I'm just missing somehow, but after searching the forums for a while and finding no answer I figured I'd ask for help.

Thanks!
If you look at your code, you'll see a reference to a script that is likely causing this issue:

<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>


This file will not exist. Likely, you should upload the file to the administrative file uploader, then change the reference from "Scripts/AC_RunActiveContent.js" to "http://dkpfiles.com/redemption/files/AC_RunActiveContent.js"

I suspect that would fix the issue.


--
It's all in the reflexes.
Brilliant.

Thanks Chops. =]
QUOTE=Apotheosis1138]Brilliant.

Thanks Chops. =][/QUOTE]


I am having the same issue except code is generated from Flash CS4.

<script language="JavaScript" type="text/javascript">
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
		'width', '989',
		'height', '871',
		'src', 'splash',
		'quality', 'high',
		'pluginspage', 'http://www.adobe.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'window',
		'devicefont', 'false',
		'id', 'splash',
		'bgcolor', '#000000',
		'name', 'splash',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', 'splash',
		'salign', ''
				); //end AC code
</script>


The name of the SWF I uploaded is "splash". I have tried numerous edits and come up short.

Any help would be appreciated.


--
<a href="http://www.wowarmory.com/character-sheet.xml?r=Anvilmar&n=DocEvil"><img src="http://www.dkpsigs.com/sigs/Anvilmar/312772.jpg"></a>
You'll likely wnt to change the one labeled "movie" to "http://dkpfiles.com/warpigs/files/splash"

Give that a shot and see if that works.


--
It's all in the reflexes.
Quote by Chops
You'll likely wnt to change the one labeled "movie" to "http://dkpfiles.com/warpigs/files/splash"

Give that a shot and see if that works.


Yup that did it, thanks a ton Chops! You rock!




--
<a href="http://www.wowarmory.com/character-sheet.xml?r=Anvilmar&n=DocEvil"><img src="http://www.dkpsigs.com/sigs/Anvilmar/312772.jpg"></a>


[Back to Index]