Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

Why Flash generates .swf from .fla that is not executable inside a PHP page?

Hi Experts!

I don't know the reason  the .swf  Flash generates from .fla is not executable inside a PHP page.

This task had been done with no problem with the previous .fla that received some modifications.... if I use the previous version it runs well accordingly to this evidences:

http://www.espiriplug.com.br/Espiriplug_prj/php/index.php

Could you have a look at this and maybe suggest something?

The .fla is at:

http://www.espiriplug.com.br/FLA/

 Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of quizengine
quizengine
Flag of United Kingdom of Great Britain and Northern Ireland 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
Avatar of Eduardo Fuerte

ASKER

Hello

If it could clear something:

I installed the last flash player version.

The way flash is fired from within PHP with success in the older .swf nad not with the new   :

<param name="movie" value="siteespiriplug_2012.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#999999" /><embed src="siteespiriplug_2012.swf" quality="high" bgcolor="#999999" width="100%" height="100%" name="siteespiriplug_2012" align="" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

Open in new window

SOLUTION
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
Hello Ray!

Your code makes it go right!
Great!  Thanks for the points, ~Ray