Tagged Questions

Shockwave is a technology developed by Macromedia, Inc. that enables Web pages to include multimedia objects. Shockwave supports audio, animation, video and even processes user actions such as mouse clicks.

learn more… | top users | synonyms

6
votes
2answers
642 views

What are the differences between Shockwave, Flash & Flex?

Are they the same thing? If not, what are the differences?
5
votes
2answers
408 views

PHP: How to get shockwave .dcr file width and the height?

As we know the function getimagesize() works very good for images and swf files. But it doesn't support shockwave file (.dcr). SO, how can I get the width and the height of such file..
4
votes
6answers
5k views

wav <> mp3 for flash(as3)

Dear All, I'm wondering about MP3 decoding/encoding, and I was hoping to pull this off in Flash using AS3 I'm sure it'll be a right pain... I have no idea where to start, can anyone offer any ...
4
votes
4answers
326 views

Any online resources for learning Lingo/Shockwave Director?

I've been doing bits and pieces of work in Lingo while helping a friend with some projects he's working on, but I haven't found any good resources for actually learning the language. I'm sure I could ...
2
votes
0answers
299 views

Embedding SWF file in WPF using Windows Forms Host?

I'm currently in need of embedding an SWF file inside my WPF form. I read about it and there are at least two ways to accomplish this: Embedding the SWF inside an HTML file and embed the latter in ...
2
votes
2answers
1k views

Augmented Reality via (common) Web Cam / iPhone / Android - Grid Detection? - Harry Potter 3D Example

I'm trying to figure out how to implement a basic augmented reality application that uses a piece of (real) paper to navigate (simple rotate, zoom) a virtual 3d or pseudo-3d space. The example ...
2
votes
2answers
298 views

Shockwave games in Facebook?

simple question: is it possible to run games made with Adobe Director (shockwave player) in Facebook? Thx.-
1
vote
2answers
52 views

vb.net application is not working on other computers?

i have a simple app of one form. on this form there is: webbrowser - axshockwavecontrol - combobox - label - progressbar the code is not so much of a work so it is not neccessary to explain it. ...
1
vote
1answer
70 views

Setting value to flashvars property doesn't work

I'm trying to set value to the property FlashVars when inserting shockwave flash movie to PowerPoint 2010 using vba like this: Dim s As Shape Set s = ...
1
vote
1answer
680 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 ...
1
vote
2answers
298 views

C++ ATL Member Variable access help

I am not familiar with this, and can use a kick start. I am using ATL (unmanaged C++) user control and would like to use the ShockWave ActiveX object. I need to know how to declare it so that I can ...
1
vote
2answers
1k views

How do you capture mouse events in FF, over Shockwave Object

How do you capture the mouse events, move and click over top of a Shockwave Director Object (not flash) in Firefox, via JavaScript. The code works in IE but not in FF. The script works on the ...
0
votes
0answers
21 views

Embedding Flash in a Report Viewer .NET app using C#

I was told to Embed a flash control inside a report viewer so that when user clicks on the generate report button instead of displaying that green circle a small animation clip will be played. I know ...
0
votes
0answers
17 views

how to change Shockwave 3D texture in Adobe director?

I want to change texture from a 3D object (W3D file that imported from 3DMAX) with different texture image (external image) but i don't know how. There is some example on internet but i still ...
0
votes
0answers
104 views

Shockwave Adobe Flash Player - get video duration in javascript

I have a flash video and a embed code which display it. I want to get the video duration in javascript. Is it possible? Embed code is like this: <object ...
0
votes
1answer
41 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
449 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
1answer
109 views

Can I export or publish an Adobe Director movie to a format that can be played in Adobe AIR?

Is it possible to export or publish an Adobe Director movie to a format that can be played in Adobe AIR?
0
votes
1answer
86 views

Is it possible to handle shockwave objects in flash?

I want to know, Is there any way to handle or control the shockwave objects in flash by using 'as3'? I know this is possible in 'Director' by using 'Lingo'. But I am not able to find any way or any ...
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
39 views

Shockwave How Would I Start?

I was just wondering, how would I go about creating a browser based 3D racing game to be a shockwave game? Any links and tutorials would be very helpful Thanks
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 - ...