Page 1 of 1

Flash modules in text pages

Posted: 01 Jun 2011, 17:39
by Artur
Hi!

Is there any possibility to display movie-clips (swf files) in text page of HTML version?

The embed code is right, because they are visible in flash version...

Thanks,
Artur.

Re: Flash modules in text pages

Posted: 02 Jun 2011, 01:01
by mjau-mjau
This is a bit complex because the textpage output is mainly created to function for the flash version. For the html version, the code needs to be entirely different. We certainly want to accommodate something like this though, so I will speak to Nick and hopefully we will be able to provide some improvements here for next version Imagevue X2.8, which will focus on improved html- and mobile versions.

Re: Flash modules in text pages

Posted: 02 Jun 2011, 04:01
by Nick
How do you embed them? Can I see the example? It should be certainly possible to change, say, <img src="*.swf"/> to swfembed code on-the-fly. But first I'd like to see what do you mean exactly.

Re: Flash modules in text pages

Posted: 02 Jun 2011, 12:29
by Artur
Thanks for reply.
Nick wrote:How do you embed them? Can I see the example? It should be certainly possible to change, say, <img src="*.swf"/> to swfembed code on-the-fly. But first I'd like to see what do you mean exactly.
The code is:
Code
<img src="content/_swf/guestbook3/gbv2.swf" width="900" height="400" />
And the "output" is:

HTML version
Image

Flash version
Image

Kind Regards,
Artur.

Re: Flash modules in text pages

Posted: 03 Jun 2011, 00:59
by Nick
Ok i get the point. Wrote this down.