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
0
votes
1 answer

Why AxShockwaveFlash take so much memory or process while transitions?

I have developed an application with 2 AxShockwaveFlash and textBlock.In AxShockwaveFlash there is 2 different flash files with their own animation and in the bottom of the form a textblock scroll some text(Ticker).While loading of flash my ticker…
madan
  • 773
  • 13
  • 38
0
votes
1 answer

embedded youtube in shockwave flash object winforms not working

I'm trying to embed a youtube video in a winforms application. When I click I button, a new panel pops up with the video in it and it should play. However, it doesn't. There's just a black box and nothing happens. Here's what the code looks like…
Ted
  • 487
  • 2
  • 12
  • 23
0
votes
0 answers

Opening a flash file on a different form

Ok so I made two programs. Program one opens a flash file in a different from after a user clicks on a listview item. Program two i made after program one didnt work. program two does the same thing except the user clicks on a button. Now the…
Broken_Code
  • 306
  • 5
  • 19
0
votes
1 answer

Taking next item in a listbox (youtube videos) in c#

Just a quick question. How to take a next item in a listbox of c#? Just a simple code to go through the items in a listbox: for (int i = 0; i < listBox1.Items.Count; i++) { axShockwaveFlash1.Movie = (listBox1.Items[i].ToString()); } But the…
0
votes
1 answer

Extract Flash SWF from embedded in OCXState

I have a form with an Flash SWF embedded using AxShockwaveFlash. I no longer have the original SWF file and I'd like to extract it from the AxShockwaveFlash object. I've tried pulling the OCXState out and saving it to disk (via the Immediate Window)…
Michael Minton
  • 4,447
  • 2
  • 19
  • 31
0
votes
1 answer

Capture Mouse Event in Application when AxShockwaveFlash Full Screen

I have an application which shows Flash Media full screen using AxShockwaveFlash control. I need to close the Window on a mouse click, however I cannot capture the mouse click when the AxShockwaveFlash control is active. The Click and MouseDown…
Damo
  • 1,898
  • 7
  • 38
  • 58
0
votes
1 answer

Specifying relative path to shockwave flash object

While playing the .SWF file in windows forms as below, I noticed that it doesn't takes any relative paths. What is done below is that each time the PlayVideo Form Dialog opens it loads a new video which I was tracking using a global variable:…
R.C
  • 10,417
  • 2
  • 35
  • 48
0
votes
0 answers

Access violation exception when trying to call flash function from c# app

My program is windows forms application with swf inside it. I have such c# code: string invokeXmlString = "" + response + ""; if (…
jfgi
  • 107
  • 1
  • 10
0
votes
0 answers

How to pause and restart a AxShockwaveFlash control in wpf

I have a AxShockwaveFlash control in a windows forms user control. This is on my wpf user control inside a WindowsFormsHost. To start the movie I…
Zenchovey
  • 121
  • 7
0
votes
2 answers

VB.NET disable right click on AxShockwaveFlash elements

I've tried to disable the built-in right click menu of the shockwave flash element in my application, but it doesn't work. Is there a way to disable it in VB? Thanks!
Zhafur
  • 1,626
  • 1
  • 13
  • 31
0
votes
0 answers

Shockwave flash won't load URL

I have been using the flash object in visual studio 2008 to play .swf files and all was going well until ustream.tv videos suddenly stopped working overnight without having updated the code. Was playing when I went to bed and wouldn't work again…
M M
  • 1
  • 1
0
votes
2 answers

how to mute AxShockwaveFlash in c#

I am using AxShockwaveFlash in windows form Application .I am able to manage the context menu. Can I manage the sound of the flash playing in AxShockwaveFlash?
madan
  • 773
  • 13
  • 38
0
votes
1 answer

Shockwave Object in WinForm loads only once

I'm building a C# wrapper for a flash application that opens a socket with a server. What troubles me is that everything works fine the first time i load the swf application in an axshockwaveflash object, but it stops working from the second time…
kaharas
  • 597
  • 2
  • 17
  • 39
-1
votes
2 answers

how to write an event for shockWave flash object

Is there any way to write click event for shockWave flash object?
shiny
  • 33
  • 1
  • 6
-1
votes
1 answer

AxShockwave not loading movies

I'm trying to load some youtube videos to a AxShockwave control in VB.net but so far it does not load I've tryed to use rlVideo.Movie = "..." and rlVideo.LoadMovie(0,"...") (rlVideo being the AxShockwave control) And yes the url is…
Pedro Cavaleiro
  • 835
  • 7
  • 21
1 2 3
4