Hi, just read an article on this site that shows a solution
for people who CANT load an external .js file. Is the opposite
possible? I mean, on my side, i CANT register the swf object INTO my
HTML page's headers. Client's requierements indicate that i cant have
Javascript
into the headers but only links TO .js files.
So i cant use this in my page's headers:
<script type="text/
javascript">swfobject.registerObject("V01","9.0.0");</script>
You see my problem?
- - -
Is there a workaround? Id guess one way would be to create as many
.js files as i have .html pages and in each of these pages id call
(know its not the right code):
<script type="text/javascript"
src="myFileThatRegistersTheActualSWFs.js"></script>
If i am right assuming this, how to code that .js file?
Thanks to all. I am RUSHED by my clients to solve that problem.
--
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.