Flash Questions
Ad
Fading to a Vanishing Point in Flash, Programatically (of course)
I'm trying to do a vanishing star wars type thing like
What is the best tool to convert common video formats to FLV on a Linux CLI
Part of a new product i have been assigned to work on involves server-side conversion of the 'common' video formats to something that flash can
Flex: Modify an embedded icon and use it in a button?
Just that, if you embed an icon: [embed(source='icons/checkmark.png')] private static var checkmark:class; you
Online Flash Mp3 Player Music Button
So i have a website that queries a database with information about music, with id3 information and file location information. i would like to use
Stop music from in flash from javascript event
I am attempting to stop the music inside of my flash swf that i have loaded in the page <object id="flashcontrol1"
Pop-out music player from a frame
I am currently coding a website for a band and i have a music player located within a frame in the website. i would like to make the music player
Algorithmic sound and music generation
I'm looking to use procedurally-generated sound and music in a flash program i'm writing. i haven't found anything in the actionscript 3.0
Grab a ProgressEvent from a POST upload in as3
Is there any way to track the status of a posted upload in as3? there is a progressevent, but it gives data back about the response, not the
Any way to have an ActionScript 3 (Flex/AIR) project print to standard output?
Is there any way to have a binary compiled from an actionscript 3 project print stuff to stdout when executed? from what i've
Using Flash Component SWC file in Flex
I am accessing custom uicomponent via swc file from flex 3. this component works ok in flash cs3, but using it from flex gives a weird error in
Ad
FLVPlayback component memory issues
My website is entirely flash based, it moves around a 3d model which was given to me as chunks of video that i've converted to flv files. i'm
Can someone post a well formed crossdomain.xml sample?
I've been reading that adobe has made crossdomain.xml stricter in flash 9-10 and i'm wondering of someone can paste me a copy of one that they
Error in Flash addition
Make a new as3 document in flash, paste in the following code and run it: var
Can I call an external script or program when building a SWF file in Flash CS3?
Is there a way to call an external script or program from flash cs3 every time it builds a swf file? i'd like to add subversion information using
JWplayer Javascript interaction not working
This problem is going to make me bald. save my hair plz. i have been trying every possible way to stop and pause and play the jwplayer
Long delay before playback in Flash JWPlayer
I've got a flash video that takes a very long time (30 seconds+) to load, which is obviously frustrating for users. i'm using the jwplayer to
JWPlayer + youtube = Green Square in Background
Im embedding a youtube video in jwplayer like this: <embed src="fileadmin/templates/web/js/jwplayer/player.swf" width="300"
Customizing Error on JWPlayer
I need to change the text that is output when the jwplayer encounters an error and states "video not found or access denied:filename.flv". i'm
problem streaming f4v files with jwplayer
I want to stream f4v files with jwplayer. while playing flv files works great with f4v i've got the problem that the video plays only when the
How to embed jwplayer into google web toolkit application?
Glad to ask my first question in stack overflow :) at work i'm developing a google web toolkit application and i need to embed a jwplayer
JWPlayer black screen on initial playback
I have jwplayer on a clients' site. the client complains that sometimes on initial load, the jwplayer will autostart playback as intended
Ad
Flash Organisation Chart
I've been searching for a library that can render organisation charts in either flash and/or javascript(preferably jquery). i know of several
Drawing a custom label on a pie chart in Yahoo's Flash Library ASTRA
Has anyone looked at yahoo's astra? it's fairly nifty, but i had some
How can I use Flash AS 3.0 read realtime file.txt?
How can i use flash as 3.0 read realtime file.txt ?
How can I enable set the timeout on file uploads in SWF to greater than 3 min?
I'm using swfupload to handle file uploads and have run into a problem where any file upload >= 3 min will time out. as far as i can tell, apache
What is the best way to handle photo uploads?
I'm doing a website for a family member's wedding. a feature they requested was a photo section where all the guests could go after the wedding
How do you allow multiple file uploads on an internal windows-authentication intranet?
I have a couple of solutions, but none of them work perfectly. platform asp.net / vb.net / .net 2.0
Obtaining a HGroup subcomponent that it is in view of a Scroller container Adobe Flex 4.5
I have setup a scroller container around an hgroup of labels. the scroller is setup to only display a single label at a time. what i am trying to
how to log in a Drupal user (or get currently-logged in user) from Flex/Flash?
I have a flash application that is hosted from within a drupal page. some parts of the flash application should be available to all users, but
JSON in Flex. "Access of undefined property JSON"
I am trying to parse json in an adobe flex app, using
Flutter TextFormField: The keyboard appeared and instantly disappeared
When i click the textformfield, the keyboard appears, then it disappears instantly, just like blinking. i wonder that whether it is because the
Turn flashlight on/off In QRcodeScanner React native
Im using react-native-qrcode-scanner and what i want to do is : when user press on a flashlight icon flashlight go on i done this
Ad
Allowing to run Flash on all sites in Puppeteer
Disclaimer: i know that flash will be abandoned by the end of 2020, but i simply cannot drop the case and need to have flash in puppeteer, though
How to check if an IP falls between a given ip ranges?
I have 40 lacks ip ranges like below image, need to find ip details with that ip ranges.
Laravel: difference between session()->flash() and session()->now()
I tried to show a flash message when a wrong parameter's given. i tried doing this: with session()->flash('error', 'error
flask pass variable from one function to another function
As you can see the code. i want to pass variable q from function home() into function search().
Convert many .fla files to .swf or .mov files at once
I have a folder with many fla files (files.fla) in it. i was wondering if there is a way to convert all those .fla files to .swf or .mov
How to take action based on detection of locked or off screen in flutter app
By using a flutter package from pub.dev named "torch_compat 1.0.2" for turning on/off flashlight in
AS3 - LocalConnection between AIR master & SWF sender
I can not manage to use a local connection between a master file that's set for air and a slave file for flashplayer (regular swf). here is the
Converting Flash File to HTML
I have flash file(.fla), using adobe animate converted the same to html. few code has been commented out while conversion. need to identify java
Is it possible to display rtmp live stream video in Cesium?
I would like to display an rtmp stream video in cesium. i created an entity and used the <video> element as its material. when
How to consume flash message in the browser? Passport, Node.js, content-flash
I am studying (rather struggling), passport module. i have specified flash messages in my "strategy" like this:
When I change the orientation of the device, there is a small black flash on the screen, Flutter
I have a sin up page that works very well, but when i switch to landscape mode, there is a small black flash on the screen that also disappears
Ad
flash messages are not saved before the page is rendered (node)
As part of a generic get route in an express application, i want to send two flash messages with express-session and connect-flash. this all works
req.flash not working with the res.redirect
I am somewhat new to the node and express world so please forgive any of my nobe mistakes, i have a couple of methods that are returning me 500
Sniff and edit TCP traffic in Python
I am developing proxy for flash game, it must sniff all the traffic from the game, edit some of it and send to the game main server, where
How can i fix divs from connect-flash, they are allways active(i am using pug)?
So i have this in my app.js: var flash = require('connect-flash'); app.use(flash()); app.use(function(req , res , next){
Controlling Flashlight in All Android devices
I'm using camera package for developing android app to turn on flash light, like this: camera mcamera = camera.open();
What is javascript or jQuery equivalent to Flash/AS3 loadVariablesNum()?
I'm converting some flash on a site into javascript/html -- there are some sections where it's calling php on a server and then processing the
Unable to insert data to the database but it returns success every time i run it
I want to insert data, which i found by iterating using for loop in jinja template, to a table. when i submit the form returns success but nothing
Best jQuery drop-down nav Suckerfish alternative that works with Flash?
I think that my suckerfish drop-down navigation does not play well with flash. i've done everything i can think of, yet my drop-down navigation
Flash memory search string
Flash memory is used for logging frame: $d data, $e error and $r report and few more. each frame has timestamp after the frame type:
FLASH save frame, to image (tiff, bmp, jpg, gif, png)
The title sort of explains itself. i am making some 'genrative' artwork in flash. now i want to save the frame without making a screenshot so-on
Fuzzy .png in Flash CS3
Png images appear "fuzzy" in flash cs3. they are very blocky and appear unanti-aliased (if that is a word) does anyone have a fix for this? is
Ad
Preload a lot of tiny pics
I'm thinking about how to approach the problem at hand. there's a flash movie that requires a lot of relativly small images and i'm trying to
embeddable flash based mp3 player
I need to serve audio content (not music though, more like podcasts; human speech), and i'm thinking of using a flash-based player to let users
flash player loads movie locally, like dead fish on remote
I am trying to load a flash player onto an html page. the page is housed in my root folder. the flv and swf are both in a folder titled "videos".
Required Flash Player for Flash Catalyst
I know that flash catalyst is still in beta, but i'm trying to look ahead. a lot of our users are on intranets whose it staff require a lot of
Controlling a Flash Player using JavaScript
I would like to be able to control a flash movie stream using javascript in the same pages as the flash component including: play
FF3/Windows CSS z-index problem with YouTube player
I'm stuck on what appears to be a css/z-index conflict with the youtube player. in firefox 3 under windows xp, take a look at this page:
Garbage Collector Flash Player
Is there a way to force the flash garbage collector to clean up freed memory? i've seen that it takes a lot of time for flash to clean up not
Embedding Flash Player in a C++ or Java application?
I would like to embed flash player directly inside a c++ or java application. i found an article that describes how to do this for c#:
Can anyone figure out how to update to flash_switcher.xpi to include Flash Player 10
I don't know anything about xpis but i've searched through the install.rdf, *.js, and *.xul files and found no reference to an array of flash
Are there limitations on the amount of memory that Flash player can use?
Are there any limitations on the amount of memory that the flash player can use? if you have a swf that over time gets a lot of data from the
Does a user need admin rights to install Flash player?
Will users who do not have admin rights on their computers be able to upgrade to new flash player version by themselves? this would be
Ad
Determine if swf is in a "debug" player or mode
Is there a way using flash (cs3+as3) to determine if the published swf is running in a debug player or in flash's debug mode? i'm aware
Running a SWF from file:/// without having the user change their Flash Player security settings
I have a flex app that does a a fair amount of network traffic, it uses externalinterface to make some javascript calls (for scorm), it loads xml
How to know Flash Player Version from Action Script 3.0
There is a way to know the flash player version installed on the computer that runs our swf file with action script 3.0?
What is the easiest FLV player for embedding video on a website?
I have video that i've converted to flv format. i'd rather host it on my own site than use a service like youtube. what is the easiest player to
Embedding flv (flash) player in windows forms
I'm trying to the the flv flash player from here in a
Best practices for building Flash video player
We have a custom-built flash-based video player that i maintain, and it needs to support preroll ads and ideally both progressive video playback
express-flash messages are empty after refresh
The express-flash module does not work correctly. when i add a message, it's empty on the next page refresh. this is a part of my
Is a SWF whose src uses HTTPS secure?
Here is a scenario: i am embedding form.swf in
Laravel flash message not working in specific method on specific redirect route
I have pretty strange problem. my flash message isn't working when i create post, but works when i delete or update it, it also works when i
How to use the embedded Flash on Android?
I know that flash has been abandoned on the android platform. but for a special reason, i still need to use flash (swf file) on an application
What's the 'static void Main' equivalent in Flash?
I am trying the fdt editor on a project that previously ran successfully in flash cs3. fdt builds and runs it successfully but the swf is
Ad
Is there a way to detect Flash playback progress, using the Flash ActiveX object, when progress is NOT on the main timeline?
I've done some programming where i've embedded the flash activex control into my program. i'll play swf files in a "playlist" provided by the
How can one host Flash content in a WPF application and use transparency?
How can i go about hosting flash content inside a wpf form and still use transparency/alpha on my wpf window? hosting a winforms flash controls
Is there some way to show HTML content inside Flash?
I want to show html content inside flash. is there some way to do this? i am talking about full blown html (with javascript if possible).
Extract variables of embeded flash game
Is it possible to extract some score variable from an html embeded game? just as an example: <embed
where can I find a really good tutorial to create 3d carousel in flash MX?
Where can i find a really good tutorial to create 3d carousel in flash mx? has anyone implemented this in flash mx? thanks
Carousel component a-la searchme.com
I'm looking for an open source flash carousel component similar to what searchme.com has.
ActionScript 3, Flash Player 10 - 3d carousel changes perspective, alignment issues
We made a 3d carousel with the new native 3d support from flash. now when i resize, my carousel should drag along the middle. which it does fine.
AS3 slow webcam with 1080p on i3 laptop
I made an air application that uses the logitech c920 webcam for image capturing. the camera can display and record 720p and 1080p perfectly when
How do you make Flash not render an object on the Stage?
This discussion started over here but i
Is there a way to render svg data in a swf at runtime?
I'd like to render to svg data in a swf at runtime (not in flex - not using degrafa) - how would i go about doing that?
Flash: VideoPlayer.load method sometimes fails...thoughts on why and how to recover?
I have a movie that loads an flv using the videoplayer class. it does it with the load function. here is a code sample of what i'm
Ad
What are the (technical) pros and cons of Flash vs AJAX/JS?
We provide a web application with a frontend completely developed in adobe flash. when we chose flash 6 years ago, we did so for its large number
What browsers use their own copy of Flash?
I am suffering from a flash related issue, that aside i would just like to know more about this. i know that some browsers such as chrome
Using robots.txt or another method to change the default page for Search Engines
We have a flash "gateway" page displayed to users (only once) before they enter our corporate website. this flash page is default.aspx, served as
How to fix closure problem in ActionScript 3 (AS3)
In the code below i'm trying to load some images and put them in the stage as soon as they get individually loaded. but it is bugged since only
How can I set rel=noreferrer in a URLRequest in Flash
I'm using a urlrequest to get a resource. i need to clear the referrer information in the request. is there a way to do this? snippet:
How to make a dynamically changing download link with javascript?
I am making a flash gallery site and i would like the text at the bottom of the page to be a download link for the flashs. this text changes to
How to handle errors loading with the Flex Sound class
I am seeing strange behaviour with the flash.media.sound class in flex 3. var sound:sound = new sound(); try{ sound.load(new
playing slow motion, fast forward , rewind in a video player in flash video player
We want to build a flash video player to play flv videos. in addition to basic video controls, client also wants below features for that video
What is the best way to handle refreshing a localConnection between AS3 and AS2 swfs using SWFBridge? (load, unload, load again)
I have an as2 swf that is hosted by an as3 swf and they connect using swfbridge. during the course of things i need to unload the as2 swf and
Control-F5 Browser Refresh (Flash object not refreshing)
Under the hood, i was wondering what control-f5 for a browser does. to me, it clears the cache and refreshes images/text/controls/etc. i
How do I prevent a swf from refreshing when an iframe is resized?
I am resizing an iframe, and when i do that in firefox, the content gets refreshed. i have a swf that extends, and in firefox when the
Ad
What are effective options for embedding video in an ASP.NET web site?
A quick glance at the present-day internet would seem to indicate that adobe flash is the obvious choice for embedding video in a web page. is
What are the best solutions for flash charts and graphs?
I'm aware of fusioncharts, are there other good solutions, or apis, for creating
Ad
Blog Categories
Ad