Onur

you should care about the bytecode swf generated from mxmlc compiler, where
is different a lot from the compiler inside pdf2swf. The only info added to
the pdf2swf is in the header not on the entire swf file structure.

If you're trying to combine both swf from Flex bytecode and pdf2swf you will
never got it working correctly.


Most importanly is connect with the local connection using as2 bytecode from
pdf2swf or using the flag version that pdf2sw has. But sure you have to
added as HTTPServices results or SWFLoader and even using that to combine
via command line isn't possible.


Try those of suggestions and will have sucess.


1 - SWFLoader
2 - Using flag parameter -T9 which added header version 9 where this enable
the swf to acess the variables in the swf file via as3 syntax.


Best
Igor Costa

On Sat, Jun 20, 2009 at 10:28 AM, Onur Tugcu <[email protected]> wrote:

> Hi everyone
> I'm building a simple virtual class for remote education, and I want the
> teacher to control student slides using javascript.
>
> Is it possible to easily create javascript events (eg. for page flipping)
> for the generated swf? Does the default_viewer.swf support these events? If
> so, what are the function names?
>
> I could not find the information in the faq or on the web or in the manual.
>
> Thank you for your time.
>
>
>


-- 
----------------------------
Igor Costa
www.igorcosta.com
www.igorcosta.org

Reply via email to