Top "Urlloader" questions

Dynamically Add Images React Webpack

I've been trying to figure out how to dynamically add images via React and Webpack. I have an image folder …

reactjs webpack image-loading urlloader
How to bypass "Adobe Flash Player has stopped a potentially unsafe operation."?

I have created an advent calendar for the blog of a friend, and to fetch/get/download the gifts of …

flash actionscript-3 urlloader urlrequest
webpack require relative image

I have two files: ./img/mypic.png ./js/help/targets/target.js In target.js: <img src={require("../../../img/…

javascript webpack image-loading urlloader
webpack not able to import images( using express and angular2 in typescript)

I am not able to import images in my headercomponent.ts. I suspect it is because of something i am …

express typescript angular webpack urlloader
Url-loader vs File-loader Webpack

I'm trying to figure out the difference between url-loader vs file-loader. What does DataURl mean? The url-loader works like the …

javascript webpack urlloader webpack-file-loader
URLLoader data to BitmapData

I'm trying to load an image file that's right next to the .SWF file. Something like this: var loader:URLLoader = …

actionscript-3 bitmapdata urlloader
Webpack url-loader set destination path

I'm using webpack's url-loader plugin and have it configured as: { test: /\.(ttf|eot|woff|woff2|svg)$/, loader: "url-loader?limit=50000" } It …

webpack urlloader
Loading and Returning Text Data with ActionScript 3 (URLLoader)

I'm trying to do something exceedingly simple: write a function that reads text from a text file and returns the …

actionscript-3 urlloader
Unable to resolve absolute url() paths for background images in CSS with Webpack

I have the following Webpack config (roughly, it has been simplified for this post): const rootPublic = path.resolve('./public'); …

webpack webpack-dev-server urlloader webpack-style-loader
Access HTTP response headers in for flash.net.URLLoader object?

Is there a way to access the response headers from an HTTP result when using Flash/Flex's URLLoader? Setting the …

apache-flex flash actionscript-3 http-headers urlloader