Hi, yes i have control over the pages, but i want to use as little
script possible. I have 100s of pages that contains 300+ swfs that
work fine except than (..) little thing that i HAVE TO comply:
-----  NO JAVASCRIPT UNLESS IT EXTERNAL .JS FILES -----

So, bringing PHP to the rescue and adding security and scalability
issues arent very appealing, with all respect.

Ive been suggested this. Instead of this:

<script type="text/javascript" src="../../../scripts/swfobject.js"></
script>
<script type="text/javascript">swfobject.registerObject("V01",
"9.0.0");</script>

Use this

<script type="text/javascript" src="../../../scripts/swfobject.js"></
script>
<script type="text/javascript" src="page10swf.js"></script>

and into that page10swf.js file, just copy this line (as many as
needed):

swfobject.registerObject("V01", "9.0.0");
swfobject.registerObject("V02", "9.0.0");

would that work?

Thanks!

-- 
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