These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Full screen rich media in Acrobat

Koen_Wyckmans
Registered: Feb 9 2009
Posts: 18

Is it possible to make a button in a flashfile which can enlarge a 'rich media'-object to a full screen modus?

My Product Information:
Acrobat Pro 9.0, Macintosh
joshcorey
Registered: Jul 14 2008
Posts: 79
No, it is not part of the API for the Richmedia annotation. It would be a good addition in a future release but is not there now.
Koen_Wyckmans
Registered: Feb 9 2009
Posts: 18
That's what I feared.
But anyway thank you Josh.

Another question...

I''ve found a piece of code which can close a floating window (with a flash file) in Acrobat. But It seems to live on its own.

When I'm inserting this line of code to my flash file:

ExternalInterface.call( "eval", "app.setTimeOut('rm = this.getAnnotsRichMedia(0)[0]; rm.activated=false;',250);")

Sometimes it works another time it doesn't. Someone experienced the same problem?
Or maybe something I'm not doing like it should be done.

Thanks in advance!
joshcorey
Registered: Jul 14 2008
Posts: 79
Check out this blog:
http://blogs.adobe.com/pdfdevjunkie/2008/09/how_do_you_close_a_floating_ri.php

Josh