Login
No account yet? Register
Welcome, Guest
Please Login or Register.    Lost Password?
Please take a couple of minutes to search previous discussions and documentation for solutions before starting new threads. Due to the fast development of hwdMediaShare some of these threads might be out of date, please consider this when searching for solutions. Additionally, threads might include links to pages of this website that do not exist anymore, which will produce an "Access Denied" error message.
Multiple Includes of AC_RunActiveContent.js (2 viewing) (2) Guests
Go to bottom Favoured: 0
TOPIC: Multiple Includes of AC_RunActiveContent.js
#4045
Multiple Includes of AC_RunActiveContent.js 4 Months, 1 Week ago Karma: 0  
In the View Source of my page (www.valinor.com.br) I got:

Code:

<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>

<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>

<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="http://www.valinor.com.br/components/com_hwdvideoshare/js/swfobject.js"></script>




It's obviously terrible... what's the problem? How can I correct it?

Please, my page get more tem 500kB from this .js alone :|
Deriel (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#4099
Re:Multiple Includes of AC_RunActiveContent.js 4 Months ago Karma: 30  
Yea, this is bad and hwdVideoShare does not even use this script. So it can be removed, it is there from a pre-release when we were deciding which script to use to embed flash content.

Open this page and remove line 203:
JoomlaRoot/components/com_hwdvideoshare/source/view.php

Line 204 should be this:
$mainframe->addCustomHeadTag('<script type="text/javascript" src="'.$mosConfig_live_site.'/components/com_hwdvideoshare/js/AC_RunActiveContent.js"></script>';

Does that help?
Davros (Admin)
Moderator
Posts: 2843
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Like hwdVideoShare?
Support our project and vote in the Joomla Extensions Directory!
extensions.joomla.org/component/option,c...k_id,3698/Itemid,35/
 
The administrator has disabled public write access.  
#4123
Re:Multiple Includes of AC_RunActiveContent.js 4 Months ago Karma: 0  
Strange, but the problem stills.

I commented the lines 203 and 204 but stills in my "view source" multiple times: www.valinor.com.br
Deriel (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#4136
Re:Multiple Includes of AC_RunActiveContent.js 4 Months ago Karma: 30  
Can you post the URL of this page please?
Davros (Admin)
Moderator
Posts: 2843
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Like hwdVideoShare?
Support our project and vote in the Joomla Extensions Directory!
extensions.joomla.org/component/option,c...k_id,3698/Itemid,35/
 
The administrator has disabled public write access.  
#4140
Re:Multiple Includes of AC_RunActiveContent.js 4 Months ago Karma: 0  
Davros wrote:
Can you post the URL of this page please?

www.valinor.com.br
Deriel (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#4144
Re:Multiple Includes of AC_RunActiveContent.js 4 Months ago Karma: 30  
OK, this is actually an issue with the module code. I've added to the bug list and it should be resolved in the next module release. Each video in the module is calling the necessary javascript despite if it has been called before!
Davros (Admin)
Moderator
Posts: 2843
graph
User Online Now Click here to see the profile of this user
Logged Logged  
 
Like hwdVideoShare?
Support our project and vote in the Joomla Extensions Directory!
extensions.joomla.org/component/option,c...k_id,3698/Itemid,35/
 
The administrator has disabled public write access.  
Go to top
Subscribe For Unlimited Access
Download Free Version

Who's Online?

Loading
Loading...
hwdMediaShare products now support Joomla 1.5

Getting Started

  • Download Free Version
    Get a copy of the free software first.
  • Install & Test Software
    Check our software is suitable for your project.
  • Subscribe For Pro!
    If you want more features, upgrade and download professional software.

Key Features

hwdMediaShare includes 3 native Joomla components that can be used to run a media sharing portal on your website. The package includes hwdVideoShare - a powerful video gallery used to display video in an organised layout. hwdPhotoShare is a photo gallery for sharing images between users on the Internet. hwdRevenueManager can be used to manage all your adverts in hwdVideoShare and hwdPhotoShare.

Why Subscribe?

We offer a free account that enables webmasters to download an evaluation copy of hwdMediaShare. The free version has some restrictions and does not include any Modules, Mambots or Plugins. If you like the software and want to download the Professional version please support our project and subscribe. The professional version has no restrictions and includes all available Modules, Mambots and Plugins.