Tagged Questions

6
votes
2answers
642 views

What are the differences between Shockwave, Flash & Flex?

Are they the same thing? If not, what are the differences?
1
vote
1answer
681 views

How can pass parameters to a flash Movie in Delphi 2010?

I have imported the ShockWave flash Activex Control in my Delphi project. I can manipulate All the properties of a Flash movie file. But I need to define my own Parameters in the my own Flash file and ...
1
vote
2answers
137 views

which platform should I use for developing animation/simulation of computer networks?

I'm supposed to develop animations/simulations to illustrate Computer Network concepts (Algorithms etc..).Some thing like this: http://www3.rad.com/networks/2004/sliding_window/detect.html . After ...
1
vote
5answers
3k views

Flash ActiveX: How to Load Movie from memory or resource or stream?

I'm embedding a Flash ActiveX control in my C++ app (Flash.ocx, Flash10a.ocx, etc depending on your Flash version). I can load an SWF file by calling LoadMovie(0, filename), but the file needs to ...
0
votes
1answer
42 views

Interactive 3d modelling program

Question: I look for a program that can do the job for the following questions: On a website the user can see a animated 'movie' of a house exterior He can rotate the house left-right, up-down When ...
0
votes
1answer
55 views

Preloader for shockwave in flash?

I found out a cool way to preload a flash in this page http://www.riacodes.com/flash/basic-flash-preloader/ But is a preloader for a flash to another flash without having to modify the other flash ...
0
votes
2answers
2k views

How to save this rtmp flash video stream?

Please don't flag this post as not programming related. Only programmers can answer this. My sister wanted me to save http://esewingworkshop.com/video-lesson/overview-zipper-types flash video & ...
0
votes
0answers
187 views

how to make only one mp3 files play at one time in html

currently i created a page that will play mp3 files. now..in my page.. i can play many mp3 files at one time..i need to create a page that will play only one file at a time. when user click other ...
0
votes
1answer
450 views

How to limit CPU resources / Shockwave Flash

Can I set a maximum percentage of CPU resources a specific program or process can use? I want to use the executable name instead of its pid, because I would like certain executables to always run with ...
0
votes
2answers
2k views

How to extract images from flash viewers?

This deals with the (diverse) flash viewers that let you zoom in on images on websites. I’m trying to extract the large, zoomed-in image rendered by the viewer. In many cases the images seem to be ...
0
votes
1answer
1k views

Addressing properties of a Shockwave Flash object (MultiPowUpload) in JavaScript

Please pardon the dumb newbie question; I've only been programming Javascript for about 24 hours... :) I have managed (with some outside help) to embed a shockwave flash object into my page - ...