Questions tagged [axshockwaveflash]

AxShockwaveFlash is a .net wrapper component for loading flash movies (swf) on a windows form.

AxShockwaveFlash is a .net wrapper component for loading flash movies (swf) on a windows form. Though it is widely used, there is currently no consolidated documentation available for its users to refer.

60 questions
1
vote
1 answer

flash control through windows forms application does not work any more after explorer update of 26th of december 2015

We have an windows form application that shows flash content. Until saterday 26th of december 2015 this worked perfectly. now I get: A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in…
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

RTMP loading test with JMeter

I have used JMeter to perform some loading tests on my company. Now we need to test an live stream service, but I don't know how to do that. I've made a good research so far and got nothing. The stream is send as flash application, the type is…
Johnny Willer
  • 3,717
  • 3
  • 27
  • 51
1
vote
2 answers

Raise Events Custom Control Class which Inherits Base Class

I'm trying to design a "pass-through" for the axShockwaveFlash control. This control does not have .MouseDown, .MouseUp or .MouseMove events associated with it. Sadly, I need to detect these events on any shockwave controls as they are used in…
stigzler
  • 793
  • 2
  • 12
  • 29
1
vote
0 answers

AxShockwaveFlash finished playing

I'm writing a little app in C++ with Windows Forms and axShockwaveFlash object. Everything works fine, but on the end of the first video I want to play another automatically. Is there any way to find out, that the first video ended? I'm playing…
bbz
  • 91
  • 1
  • 8
1
vote
1 answer

AxShockwaveFlash's LoadMovie throw System.AccessViolationException exception

I am facing the following exception while trying to do communication between C# and flash object (swf). I try to aximp the Flash64_13_0_0_214.ocx to generate 2 assemblies AxShockwaveFlash.dll and ShockwaveFlashObject.dll, then i test my code in one…
Kevan
  • 109
  • 2
  • 7
1
vote
1 answer

Error trying to run: Shockwave COM onbject on a test machine

I have a problem: I have added the shockwave com object into my vb.net project and it works fine. My development machine is a 64bit Windows 7 However on a test machine which is also windows 7 and has shockwave installed, I get the following…
Graham Jones
  • 165
  • 4
  • 19
1
vote
2 answers

How can I load an SWF from a C# EmbeddedResource without first writing to file?

I'm using the flash 10 activex control to load a flash movie into my WinForm. Unfortunately, it only takes a path. What I'm trying to do is load the swf from a stream I can get from an EmbeddedResource so I can embed the swf into my exe such that…
McAden
  • 13,714
  • 5
  • 37
  • 63
1
vote
0 answers

How to set the start position for a video using AxShockwaveFlash (revised)

Revised question with added detail... I'm trying to use AxShockwaveFlash to play a youtube video and start it at a specific location. This is within a C# winforms app. I have the basics. I can successfully start and stop the video. I cannot,…
1
vote
0 answers

Unable to Add shockwave flash object to windows form in word add-in

I have Word add-in contains a windows from that contains a shockwave flash object. I'm using vs2010, .net3.5. The problem is that i'm unable to add shockwave flash object to windows form in word add-in, but I can add it in normal form in normal…
1
vote
1 answer

How to add flash video in C# WinForms application?

I want to make an interactive trainer for a BIG program. Instead of just making video tutorials, I was thinking to make the videos in camtasia, and edit them with flash. After the videos are ready, I want to upload them to my server, and the C#…
csharpvid
  • 19
  • 4
1
vote
0 answers

How to play SWF file faster in C#

Is there a way to alter fps using axShockwaveFlash control? I was thinking I could use a timer and go to next frame faster but it severely affects the flow of the sound. I don't want to skip frames but I would like to play them fast. Any ideas?
Matical
  • 454
  • 1
  • 4
  • 19
1
vote
0 answers

Communicating with WebAssign calcpad in TWebbrowser and EmbeddedWB

So I've been making my own browser in delphi 2009 getting used to it, and i've come across a problem. webassign.net has these questions that use calcpad or mathpad or physpad (all the same/ex…
Brandon
  • 11
  • 2
0
votes
1 answer

Why doesn't a SWF file in C# pause when using AxShockwaveFlash

I need to play various swf files in a C# application. They seem to start playing fine but trying to pause it has no effect the 1st time and whites out the panel if I try again. The code I'm using is below. Also rewind & forward have no effect. Any…
David Knight
0
votes
0 answers

How would I disable/hide context menu of axShockwaveFlash?

I currently have a project in which I am using axShockwaveFlash to play my .swf file. Is there a way I can disable the context menu that appears when I right click on this? Thanks!
Blake Xavier
  • 75
  • 5
  • 13