Page 1 of 1
help

Posted:
Sun Feb 19, 2006 9:12 pm
by mpeele
How can i get the html code for my morphed photo

Posted:
Sun Feb 19, 2006 10:59 pm
by Ark
Morpheus will generate a .html file with the same name as the .swf file if you have that option checked in the options window. The html file has sample html to load the flash plugin needed to view the swf. If you do not have the flash plugin, you would download that from macromedia.
For other formats such as GIF, you would use a normal <img> tag.

Posted:
Sun Feb 19, 2006 11:17 pm
by mpeele
i have the option checked and never see a sample code
but for the gif would i have to use each one they are all loaded on to photobucket but if i code would it be like this
img src =1
and so on till its complete im not understanding that part

Posted:
Mon Feb 20, 2006 8:46 am
by Ark
The html is created as a file when you render your morph using the Flash SWF option under the Render menu.
For Animated GIF, you only get 1 file, so you only need one image tag.
If you are rendering to a series of images such as still JPGs, you would need one image tag per frame, since that is not an animated format.