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.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-07-2008, 05:04 AM
utbighair
 
Posts: n/a
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.

Reply With Quote
  #2 (permalink)  
Old 03-07-2008, 05:18 AM
*Mista*
 
Posts: n/a
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.
>



Reply With Quote
  #3 (permalink)  
Old 03-07-2008, 05:30 AM
Mad Dog
 
Posts: n/a
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.



Reply With Quote
  #4 (permalink)  
Old 03-07-2008, 04:11 PM
utbighair
 
Posts: n/a
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.

Reply With Quote
  #5 (permalink)  
Old 03-07-2008, 04:12 PM
utbighair
 
Posts: n/a
Re: SWF will not show up on remote server

It is in the same folder that contains the .swf...
Reply With Quote
  #6 (permalink)  
Old 03-07-2008, 04:22 PM
Murray *ACE*
 
Posts: n/a
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.
>


Reply With Quote
  #7 (permalink)  
Old 03-07-2008, 05:20 PM
utbighair
 
Posts: n/a
Re: SWF will not show up on remote server

I am kind of a rookie...could you explain to me how to do that.
Thanks for your time.
Reply With Quote
  #8 (permalink)  
Old 03-07-2008, 05:32 PM
utbighair
 
Posts: n/a
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()


Reply With Quote
  #9 (permalink)  
Old 03-07-2008, 10:50 PM
Murray *ACE*
 
Posts: n/a
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.


Reply With Quote
  #10 (permalink)  
Old 03-08-2008, 03:35 PM
*Mista*
 
Posts: n/a
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...



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:55 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Shares | Credit Card | Buy Computers | Bad Credit Mortgages | Mortgage Calculator



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114