Page 1 of 2

Flash

Posted: May 5 09, 12:05 pm
by TheoSqua
does embedding flash work on this site?

I'm trying to embed this: http://theosqua.com/img/joeybomb.swf and it's not working :(

Re: Flash

Posted: May 5 09, 12:11 pm
by TheoSqua
Hmm, looks like flash works. Just not that particular swf.

Re: Flash

Posted: May 5 09, 12:12 pm
by Michael
Could it be due to the size? When I clicked on your link it was really huge.

Re: Flash

Posted: May 5 09, 12:13 pm
by TheoSqua
Michael wrote:Could it be due to the size? When I clicked on your link it was really huge.
nah, it's just blowing it up, it's only 200x180.

Re: Flash

Posted: May 5 09, 12:17 pm
by Michael

Re: Flash

Posted: May 5 09, 12:27 pm
by TheoSqua
I see....it's not playing anything past the first frame. So you can't use animated flash on the board.

Re: Flash

Posted: May 5 09, 12:30 pm
by Michael
I don't know why that isn't working. It should. I'll play around with it when I get home.

Re: Flash

Posted: May 5 09, 12:42 pm
by TheoSqua


I just made a loader that will play any animation.
http://www.theosqua.com/img/loader.swf

then add a "swf" string query with the url. So for the joeybomb one the flash url would be:

Code: Select all

[flash=200,185]http://www.theosqua.com/img/loader.swf?swf=http://www.theosqua.com/img/joeybomb.swf[/flash]
The only problem right now is that it doesn't play the clip's framerate, but the loader. I can probably have it input a value for frame rate, but that wouldn't help people who have no idea what the FPS is for the clip they want to show.

Re: Flash

Posted: May 5 09, 5:17 pm
by New Pagodi
The other one works if you right click and select play. Is there a way you could put a play button on the first frame that will play the rest of the animation when pressed?

Re: Flash

Posted: May 5 09, 6:57 pm
by TheoSqua
Problem has to do with these two parameters in the flash object:

<param value="false" name="play"/>
<param value="false" name="loop"/>