Adobe Dreamweaver Forums



Last 10 THreads :         files are one level too deep (Last Post : ricksepulveda - Replies : 4 - Views : 5 )           »          Drag Drop dont work (Last Post : prophotoguy - Replies : 0 - Views : 1 )           »          Need assistance converting some AS2 code to AS3 (Last Post : DPSwebmaster - Replies : 0 - Views : 1 )           »          HELP! (Last Post : SpAM_CAN - Replies : 2 - Views : 3 )           »          template base pages: relative paths don't update (Last Post : Marney - Replies : 2 - Views : 3 )           »          CS4 trials expired too early (Last Post : John Waller - Replies : 4 - Views : 5 )           »          Automatic image properties (Last Post : AcolinFlood - Replies : 0 - Views : 1 )           »          32bit.64bit error message (Last Post : jhdcp11 - Replies : 0 - Views : 1 )           »          AS3 MouseOver effect "dies" after 2 passes (Last Post : DTMBoulder - Replies : 0 - Views : 1 )           »          Selecting XML Children with Namespaces (Last Post : aharv1 - Replies : 3 - Views : 4 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Flash
 
Tags: , , , , , , ,



Reply
  #1 (permalink)  
Old 08-18-2008, 05:49 AM
JohnKraft
 
Posts: n/a
Diggs:
Default swf plays fine locally but won't play when uploaded

OK, so i just created a very simple flash unit with cross fades... published
in flash 9, and dropped the swf file into an html page. on preview it plays
fine. Then when I upload it to the server, the html page loads , but no swf,
nothing. Apparently there are some new extraneous files that are published
along with the swf, but even when I uploaded those to the server, nada,
nothing... Please help.

John



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-18-2008, 08:13 AM
rafiqelmansy
 
Posts: n/a
Diggs:
Default Re: swf plays fine locally but won't play when uploaded

are you sure that that your paths are correct and you uploaded all the files in the same place?
Reply With Quote
  #3 (permalink)  
Old 08-18-2008, 04:54 PM
JohnKraft
 
Posts: n/a
Diggs:
Default Re: swf plays fine locally but won't play when uploaded

Don't believe it's the path... I even updated the embedded swf path to be a
complete link to the exact location. I'm guessing it's something to do with the
AC Run Active Content js file??? Not sure. Back in the day one just had to
upload the swf and you were good to go. This is very frustrating... I need to
deliver this to a client asap and I can't even get a simple flash unit to play
off the server... (I've been doing this for years and never run into this
before).

Please help!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>St. Paul's - Project Preview Site</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/jk03.css" rel="stylesheet" type="text/css">
<link href="/cb1/adstyles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
@import url("../jkamdstyle.css");
-->
</style>
<script src="../Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
</head>

<body bgcolor="#FFFFFF" link="#666666" vlink="#666666" alink="#666666">
<p align="left"><img src="../images/jk_web_sub.jpg" width="400"
height="64"></p>
<p align="left"></p>
<img src="../images/horizontal.jpg" width="100%" height="13"><br>
<p align="left" class="jk04text"><span class="projectmain"><strong>St. Paul's
Episcopal Church</strong></span><strong><br>
Project Preview Site </strong></p>
<img src="../images/horizontal.jpg" width="100%" height="13">
<div align="left">
<p class="jk04text"><br>
<strong>Ad Development Project</strong><br>
Initiated July 15, 2008<br>
<br>
<img src="../images/horizontal.jpg" width="100%" height="13"><br>
<br>
</p>
<p align="center" class="jk04text"><strong>Web Advertising</strong></p>
<p align="center" class="jk04text">
<script type="text/javascript">
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/sho ckwave/cabs/flash/swflash.cab#
version=9,0,28,0','width','301','height','251','sr c','http://www.jk-amd.com/st-p
auls/images/stpauls1','quality','high','pluginspag e','http://www.adobe.com/shock
wave/download/download.cgi?P1_Prod_Version=Shockwa veFlash','movie','http://www.j
k-amd.com/st-pauls/images/stpauls1' ); //end AC code
</script><noscript><object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shock wave/cabs/flash/swflash.cab#ve
rsion=9,0,28,0" width="301" height="251">
<param name="movie"
value="http://www.jk-amd.com/st-pauls/images/stpauls1.swf">
<param name="quality" value="high">
<embed src="http://www.jk-amd.com/st-pauls/images/stpauls1.swf"
quality="high"
pluginspage="http://www.adobe.com/shockwave/downlo ad/download.cgi?P1_Prod_Versio
n=ShockwaveFlash" type="application/x-shockwave-flash" width="301"
height="251"></embed>
</object></noscript>
<br>
<br>
<span class="jk04text"><br>
<br>
<br>
<br>
</span><span class="adsite"><br>
</span></p>
</div>
</body>
</html>

Reply With Quote


  #4 (permalink)  
Old 08-27-2008, 10:33 PM
kath315
 
Posts: n/a
Diggs:
Default Re: swf plays fine locally but won't play when uploaded

Did you ever get an answer to this problem? I'm having the EXACT same issue.
Plays locally, but not after uploaded to my web server...I've checked paths,
they are fine.
Another test I did was to place code for my current swf (the one that doesn't
work) AND a previously created swf file (created in an older version of Flash)
in the same HTML page... the old one worked, and the new one still didn't
work... so I know it's not my server.
This is so frustrating! Please reply if you have the answer to this issue.
Thanks so much!!!

Reply With Quote
  #5 (permalink)  
Old 09-16-2008, 12:02 PM
Patrick
 
Posts: n/a
Diggs:
Default Re: swf plays fine locally but won't play when uploaded

On Aug 28, 5:19*am, "kath315" <webforumsu...@macromedia.com> wrote:
> Did you ever get an answer to this problem? I'm having the EXACT same issue.
> Plays locally, but not after uploaded to my web server...I've checked paths,
> they are fine.
> *Another test I did was to place code for my current swf (the one that doesn't
> work) AND a previously created swf file (created in an older version of Flash)
> in the same HTML page... the old one worked, and the new one still didn't
> work... so I know it's not my server.
> *This is so frustrating! Please reply if you have the answer to this issue.
> *Thanks so much!!!


Anyone have an answer to this? I HAVE THE SAME PROBLEM! This flash cs3
is annoying! Even making a simple button was made complicated!!!!
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
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 07:40 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk