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
3
votes
4 answers

Debugging AxShockwaveFlash

I'm building a C# app which contains an interactive Flash control via AxShockwaveFlash. One of the challenges is that while I am using the Eclipse-based Flex Builder to develop the Flash controls, it only seems to give me the ability to debug the…
Not Sure
  • 5,873
  • 3
  • 23
  • 29
3
votes
1 answer

Setting FlashVars of AxShockwaveFlash

a program of mine uses AxShockwaveFlash component used as stream player. The problem is that my code works with most stream-providers (livestream, ustream, own3d.tv) but Justin.TV's player is somewhat problematic. Before moving on the actual…
HuseyinUslu
  • 4,094
  • 5
  • 33
  • 50
3
votes
3 answers

Reloading and refreshing flash files inside a windows form

Using DOTNET 3.5 . I have a app which shows load a flash movie in form, using this code axShockwaveFlash1 = new AxShockwaveFlashObjects.AxShockwaveFlash() axShockwaveFlash1.LoadMovie(0, Form1.currentGame); The problem is that whenever I make a…
GLP
  • 31
  • 1
  • 2
3
votes
1 answer

Shockwave Flash Object doesn't support MouseWheel Event

I've a Windows Form Application that does a simple task : the user selects a video in the main form, and the application pops up a new form with a Shockwave Flash Object reproducing it. What i would like to do now is to move in the Movie timeline…
kaharas
  • 597
  • 2
  • 17
  • 39
2
votes
1 answer

Controls don't show over Winforms Host

I am trying to load a swf file as background for my WPF window. For this I have used a WinformHost and I load the swf movie in the Winform host using the plugin AxShockwaveFlashObjects.
Karthik
  • 990
  • 10
  • 19
2
votes
1 answer

How do I change the cursor of axShockwaveFlash?

I wanted to change the cursor into black. I searched many websites and ended up with a few answers, but they don't work with axShockwaveFlash. I have this: Cursor = new Cursor(@"PathToCurFile"); It only changes the cursor of the form, but I want to…
Emily
  • 142
  • 10
2
votes
1 answer

C# / ActionScript with AxShockwaveFlash

I am new to ActionScript and am trying to communicate between AS and C#. Every tutorial/explanation I find seems to be exactly the same, but I simply cannot get it to work. callFunction throws a COM exception ("E_FAIL"), and when I try calling…
Æðelstan
  • 822
  • 12
  • 23
2
votes
2 answers

Failed to create component 'AxHost'

I am using Visual Studio 2012 Ultimate. I simply create a new Windows Application form, now when I move Shockwave Flash Object to my form I received the error Failed to create component 'AxHost'. I also download and install the Visual Basic 2010…
Azam Alvi
  • 6,918
  • 8
  • 62
  • 89
2
votes
1 answer

Writing AxShockwaveFlash Flash Object to File C#

i was wonder if there is any way one can read-write (or save/load) AxShockwaveFlash Flash Object to a (binary/text)file? I have a Winform with AxShockwaveFlash Flash Object on it and want it to be save to a file ,but serialization doesnt not…
Amitd
  • 4,769
  • 8
  • 56
  • 82
1
vote
1 answer

AxShockwaveFlash appearing as a white box on Windows XP Embedded from a C# winform

I have created an app in C# .Net 2.0 that uses the AxShockwaveFlash object to display youtube videos given from the youtube API. The object itself works fine on the PC I am doing the development (normal Windows XP) but as soon as I put it on our…
user1105748
  • 185
  • 1
  • 12
1
vote
2 answers

.NET C# Desktop Application using Flash Shockwave Object to display UI

I Develop a software that is based on Microsoft's .NET framework and is written with C#, our interface is developed on Adobe Flash Platform. The Big issue is that the communication between them is very poor, as far as we know we can only send…
1
vote
2 answers

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. all the problem is that the app is working…
medo ampir
  • 1,850
  • 7
  • 33
  • 57
1
vote
1 answer

Need an event to be raised when shockwave flash object finishes

I am writing a pet project for my friends and I. This project consists of a client | server application. The goal of this application is for my friends (using the client) to be able to paste a YouTube video URL and add it to a queue of other…
leetbit
  • 133
  • 1
  • 10
1
vote
0 answers

Adobe flash player is not clearing recorded data in IE

Steps to reproduce: note : (application type as application/x-shockwave-flash) Click on start recording, record your recordings and attach the file (now recording player div is closed) Now again click on start recording (now you can able to see the…
Arul
  • 11
  • 1
1
vote
0 answers

How to find total frame and current frame of a swf when playing in wpf web browser?

Here I have played swf in wpf web browser control. I just want to know how to get total frame and current frame of a swf when playing in web browser. The following code below is used to find these counts when using shockwaveflash object. int fn =…
1
2 3 4