0
votes
0answers
5 views
Flash, LocalConnection and DOM
I have a Flash object on my site, which has this code:
this.ld = new LocalConnection();
this.ld.allowDomain("*");
ExternalInterface.call("alert", this.ld.domain);
It alerts my domain successfully. …
1
vote
2answers
14 views
How to dynamically load a progressive jpeg/jpg in actionscrip-3 using Flash and know it’s width/height before it is fully loaded.
Hi,
I am trying to dynamically load a progressive jpeg using actionscript 3. To do so, I have created a class called Progressiveloader that creates a URLStream and uses it to streamload the …
1
vote
1answer
37 views
Flash/Actionscript a substitute for css and javascript?
I have reasonable experience with PHP, CSS, and javascript/jquery/ajax. I'm taking my first steps learning Flex/Flash/Actionscript and it's already striking me that using flash/SWF could solve many of …
-1
votes
1answer
18 views
Getting/generating an image from embedded flash video
So what I am curious about is if it is possible and how, to have an embedded video and capture the thumbnail. There are other sites that share video and I'd like to get the thumbnails from the …
0
votes
1answer
23 views
Surefire way to get html ontop of flash content?
Hello all,
I've been struggling to get some absolutely positioned overlays to show above an flv movie(using flowplayer) in the firefox browser(works in safari)
I have the overlays div placed …
0
votes
0answers
23 views
Forgive me ‘whoever’ for I have sinned… (embedding multiple Flash Player instances using swfobject via a usercontrol)
I have a ListView on a Page within a MasterPage and some very ugly ugly autogenerated IDs.
Such as..."ctl00_workbenchPlaceHolder_ListView1_ctrl1_LibItem2One"
Using swfobject.embedSWF(...) requires …
0
votes
1answer
22 views
Live Audio Streaming alternatives *without* Flash, Silverlight…
What , if any, alternatives are there to Flash, Silverlight, and Java applets for streaming live media?
0
votes
0answers
10 views
HaXe simple flash preloader
Is there a simple way to have a preloader that just traces the percentage and then goes on to the main game? Just as simple as possible, so that I can add in the progress bar/logo animation after. I …
0
votes
1answer
8 views
tinting a MC with tweener
Hi
I would like to tint a movieclip with the tweener class.
This is how I tint the mc without the tween:
var c:Color=new Color();
c.setTint(0xff0000, 0.8);
clouds.transform.colorTransform=c;
it …
0
votes
0answers
86 views
Who will win the battle for RIA field - Silverlight or Flash? [closed]
Who will win the battle for being major platform on RIA field - Silverlight or Flash?
What is (and is planned to be for nearest releases) the difference between the two platforms and …
0
votes
2answers
13 views
Javascript on embedded videos
Hi,
Is it possible to use javascript to seek position of videos embedded on a page (Videos from Youtube, DailyMotion, Revver, etc)?
Thanking you in advance.
Regards
Mansoor
0
votes
1answer
15 views
How to create multiple processes in Adobe Air program?
How to create multiple processes in Adobe Air program? Docs? Tuts? Algorithms? (for ex I have some design logic and some services client logic i want to run them in separate processes) (Air 2.0 is ok …
1
vote
2answers
25 views
Can Flash action script read and write local file system?
I think it can only access the network but not local file system, but from internet some people said it can in the newest version, can anybody confirm? It can reach arbitrarily file or just a specific …
0
votes
1answer
18 views
Full-screen Flash application test needs external pokes
I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's …
0
votes
3answers
13 views
Text on top of images i Flash slideshow (Flex)
Hi everybody!
I never did stuff like this before! Tried to google around but couldn't find anything useful!
So: how is it possible to make text appear on top of an image (slideshow) in Flex using …

