Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Actionscript
0
votes
455
views
1
answer
actionscript 3 - AS3 Casting one type to another
I have a base class called Room and a subclass called Attic, and another called Basement. I have a controller ... done this before as as3. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
325
views
1
answer
actionscript 3 - Inherited a class from EventDispatcher in Flash but custom event not received
I have a custom event that is dispatched when a slider is moved but I receive no event from inherited dispatcher class I ... ("hello"); } } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
402
views
1
answer
actionscript 3 - How can I get the background color of a loaded swf file?
I'm loading an swf file into my main application using URLLoader, I want to get the background color of the loaded ... code of the loaded swf ) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
509
views
1
answer
actionscript 3 - Loading .bmp (Bitmap) and .tiff file in Flash 10 using a Loader
I am developing a Image uploader using Flash 10. I am using FileReference object to browse images and Loader ... images from desktop? Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
734
views
1
answer
actionscript 3 - stopping on the last frame (flash)
I want my movieclip to play once and stop on the last frame. I use the following code in the loop of my ... a movieclip on a particular frame. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
396
views
1
answer
actionscript 3 - Any reverse engineers have experience with secureSWF?
I'm writing a flash application and am afraid that it will be decompiled. In order to minimize this chance, I ... ? Thanks a lot in advance. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
429
views
1
answer
actionscript 3 - How to dispatch an event with added data - AS3
Can any one give me a simple example on how to dispatch an event in actionscript3 with an object attached to it ... pass along with the event. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
450
views
1
answer
actionscript 3 - Fast or asynchronous AS3 JPEG encoding
I'm currently using the JPGEncoder from the AS3 core lib to encode a bitmap to JPEG var enc:JPGEncoder = new JPGEncoder ... and how can I do it? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
470
views
1
answer
actionscript 3 - Is it possible to store images in the SharedObject of Flash?
Is it possible to store a Image in a SharedObject in Flash? It would be nice if it would work. I ... addChild(Bitmap(sharedObject.data.img)); See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
558
views
1
answer
actionscript 3 - UI Component life cycle in Flex
In UI component life cycle, I heard validation and invalidation events. Please explain me about these events in short ... Thank you in advance. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
464
views
1
answer
actionscript 3 - How do I access a movieClip on the stage using as3 class?
public class MyClass extends MovieClip { public function MyClass():void { my_mc.addEventListener(MouseEvent.CLICK, action); ... How do I access? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
545
views
1
answer
actionscript 3 - POST file upload using URLRequest
I have a quick question regarding POST file uploads in ActionScript 3. I am trying to upload a ByteArray ... suggestions would be appreciated! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
362
views
1
answer
actionscript 3 - What is the difference between object main timeline, object Stage and root in as3?
I want to know the difference between [object main timeline], [object Stage] and root in as3? I have read from ... But I didn't get clearly. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
466
views
1
answer
actionscript 3 - How to send PUT HTTP Request in Flex
I want to send HTTP PUT Request on one URL to update that content of XML via using API. URL is like this: https:/ ... .... Please help me..... See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
504
views
1
answer
actionscript 3 - Collections in Adobe Flex
Is there any open source collection framework, written in ActionScript that would emulate HashMap, HashSet, ... Java class implementations. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
428
views
1
answer
actionscript 3 - How do you loop a sound in flash AS3 when it ends?
What AS3 code is used to loop a sound using AS3? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
472
views
1
answer
actionscript 3 - Is there something like printf in Action Script 3?
I searched it for while but didn't find anything like printf in Action Script. That makes it a little difficult to generate formated strings. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
475
views
1
answer
actionscript 3 - Scroll to selected item in Flex 4 Spark List component
I'm setting selected element in s:List component with Actionscript, it works, but List doesn't scroll to selected ... selected item ? Thanks ! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
435
views
1
answer
actionscript 3 - Flex: Render an unrealized UIComponent to BitmapData?
What is the best way to render to a UIComponent which hasn't been added to the stage? (I'm using UIComponents ... view. Is there a better way? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
433
views
1
answer
actionscript 3 - Flex: Render an unrealized UIComponent to BitmapData?
What is the best way to render to a UIComponent which hasn't been added to the stage? (I'm using UIComponents ... view. Is there a better way? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
336
views
1
answer
actionscript 3 - Fastest way to delete one entry from the middle of Array()
What is the fastest way to delete one specific entry from the middle of Array() Array is large one having Strings. ... content of array[6] etc. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
579
views
1
answer
actionscript 3 - AS3 Sprite Sheets
I have an image mySprite.png. The image is a 5x5 grid of 32x32 px sprites. This image has been loaded ... from this sprite sheet resource? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
405
views
1
answer
actionscript 3 - How to detect if the area was 100% painted in as3
I′m making a game that simulates an industry of pan, and one of the process is Painting. What I want to do is ... me some way of doing that? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
569
views
1
answer
actionscript 3 - How to detect multiple key down event in as3?
I just got started learning AS3. Let's say I have two textfields on my sprite. I like to move textfield 1 when I press ... .x -= 10; break; } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
364
views
1
answer
actionscript 3 - AS3 NetStream AppendBytes Seek issue
I'm having trouble with NetStream in AS3. The project I am working on allows users to browse a video (locally ... the video does load again. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
421
views
1
answer
actionscript - How do I access cookies within Flash?
I'm looking to grab cookie values for the same domain within a Flash movie. Is this possible? Let's see I ... printing it within the HTML page. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
675
views
1
answer
actionscript 3 - How can I determine what flash player version a swf was published for?
I have a SWF of unknown origin, and I need to know which flash player version it was targeted at when it was published. How do I get this info? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
0
votes
410
views
1
answer
actionscript 3 - Alternative to embedding a font in as3
I have quite a basic question to ensure I am not missing something obvious! Does anyone know of an ... the windows/fonts folder. Cheers See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
actionscript
Page:
« prev
1
2
3
4
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 有什么前后端一体化的框架?
[2] Postgresql drop schema是直接物理删除所有表么?
[3] PHP可以写脚本软件吗?
[4] javascript - How can I show elements based on the selected option?
[5] 如何在 umijs 中手动触发运行时配置 patchRoutes?
[6] json-templater 转复杂数组对象 问题
[7] python - pip timing out on multiple computers on the same network
[8] Maven plugin-development - How to detect modified files?
[9] 关于 import export 循环依赖的问题
[10] sql - sum the contents of a delimted column in an oracle table column
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...