Page 1 of 1

How use gif image in flash tease.

Posted: Sun Mar 25, 2018 6:21 pm
by FATALES
1. Image gif convert to swf format
2.upload swf somewhere
3. insert code in tease - example: text(<img src="http://www.faktor.funsite.cz/dir.swf"width="480" height="360"></img>),

I noticed that nyx a little bit accelerate play swf
Inspired me Sissy Elise - https://milovana.com/webteases/showflash.php?id=37160

Re: How use gif image in flash tease.

Posted: Sun Mar 25, 2018 7:48 pm
by Sissy Elise
Aligning flash files in nyx is awkward.
The soloution I used for center alignment is:

Code: Select all

start#page(
	'',
	horiz(
		text( ),
		text(<img src="flash.swf" width="480" height="280"></img>) ,
		text( )
	)
);
rob204 has another way in this topic:
viewtopic.php?f=2&t=4355&start=60#p237156


What gif to swf converter are you using?

Re: How use gif image in flash tease.

Posted: Sun Mar 25, 2018 7:54 pm
by FATALES
It works, but by cropping - cuts picture.

Online converter - https://convertio.co/gif-swf/

Re: How use gif image in flash tease.

Posted: Sun Mar 25, 2018 7:56 pm
by Sissy Elise
FATALES wrote: Sun Mar 25, 2018 7:54 pm Online converter - https://convertio.co/gif-swf/
Thanks :-)

I think the accelerate play was in the original swf files used.