- 浏览: 20377 次
- 性别:
- 来自: 北京
文章分类
最新评论
Failed to connect; session timed out.
Ensure that:
1. You compiled your Flash application with debugging on.
2. You are running the debugger version of Flash Player.
解决办法:来自网络
犯了一个极低的错误,这个原因是自己造成的,是自己把
改为本地自己即可,
查了些英文网站的解决方案,说是什么系统升级,诺顿杀毒软件问题,都不是自己要的答案,是自己以前不小心改了,后来无论怎么卸载、升级、重装flash插件都一个样
http://hi.baidu.com/phperbo/blog/item/bf77fefb29a73b1e6d22ebe4.html
老是遇见这个问题。又的时候是重启动机子得以解决。
解决方法:
问题:
failed to connect session timed out.
ensure that
1. you compiled your flash application with debugging on.
2. you are running the debugger version of flash player.
用一个程序测试一下
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:Script>
<![CDATA[
import flash.system.Capabilities;
private function reportVersion():String {
if (Capabilities.isDebugger) {
return "You are running the Debugger version of the Flash Player";
} else {
return "You are running the Non-Debugger version of the Flash Player";
}
}
private function reportType():String {
return Capabilities.playerType + " (" + Capabilities.version + ")";
}
trace("123");
]]>
</mx:Script>
<mx:Label text="{reportVersion()}"/>
<mx:Label text="{reportType()}"/>
</mx:Application>
看是否按装debug。另一个问题好像是病毒问题,我的机子上不装杀毒软件。这个可以排除
我以前装的是flash player 9但是我的机子老是打补定的。http://www.adobe.com/support/flashplayer/downloads.html
现在还不知道 flash 9和10的差别 。
下载 flash_debug 10;
install 完毕
console 输出
123
[SWF] C:\Documents and Settings\Administrator\My Documents\Flex Builder 3\test12\bin-debug\test12.swf - 563,178 bytes after decompression
发表评论
-
ColorLabel
2014-06-19 09:46 445package com.components { imp ... -
Flex菜单弹跳效果
2014-03-14 15:06 1123一个很简单的单击效果(弹跳,选中时加下划线),可适用于菜单单击 ... -
Flex4动态加载组件存在的问题
2014-03-13 10:14 1189为了提高Spark组件性能,Adobe做了很多,但凡事均有利弊 ... -
Flex DragManager
2013-12-30 16:34 440当用户使用鼠标选择某个项目时,所选组件称之为启动器,移动过程中 ... -
AdvancedDatagrid分组、显示概要信息及问题
2013-12-27 17:28 447<?xml version="1.0" ... -
Flex日志使用及配置
2013-02-26 12:43 731Flex集成一个Log框架,可以完成很多用trac ... -
Flex 读写本地文件(Flash Player 10)
2013-02-26 11:43 1515FileReference 类提供了在用户计算机和 ... -
Flex FileReference URLRequest 请求缓存问题
2013-02-19 10:20 1207UrlRequest请求时会缓存会话 ... -
Flex 资源链接
2013-01-31 10:47 698RIA爱好者 http://www.riafan.com Co ... -
Flex 4 组件继承关系
2013-01-05 09:55 800. -
自定义的组件中加入多个MXML标记的子UI元素 (转)
2012-11-29 15:24 908首先我们来看一下它定 ... -
Flex 3 与 Flex 4 之间的区别 (转载)
2012-11-23 14:00 593http://www.adobe.com/cn/devn ... -
Flex 4 随记
2012-11-23 13:41 6501. Flex多状态事件 private functio ... -
Flash Builder 4.6 破解
2012-11-20 10:46 2具体步骤如下:1.到Adobe官网下载FlashBuil ... -
Flex HtmlButton 控件
2012-11-19 10:24 775package com { import flash ... -
Flex TimerInput 输入组件
2012-11-19 09:39 770package com { import fl ... -
探究Flex声明周期 (转载 IBM)
2012-11-16 17:14 650http://www.ibm.com/developerwor ... -
Flex 组件 生命周期
2012-11-16 16:12 9141、生命周期简述 (1) Constructio ... -
Flex 杂篇
2012-11-08 13:44 7101.复制内容到系统剪贴板System.setClipbo ...
相关推荐
绝大部分异常信息为:System.Net.WebException: The operation has timed out,即网络操作超时的异常
系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm
解决curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out错误
Error:Execution failed for task ‘:...org.apache.http.conn.HttpHostConnectException: Connect to storage.googleapis.com:443 [storage.googleapis.com/172.217.27.144] failed: Connection timed out: connect
mount.nfs: Connection timed out
标题中的“java.net.SocketTimeoutException: Receive timed out”是一个Java编程中常见的异常,通常发生在进行网络通信时,接收数据超时。这个异常是由于Socket在等待接收数据时超过了预设的超时时间,没有接收到...
### Linux 应用程序 Connect Timeout 原因详解 #### 背景介绍 在Linux环境中,当应用程序遇到“connect timeout”错误时,这通常意味着数据传输或接收过程中出现了问题,尤其是在TCP/IP通信中。此类错误往往使得...
在使用Python的包管理工具pip进行包安装时,可能会遇到安装过程中的超时问题,具体表现为“timed out”。这个错误通常表明在连接到PyPI(Python Package Index)或其他Python包索引源时,由于网络问题导致的连接超时...
系统环境:CentOS Linux release 7.6.1810 (Core) 起因:npm构建时报错 ... fatal: unable to access 'https://github.com/nhn/raphael.git/': Failed connect to github.com:443; Connection timed out npm
当引入或者新建一个项目的时候,在引入gradle版本号的时候会报连接超时的错误:Gradle sync failed: Connection timed out: connect. If you are behind an HTTP········ 解决方法 一、更改项目中gradle...
Timed out trying to connect(连接超时) 1、网上的不是不全,就是功能太复杂,对于新手小白太难(人生到处都是坑,没有真诚); 2、功能很简单,只是不懂配置,错误太多,找不到方法,始终过不了错误的砍(还是那...
openwrt 3.10.49 的内核代码linux-3.10.49.tar.xz,编译时经常不能下载,上传保留备份,同时分享给有需要的同学。 解决的如下问题: ...Connecting to downloads.openwrt.org ... failed: Connection timed out.
`timeout`可以设置为单一值,表示连接和读取的总超时时间,或者设置为一个元组,分别指定连接超时和读取超时。官方建议将连接超时设置为3的整数倍稍大的值,如3.05或6.05秒,以适应网络波动。 然而,即使设置了`...
timed out timed out timed out ping 210.37.0.2 timed out ping 210.37.0.3 timed out ping 210.37.0.4 nonecho type 3 recvd ping 210.37.0.5 timed out ping 210.37.0.6 timed out ping 210.37.0.7 ...
然而,当目标服务器无法响应或响应速度过慢时,`connect`可能会导致长时间的阻塞,这在需要高效率扫描大量服务器端口的场景下尤为不便。本文将对Linux下`connect`超时处理进行总结,探讨如何实现非阻塞的`connect`...
### 如何解决PI超时问题 #### 背景与概述 在SAP NetWeaver Process Integration (简称 SAP PI) 的使用过程中,超时问题是较为常见的技术难题之一。特别是对于同步场景下的集成流程(Synchronous XI/PI Scenarios)...
Test failed to run to completion. Reason: 'Failed to receive adb shell test output within ... Test may have timed out, or adb connection to device became unresponsive'. Check device logcat for details
Connection timed out(解决方案).md