PDA

View Full Version : SWF viewer / container advice


pervaz
01-23-2009, 03:32 AM
Good evening,

I need some advice regarding swf/actionscript.

I have a bunch of swf files I want to host on my website. But before I do that I need to host/combine those swf files in a (swf/actionscript) navigation container so users can browse the swf page by page, print, copy paste, zoom etc...

Does anybody know of any open source/commerical actionscript products that can do this?

If not, can you point me in the right direction via actionscript API?

Thanks in advance.

hobbis
01-23-2009, 10:55 AM
If I understand you right. I did something similar using AS2.0 if you want the source code just let me know.

http://www.coolbytes.co.uk/portfolio/sales-i/

It's basically a main player that loads in external swf files (which are just timeline movies) and plays them.

pervaz
01-23-2009, 04:28 PM
Yes, that is essentially what I am looking for. A swf player that can be embedded in web pages.

Your player looks good, that would be great if I could get the source code. My email is: j p e r v a z AT h o t m a i l d o t c o m

How difficult is it to add frame by frame navigation?