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.
Questions tagged [shockwave]
85 questions
1
vote
1 answer
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 = ActivePresentation.Slides(1).Shapes.AddOLEObject(0, 0, -1, -1,…

nobitavn94
- 317
- 3
- 11
1
vote
1 answer
Movie not loaded for SWF
So I'm using visual studio 2019.
I got some code trying to embed a SWF from Doodletoo.com
It loads to 100% and then goes to a black screen. When I right click it says movie not loaded. I've added the Flash variables & the link for the SWF. The…

Sparkles the unicorn
- 47
- 10
1
vote
2 answers
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 document body of both IE and Moz, but mouse events do…

Tanerax
- 5,826
- 5
- 29
- 27
1
vote
6 answers
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 physically reside in the disk. How to load the SWF…

Randy Sugianto 'Yuku'
- 71,383
- 57
- 178
- 228
1
vote
2 answers
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 set a property or call a method.
For instance, if I…

Jason
- 16,739
- 23
- 87
- 137
1
vote
1 answer
Is it possible implement adobe flash player in android
I want play shockwave videos in android but there is no support for .swf in android. Instead of using WebView to play .swf files is it possible to implement adobe flash?
user6250547
1
vote
1 answer
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 constrained resources.
The reason I ask for that…

Pietro
- 12,086
- 26
- 100
- 193
1
vote
1 answer
Cannot play any YouTube videos in C# WebBrowser
I am developing a lightweight desktop application in C#.NET (Windows Forms) on Windows 7 64-bit that can search and play YouTube videos.
I have spent the entire night and day trying to make the app play videos in all possible manners (I've tried…

Fernando Aires Castello
- 1,203
- 3
- 17
- 23
1
vote
0 answers
C# Deployment of Shockwave Flash Player
I have made a YouTube player in C# using Shockwave Flash dll. When I am inside visual studio it works but when I deploy my application the flash player turns just white. It doesn't play any videos.
I installed the active X plugin for IE but still…

Dikong Prigm
- 19
- 2
- 10
1
vote
1 answer
C# ShockWave Flash Object does not exist in COM COMPONENTS
I will get videos from youtube and other websites into c# winform application. I need Shockwave Flash Object in Com Components and I installed Adobe Shockwave Player and Adobe Flash Player. Just Shockwave ActiveX Control appeared.
No ShockWave…

Emrullah
- 122
- 1
- 13
1
vote
1 answer
What is causing this white space at the bottom of my page in Chrome?
I've been working on my new website for many days (building it locally on my Macbook Air), and always testing it locally in the Chrome browser on my computer. When I view it locally, it looks perfect. However, when I upload it to my hosting…

Kevin Ellerton
- 13
- 4
1
vote
2 answers
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 dynamically called by the viewer, or are created…

Red Collar
- 117
- 1
- 2
- 6
1
vote
1 answer
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 Manipulate those parameters in the Delphi…

m-abdi
- 540
- 1
- 7
- 30
1
vote
1 answer
How to play SWF file in .NET 4.0 C# WinForms application?
I have a SWF file which i want to be usable offline aswell. I have searched for how to play SWF files. But it doesn't work when i put a WebBrowser component ( it displays a save file dialog.. ). I have also seen that can use the AxShockwaveFlash COM…

Jyrka98
- 530
- 1
- 10
- 19
1
vote
2 answers
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 done with this, I'm also supposed to develop similar…

claws
- 52,236
- 58
- 146
- 195