My account: Login | Sign Up
Loading... 

Flash Object not loading in Dreamweaver | Thread profile

Thread profile page for "Flash Object not loading in Dreamweaver" on http://www.kirupa.com. This report page is a snippet summary view from a single thread "Flash Object not loading in Dreamweaver", located on the Message Board at http://www.kirupa.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Flash Object not loading in Dreamweaver
Site: Kirupa Forum  Kirupa Forum - site profile
Forum: Flash CS3  Flash CS3 - forum profile
Total authors: 3 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: kirupa.com

Thread posts in Flash Object not loading in Dreamweaver:

1. 
Started 1 month, 3 weeks ago (2008-10-08 16:17:00)  by melissa2ca
I have a flash object at the top of my page, and when I preview it in internet explorer through Dreamweaver (CS3) it appears, but when I load the page to the server and view it on the www, it does not appear. I built the flash object in Flash CS3. ANY HELP would be appreciated! Thanks www.westerndestinations.com/horseback.html
Size: 497 bytes
Customize:  Customize "Flash Object not loading in Dreamweaver :: Flash CS3 :: Kirupa Forum"
2. 
Started 1 month, 3 weeks ago (2008-10-09 03:02:00)  by hanzi
The page loads fine for me, although I don't see where the flash object should be. Try embedding your swf with swfObject: http://code.google.com/p/swfobject/ . This usually works for me.
Size: 292 bytes
Customize:  Customize "<b>Reply 1</b>: Flash Object not loading in Dreamweaver :: Flash CS3 :: Kirupa Forum"
3. 
Started 1 month, 3 weeks ago (2008-10-09 05:40:00)  by stii
i viewed through your html and fount out that your AC_RunActiveContent.js is linked to your hard drive. you need to change it to a not absolute link if u upload the folder same level as your index.html then it should be "Scripts/AC_RunActiveContent.js" <script src="file:///K|/active websites/KWW Designs/western-destinations/Scripts/AC_RunActiveC ontent.js" type="text/javascript"></...
Size: 638 bytes
Customize:  Customize "<b>Reply 2</b>: Flash Object not loading in Dreamweaver :: Flash CS3 :: Kirupa Forum"
4. 
Started 1 month, 3 weeks ago (2008-10-09 12:28:00)  by melissa2ca
So is it the below code correct: <script src="file:/Scripts/AC_RunActiveContent.js" type="text/javascript"></script> And do I change it on my Dreamweaver Template??? Quote: Originally Posted by stii i viewed through your html and fount out that your AC_RunActiveContent.js is linked to your hard drive. you need to ...
Size: 1,458 bytes
Customize:  Customize "<b>Reply 3</b>: Flash Object not loading in Dreamweaver :: Flash CS3 :: Kirupa Forum"
5. 
Started 1 month, 3 weeks ago (2008-10-09 13:40:00)  by stii
most likely it is just <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> "Scripts" refers to the folder containing the file "AC_RunActiveContent.js" It all depends on where the "Scripts" folder is relative to your html page. hope u get what i mean
Size: 534 bytes
Customize:  Customize "<b>Reply 4</b>: Flash Object not loading in Dreamweaver :: Flash CS3 :: Kirupa Forum"
 

Top contributing authors for Flash Object not loading in Dreamweaver

Name
Posts
melissa2ca
2
user's latest post:
Flash Object not loading in...
Published (2008-10-09 12:28:00)
So is it the below code correct: &lt;script src=&quot;file:/Scripts/AC_RunActiveContent.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; And do I change it on my Dreamweaver Template??? Quote: Originally Posted by stii i viewed through your html and fount out that your AC_RunActiveContent.js is linked to your hard drive. you need to change it to a not absolute link if u upload the folder same level...
stii
2
user's latest post:
Flash Object not loading in...
Published (2008-10-09 13:40:00)
most likely it is just &lt;script src=&quot;Scripts/AC_RunActiveContent.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; &quot;Scripts&quot; refers to the folder containing the file &quot;AC_RunActiveContent.js&quot; It all depends on where the &quot;Scripts&quot; folder is relative to your html page. hope u get what i mean
hanzi
1
user's latest post:
Flash Object not loading in...
Published (2008-10-09 03:02:00)
The page loads fine for me, although I don't see where the flash object should be. Try embedding your swf with swfObject: http://code.google.com/p/swfobject/ . This usually works for me.