34,832 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
1
replies
61
views
Create multiple copies of a SWF file with only the colour and position of an object changing (Adobe Animate)
I need to create several SWFs that have the same shape in different colours and/or different positions.
E.g. a 10 px circle that can be red, blue, green, yellow, at position x=1, y=2 ; x=3, y=4; x=5, ...
-1
votes
1
answer
76
views
How to create addEventListener - function - where I indicate what movieClip was clicked and then decrease HP:number and show it directly on the stage?
Hello everybody,
I am making very basic game in Adobe Flash AS3. I am learning in a book and as i learn i try to introduce new things and creative stuff into my very basic game.
I am using Flash CS3 ...
0
votes
0
answers
25
views
Adobe Animate AS3 NetStream crashes in Windows projector after multiple video transitions
I’m using Adobe Animate with an ActionScript 3 document to make a test project. In this project, I want to dynamically load and play external MP4 files using NetStream, swapping in new videos as ...
0
votes
0
answers
47
views
Is there a way to highlight ActionScript code in Markdown editor in VS Code like cpp does?
This is sample MD file in VS code:
```cpp
char c = 5;
printf("aaaa");
```
```actionscript
var i:int = 5;
```
```as
var i:int = 5;
```
```actionscript3
var i:int = 5;
```
```as3
var i:int = 5;
```
...
0
votes
0
answers
27
views
Data size is always set to 99 KBs when it comes to saving data in my Flash CS6 project in AS2. How can I make the data size less than 96 KBs?
The data size is always set to 99 KBs when it comes to saving data in my project that I'm working on. I'm using Flash CS6 and ActionScript 2.0. I don't want it to be more than 96 KBs. Flash CS3 does ...
2
votes
0
answers
251
views
Playing PCM data as sound in ActionScript 3.0 (Flash and AIR)
I'm trying to make an ABC/HR tool in Flash, but I can't manage to play the data as sound. Actually I prefer AS2, but I found that it is not enough for this purpose, so I decided to use AS3. But I can'...
-1
votes
1
answer
64
views
How to spoof Action script 3 ExternalInteface.call("window.navigation.userAgent.toString")
im trying to spoof ExternalInteface.call("window.navigation.userAgent.toString") to look like a electron environment using the javascript below. though it works for the browser it keeps ...
0
votes
0
answers
71
views
STM32F051R8T6 Bootloader IAP Jump to APP Hard Fault Error
Hi I am trying to develop USART IAP Bootloader code for STM32F051_Disco but when Bootloader call JUMP User App it's getting hard fault error.
I have checked (Memory-File Compare) code copied into ...
0
votes
0
answers
132
views
Customizing AOSP 12 for Raspberry Pi 4: Missing boot.img and Flashing Issues
I am working on customizing AOSP 12 for Raspberry Pi 4. I successfully downloaded and built AOSP 12, and verified that it works properly using the emulator. However, after making customizations, I ...
0
votes
1
answer
362
views
Does executing the function HAL_FLASH_OB_Launch cause a system reset on STM32H563 MCU?
As for STM32H563 MCU, will it result in a system reset after executing the function HAL_FLASH_OB_Launch?
From my experiment, before executing HAL_FLASH_OB_Launch, I can read data from MCU via I2C ...
0
votes
1
answer
195
views
Laravel Inertia.js, flash messages dissapearing
I'm trying to implement flash messages upon a redirect. I added
'flash' => [
'message' => fn () => $request->session()->get('message')
],
to the ...
0
votes
0
answers
63
views
Get flash title with JS
Code::
<!doctype html>
<html lang="en-US">
<title>emu</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<script src="...
0
votes
1
answer
170
views
Issue during flash programming in lauterbach tool
I have a MIPS based broadcom chip BCM68380 which I am trying to program by following cmm script.
SYSTEM.RESET
SYSTEM.CPU bcm63268
SYSTEM.OPTION ResBreak OFF
SYSTEM.OPTION IMASKASM ON
SYSTEM.OPTION ...
0
votes
0
answers
32
views
Movie clip loading display problem in ActionScript 2
I'm having a display problem with loading a movie clip after loading it, my display looks more like this, the first image is being loaded in a loader that looks corrupted and the second image is not ...
0
votes
0
answers
26
views
Text to Speech voice loader for ActionScript 2
I'm currently working on an application that is a language translator. I already know that Flash professional or both Flash is very picky of audio files. Like when you're trying to import an audio to ...