HighDots Forums  

Can't see SWF file in a DW page

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Can't see SWF file in a DW page in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 11:23 AM






Better.

Now - if I browse to that page, I get a blank white page with no javascript
error, so the link to the AC_RunActiveContent.js file is correct. If I copy
the link to the swf file and browse directly to it, I see the SWF, so the
link is correct. If I disable javascript in the browser (forcing the
<noscript> tag's contents to render), I see the SWF. So, I must conclude
that I am completely baffled! 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"thedoouge" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Updated page uploaded, , ,
http://www.emerging-group.com/tomsweeney/swftest.html


Reply With Quote
  #12  
Old   
thedoouge
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 11:34 AM






Well, sadly that makes two of us, , , ,

Reply With Quote
  #13  
Old   
thedoouge
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 11:34 AM



Well, sadly that makes two of us, , , ,

Reply With Quote
  #14  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 11:40 AM



Try it on a new page, please.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"thedoouge" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Well, sadly that makes two of us, , , ,


Reply With Quote
  #15  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 11:40 AM



Try it on a new page, please.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"thedoouge" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Well, sadly that makes two of us, , , ,


Reply With Quote
  #16  
Old   
Speculumcm
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 12:19 PM



What it's also estrange is: AC_SW_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0'...

As far as I know there aren't flash version 10. So IMHO your code it's
not correct. I've seen this problem before in another thread. It's like
when you embed your swf file there where something wrong in the proses
and the code it's corrupted. Your code should be something like:

<script type="text/javascript">

AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','769','heigh t','163','title','1','src','/tomsweeney/i/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','swf_help/topheader'
); //end AC code
</script>
<noscript>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
width="769" height="163" title="Help">
<param name="movie" value="/tomsweeney/i/header" />
<param name="quality" value="high" />
<embed src="/tomsweeney/i/header" quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="769" height="163"></embed>
</object>
</noscript>

Publish your swf file from Flash using the fla file.

If that doesn´t work either try with swfobject method
http://code.google.com/p/swfobject/

Let see what happen.

thedoouge escribió:
Quote:
Well, sadly that makes two of us, , , ,

Reply With Quote
  #17  
Old   
Speculumcm
 
Posts: n/a

Default Re: Can't see SWF file in a DW page - 06-04-2008 , 12:19 PM



What it's also estrange is: AC_SW_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0'...

As far as I know there aren't flash version 10. So IMHO your code it's
not correct. I've seen this problem before in another thread. It's like
when you embed your swf file there where something wrong in the proses
and the code it's corrupted. Your code should be something like:

<script type="text/javascript">

AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','769','heigh t','163','title','1','src','/tomsweeney/i/header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','swf_help/topheader'
); //end AC code
</script>
<noscript>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
width="769" height="163" title="Help">
<param name="movie" value="/tomsweeney/i/header" />
<param name="quality" value="high" />
<embed src="/tomsweeney/i/header" quality="high"
pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="769" height="163"></embed>
</object>
</noscript>

Publish your swf file from Flash using the fla file.

If that doesn´t work either try with swfobject method
http://code.google.com/p/swfobject/

Let see what happen.

thedoouge escribió:
Quote:
Well, sadly that makes two of us, , , ,

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.