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
0
votes
1 answer
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
The code would be like this:
var loader:Loader = new…

Saikios
- 3,623
- 7
- 37
- 51
0
votes
0 answers
Access Shockwave Flash COM Object using WebBrowser Control
I have an HTML page that contains the flash game Club Penguin. I'm trying to make a Desktop client for my website that allows the user to get and set flash variables. How can I access the Flash COM Object using a WebBrowser Control?
Here's what I…

Hawkeye111
- 37
- 1
- 8
0
votes
1 answer
shockwave activex plugin load flash then call video-js-swf function
Env: win10,vs2015,adobe flash 26,.net framework 4.
I try to load video-js-swf in MFC application in 'ActiveX' way.I alread load the .swf file with code in MFC.
CString str = _T("path.swf");
m_flash.LoadMovie(0, str);
But I can't use…

Jeff Q
- 1
- 2
0
votes
0 answers
Firefox failed to find flash player
I have the following problem.
JS navigator.plugins suddenly desides, that Shockwave Flash plugin is not installed. Plugin is installed in Firefox (Shockwave Flash 26.0 r0) and set to "always enabled".
I have reinstalled flash plugin (debugger)…

S. Maksim
- 1
- 1
0
votes
0 answers
embed javascript into .GIF, .SWF or . PDF
How to inject my javascript code in a .SWF file? I already try to inject but not happens. See teh code:
import flash.external.ExternalInterface;
var script_js :XML =
…

Bruno Guimarães
- 9
- 6
0
votes
1 answer
Find out what or who calls/triggers shockwave/activeX/flash
We sometimes see this bar "A plugin (shockwave flash) is not responding" on web pages which often freezes the page.
While trying to debug it, I can't figure out who is calling this shockwave flash, Are there any tools that can give a clue who…

adardesign
- 33,973
- 15
- 62
- 84
0
votes
0 answers
PowerPoint Flash properties missing from template
I have some PowerPoint templates that behaves strange in regards to Shockwave Flash Objects.
When inserting a Shockwave Flash Object in either the template master or in a slide in a document created from this template, I only get a blank properties…

Gertsen
- 1,078
- 20
- 36
0
votes
0 answers
How to programmatically open settings popup for a shockwave-flash object
I have an application that has an audio/video chat. I'm using a flash object on IE and Safari. Everything works fine. I was just wondering if there a way to open the "Adobe flash player settings" popup via JavaScript?
In case you think it's…

Pedro Vaz
- 820
- 5
- 11
0
votes
1 answer
How Shockwave player generates HTTP POST request?
I am intercepting HTTP request/response from an Adobe Shockwave-based web music player application using Chrome Dev tools. When I click the Play button on music player, HTTP request headers like following are raised:
POST /some_url HTTP/1.1
Host:…

Forthaction
- 264
- 1
- 3
- 13
0
votes
0 answers
playing a video after another one has ended with shockwaveflash player in c#
I have a code that takes should take video urls from queue and play next video on the queue after 1 has ended. I just can't get the program to know if the video has ended or not. How can I do this?
This is what I got:
{
if (songrequests.Count >…

Ropzelcius
- 1
- 1
0
votes
0 answers
How play swf file in wpf
I want to play a swf file in my wpf application
I google it and find this link
http://hintdesk.com/c-wpf-play-swf-in-wpf-application/
but when I add Shockwave Flash Object
I face this error
"the following controls were successfully added to the…
0
votes
1 answer
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?

Rajiv
- 2,352
- 1
- 22
- 25
0
votes
1 answer
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 articles from where i can get some idea about this.…

Sandeep
- 1,028
- 2
- 13
- 25
0
votes
1 answer
Flash Builder (FlexPrintJob & PrintDataGrid) Chrome Shockwave error
I have an mx:application using the Flex 4.6.0 SDK and I’m having some issues with the FlexPrintJob in Chrome only. The FlexPrintJob worked fine in chrome, up until maybe a couple weeks ago (I made no changes to the code) and now I’ve started…

user3723584
- 35
- 7
0
votes
1 answer
using og:video for facebook
I'm trying to set up my video in og:video on my site so that when someone shares the link in facebook it shows the video instead of the og:image.
The problem is that it requires a flash player url, but I don't have the slightest idea how to get that…

thinkofacard
- 491
- 1
- 6
- 19