GetSimple Support Forum
GS and flash (.swf) - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: GS and flash (.swf) (/showthread.php?tid=2295)



GS and flash (.swf) - vladislav - 2011-10-21

I couldn't get .swf file to play.
I was playing around with GS on a local server. I have a site that was made from static pages using a bit of SSI. On the main page I had such a piece of code:

<div>
<object type="application/x-shockwave-flash" data="flash/clock104.swf" width="150" height="150">
<param name="movie" value="flash/clock104.swf">
<param name="quality" value="high">
<param name="menu" value="false">

<param name="wmode" value="opaque">
<img src="images/alarmclock04.gif" alt="No flash player installed or error" width="150" height="150">
</div>

And this displayed some clock on the main page of my site (vladwebclub.com)
I tried to implement this in GS - but in vain. I uploaded the files clock104.swf and alarmclock04.gif and
tried to insert the code into the sidebar of the Cardinal Theme like a component. I checked the paths - no luck. .swf doesn't show up. Is there something I don't know?


GS and flash (.swf) - mvlcek - 2011-10-21

vladislav Wrote:I checked the paths - no luck. .swf doesn't show up. Is there something I don't know?

Make sure the paths are relative to your GetSimple root or absolute.


GS and flash (.swf) - hameau - 2011-10-22

vladislav Wrote:I couldn't get .swf file to play.
Is that your complete code for the div ? There is no closing tag for <object>.

I found that I had to set the .swf file permissions to 'execute' to get a CAPTCHA audio player to work.


GS and flash (.swf) - vladislav - 2011-10-25

OK, the problem is solved
When I was about to kill myself because of despair I found out that one of the letters in the .swf filename was Russian 'c' instead of English.
Now everything ids fine thanks for replies