![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
SWF will not show up on remote server
I cannot get a .swf file to show up online. When I preview in a browser
through dreamweaver it works. I made sure the AC.....js file is on the server and still nothing. I checked the paths...I have looked at 25 different posts about this with no answer. I just need some serious help. I might need help from the beginning. Anything will be greatly appreciated. |
|
|||
|
Re: SWF will not show up on remote server
Please post a link to the webpage with the problem.
-- You cannot lose until you give up !!! "utbighair" <webforumsuser@macromedia.com> wrote in message news:fqqid3$fcg$1@forums.macromedia.com... >I cannot get a .swf file to show up online. When I preview in a browser > through dreamweaver it works. I made sure the AC.....js file is on the > server > and still nothing. I checked the paths...I have looked at 25 different > posts > about this with no answer. I just need some serious help. I might need > help > from the beginning. Anything will be greatly appreciated. > |
|
|||
|
Re: SWF will not show up on remote server
What folder is the js file in?
utbighair wrote: > I cannot get a .swf file to show up online. When I preview in a > browser through dreamweaver it works. I made sure the AC.....js file > is on the server and still nothing. I checked the paths...I have > looked at 25 different posts about this with no answer. I just need > some serious help. I might need help from the beginning. Anything > will be greatly appreciated. |
|
|||
|
Re: SWF will not show up on remote server
www.metropassing.com
It is the home page. There is a blank area to the right...that is where I am supposed to have the .swf playing. I have the AC_RunActiveContent.js file in the same folder as my .swf video. I hope you can help. |
|
|||
|
Re: SWF will not show up on remote server
This link is broken on your page -
<link href="file:///C|/Users/Conn's Customer/Documents/Desktop/Classroom in a Book/Dreamweaver Lessons/lesson07/css/main_final.css" rel="stylesheet" type="text/css" media="screen" /> So is this one - which is why your Flash is not running - <script src="file:///C|/Users/Conn's Customer/Documents/Desktop/Scripts/AC_RunActiveContent.js" type="text/javascript"></script> It looks like your local site is not properly defined. -- 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 ================== "utbighair" <webforumsuser@macromedia.com> wrote in message news:fqrpfi$q1i$1@forums.macromedia.com... > www.metropassing.com > > It is the home page. There is a blank area to the right...that is where I > am > supposed to have the .swf playing. I have the AC_RunActiveContent.js file > in > the same folder as my .swf video. I hope you can help. > |
|
|||
|
Re: SWF will not show up on remote server
[q]Originally posted by: Newsgroup User
<script src="file:///C|/Users/Conn's Customer/Documents/Desktop/Scripts/AC_RunActiveContent.js" type="text/javascript"></script> I changed the above to this... </script><a href="MPAPROMO/AC_RunActiveContent.js"><script type="text/javascript"> And now I am getting this error.... SecurityError: Error #2148: SWF file http://www.metropassing.com/MPAPROMO/MPAVidWORK.swf cannot access local resource C:\Users\Conn's Customer\Documents\Desktop\MPAPROMO\MPAPROMOKHSONL Y.flv. Only local-with-filesystem and trusted local SWF files may access local resources. at flash.net::NetStream/play() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_pla y() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_set UpStream() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_loa d() at fl.video::VideoPlayer/load() at fl.video::FLVPlayback/::doContentPathConnect() |
|
|||
|
Re: SWF will not show up on remote server
Did you define a DW site for this? If so, what is the path to the local
root folder? -- 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 ================== "utbighair" <webforumsuser@macromedia.com> wrote in message news:fqrtga$13g$1@forums.macromedia.com... >I am kind of a rookie...could you explain to me how to do that. > Thanks for your time. |
|
|||
|
Re: SWF will not show up on remote server
You seem to have things working properly. May want to look again at what
Murray suggested earlier: Site Definition. Thats the first step before you start creating web pages. All files, images, multi-media etc. for the site should be located within the "root" folder of the file. If you have external links, they should be "absolute", which means you could link to a different website and the link would be something like <a href="http://www.othersite.com">Other Site</a> If you start creating web pages before defining a site or linking to files outside the root folder of your site, dreamweaver will create links of the kind seen on your webpage: <link href="file:///C|/Users/Conn's Customer/Documents/Desktop/Classroom in a Book/Dreamweaver Lessons/lesson07/css/ma.... This of course won't work when you upload the site to a remote server. -- You cannot lose until you give up !!! "utbighair" <webforumsuser@macromedia.com> wrote in message news:fqrpgq$q2l$1@forums.macromedia.com... > It is in the same folder that contains the .swf... |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|