Ask a Question related to Macromedia Flash Player, Design and Development.
-
borochov #1
Javascript error
Hi,
I recently downloaded the Photo Album 2 extension and each time I try to use
it and get a Javascript error message that it cannot load.
I'm using it in DM8 but the same error occurs in DMX2004. I've tried
reinstalling it but it still wont work.
Any ideas would be appreciated.
Thanks
David
borochov Guest
-
Error with Javascript
Hello, is there anyone that can assist me with this problem, it has been a month or two now and no one has answered me...this matter is important to... -
JavaScript error(s)
Error Message- While executing Browse_Action_Edit command in cctoolbars.xml the following JavaScript error(s) occurred: exception throw in native... -
Yet another Javascript error....
I have no extensions installed. Here is the culprit. I get this constantly, any ideas how to get rid of this?? I have Win 98, mx 6.1 The... -
Another Javascript error
Can someone troubleshoot this page, and let me know what the javascript error means? It is on Line 70 character 2. This is in the middle of the... -
New JavaScript Error
I have been using MX pretty much since it came out and it has suddenly developed a new error message. Whenever I try to update files based on any... -
tabasco1 #2
Re: Javascript error
Hi,
I get a JavaScript error too. I've posted it
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=190&thre[/url]
adid=1065705&enterthread=y
Am not sure if its similar to your error msg.
tabasco1 Guest
-
ganand28 #3
Javascript error
This script basically determines what version of flash player you are using,
this code works with IE browser. Similar code can be found in msdn website.
[url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/behaviors/ref[/url]
erence/methods/getcomponentversion.asp .
This attached code works with all versions of flash player except from version
8. I am not sure if its a bug.
<HTML xmlns:IE>
<HEAD>
<STYLE>
@media all {
IE\:clientCaps {behavior:url(#default#clientcaps)}
}
</STYLE>
</HEAD>
<BODY>
<IE:clientCaps ID="oClientCaps" />
<SCRIPT>
var id1="{D27CDB6E-AE6D-11CF-96B8-444553540000}"; // id for macromedia flash
//Check if component is installed.
var flash1 = oClientCaps.isComponentInstalled(id1,
"ComponentID");
alert("Macromedia flash installed :" + flash1);
//Get the version no of the component.
var flash2 = oClientCaps.getComponentVersion(id1,
"ComponentID");
alert("Version Number of flash :" + flash2);
</SCRIPT>
Test
</BODY>
ganand28 Guest
-
cbpayne #4
Javascript error
When I try to copy or paste text in Contribute I get this error:
"While executing DWMenu_Edit_Cut command in ccmenus.xml, the
followingJavascript error(s) occured:
TypeError: MM.event has no properties:
cbpayne Guest
-
thombr #5
Javascript Error
The attached line of javascript yields a "Permission denied" error when I
cancel or publish an edited page containing this script. This line is part of
breadcrumb function which works without error in both IE and Mozilla. Why does
Contribute generate this error?
var crumbs = location.pathname.split('/');
thombr Guest
-
thombr #6
Re: Javascript Error
Still not sure what causes the error in Contribute, but here's my solution
(which is better coding practice anyway): wrap the code in a try...catch block.
function breadcrumbs(indexPage)
{
try
{
var crumbs = location.pathname.split('/');
if(crumbs)
{
var path = '/';
var output = '<a href="/home.aspx">Home</a> > ';
if(indexPage) crumbs.length--;
for(i = 1; i < crumbs.length - 1; i++)
{
path += crumbs[i] + '/';
output += '<a href="' + path + '">' + crumbs[i] + '</a> > ';
}
output += document.title;
document.write(output);
}
}
catch(e){}
}
thombr Guest
-
fifi #7
JavaScript Error
I get the following error in Dreamweaver when ever I open a cfm file
with a recordset:
"JavaScript error while loading Recordset.htm: Unable to open script
file "C:\Program Files\Macromedia\Dreamweaver 8\Configuration\Server
Behaviors\ColdFusion\Field Types.js"
(error 2).
the path to the file is correct. this error just started happening.
anyone know what I can do?
thanks
fifi Guest
-
simmysmith@googlemail.com #8
Javascript Error
Hi,
I have recently made a change to a webpage and am trying to publish it
but when I try to publish it I get the following error and then
Contribute closes...
While Executing Edit_Action_Publish command in cctoolbars.xml, the
following Javascript error(s) occured:
Exception thrown in native function.
I would be grateful for any advice
Regards
Si
simmysmith@googlemail.com Guest



Reply With Quote

