Maybe this is crude, but recommended for the existing application
(without the need to rewrite all related js stuff).

Up to now the application uses AC_FL_RunContent.js delivered from the
adobe stack to embed Flash files. Now this should be substituted with
swfjobject 2.0.

All is fine except one task: Within the AC_Content lib i could
manipulate the insertion node while building the syntax.

Example:
$("<script type='text/javascript'>AC_FL_RunContent(<'options'>);</
script>").insertAfter('#ID');

With swfobject i have to declare a target Element where to put the
output within the Function swfobject.embedSWF while the target Element
is replaced while execution.

Is there a way to point the output within the ID reference DOM tree
(this is what .insertAfter('') in jquery do) ?

This is needed because we load several flash file on the fly (and
destroys them afterwards) with next/prev buttons. So the reference ID
to call a flash may not destroyed (better: replaced) by swfobject.

Hope for any hints.

greets
Olaf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to