Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
complexity #1
Correct way to document.write a flash movie??? A workaround for the IE active content
Hey all,
Ive been told to try a javascript document.write solution for the IE active
content issue.
I am trying:
<script type="text/javascript" language="javascript">
document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,19,0" width="785" height="330">');
document.write('<param name="movie"
value="images/final_portfolio.swf?'+<%response.write qs%>+'">');
document.write('<param name="quality" value="high">');
document.write('<embed src="images/final_portfolio.swf?'+<%response.write
qs%>+'" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="785" height="330"></embed>
</object>')
</script>
But obviously I am not writing it incorrectly as I dont get anything on
screen. I have also tried setting it in a function and calling the function,
what am I doing wrong there? Im no JS expert.
Any help would be great.
complexity Guest
-
Active Content - Flash - fix for Contribute Users
Greetings, I have a group of users that use Contribute. Many of these users create Flash Paper forms and embed them in a standard template. These... -
Active Content for <cfform> in Flash format
I have use <cfform> to generate flash forms. When the pages display these forms they are locked with the "Click to activate this control" message.... -
dreamweaver 8 active content work around for flash withCFM
thanks to the IE update, some of us including myself are still trying to catch up on this topic and the revisions required to make our sites work... -
viewing flash nested in CFIF with active content workaround
thanks to the IE update, some of us including myself are still trying to catch up on this topic and the revisions required to make our sites work... -
Problem with Active X Workaround
Greets, Using Adobe's javascript workaround for Microsoft's "Click to Activate" Active X issue. PROBLEM: For any floating ads using "wmode"... -
Murray *ACE* #2
Re: Correct way to document.write a flash movie??? A work around for the IE active content
[url]http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices[/url]
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"complexity" <webforumsuser@macromedia.com> wrote in message
news:e7firl$iie$1@forums.macromedia.com...> Hey all,
> Ive been told to try a javascript document.write solution for the IE
> active
> content issue.
>
> I am trying:
>
> <script type="text/javascript" language="javascript">
> document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=7,0,19,0" width="785" height="330">');
> document.write('<param name="movie"
> value="images/final_portfolio.swf?'+<%response.write qs%>+'">');
> document.write('<param name="quality" value="high">');
> document.write('<embed src="images/final_portfolio.swf?'+<%response.write
> qs%>+'" quality="high"
> pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash" width="785" height="330"></embed>
> </object>')
> </script>
>
>
> But obviously I am not writing it incorrectly as I dont get anything on
> screen. I have also tried setting it in a function and calling the
> function,
> what am I doing wrong there? Im no JS expert.
>
> Any help would be great.
>
Murray *ACE* Guest



Reply With Quote

