AxShockwaveFlash is a .net wrapper component for loading flash movies (swf) on a windows form.
1
vote
1answer
541 views
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?
0
votes
1answer
71 views
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++)
{
...
0
votes
1answer
110 views
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 ...
0
votes
1answer
348 views
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 ...
0
votes
1answer
467 views
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 ...
0
votes
1answer
330 views
SWF posting image file to ASPX page
I'm trying to save a file using HTTP request from a SWF file to an ASPX file.
i have a WinForms app that hosts the SWF using AxShockwaveFlash control that passes parameters to the SWF that generats ...
1
vote
0answers
462 views
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 ...
1
vote
0answers
296 views
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 ...
1
vote
0answers
317 views
Comunicating with WebAssign calcpad in TWebbrowser and EmbeddedWB
So I've been making my own browser in delphi 2009 getting used to it, and ive come across a problem. webassign.net has these questions that use calcpad or mathpad or physpad (all the same/ex ...
0
votes
0answers
12 views
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 ...
0
votes
0answers
14 views
I would like to make my picturebox transparent but still show items beneath it
that is my image the bg has been removed there is another with Zero shadow but that looks untidy anyway i want this image to be on-top of my shockwavefile. However after trying several times the ...
0
votes
0answers
13 views
how to add a shockwaveFlashobject control on aspx page
I can see that ShockwaveFlashObject control can be added on a windows form in visual studio project, but the same cannot be done on Web form project which is what I am trying to achieve.
I have a ...
0
votes
0answers
17 views
AxShockwaveFlash Request Header
I use C# and component f in box support flash control. But when request swf file from url it's not work.
How to add header to AxShockwaveFlash?
This is my request
and I want it.
This is other soft ...
0
votes
0answers
29 views
swfobject js axshockwave(external interface) call function
I have a,
axShockwaveFlash1.FlashVars = "width=" + "380" + "&height=" + "500" + "";
axShockwaveFlash1.LoadMovie(0, Application.StartupPath + "\\Sample.swf");
...
0
votes
0answers
110 views
axShockwaveFlash behaving inconsistently
I have a form that has an axShockwaveFlash object that plays a ShockWaveFlash file that contains some functions.
I call the form by calling .ShowDialog(). The first time I call it the form works ...
0
votes
0answers
246 views
Loading a 'movie' into the AxShockwaveFlash control in VB.NET
I am trying to get this specific swf to load into my AxShockwaveFlash control in Visual Basic 2012, but I can't figure it out.
Here's the init code from the original webpage holding the swf:
...
0
votes
0answers
133 views
Capture flash stream from Shockwave Flash Object
Is there is any way to capture flash stream from a shockwave flash object. Means when a flash object is playing a video, is there any way to capture that video stream. Some thing like that.
...
0
votes
0answers
89 views
Where can i find ShockwaveFlash ActiveX element on MFC? (VS2012)
I couldn't find ShockwaveFlash ActiveX element in Visual Studio 2012. Right click on MFC dialog -> Insert element ActiveX... -> and there is no ShockwaveFlash.
0
votes
0answers
89 views
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 = "<invoke name=\"" + methodName + "\" ...
0
votes
0answers
424 views
insert flash object from webbrowser control into axShockwaveFlash control
I got 2 controls:
Webbrowser and axShockwaveFlash.
The webbrowser navigating to flash game website:
Webbrowser1.navigate("http://www.haxball.com/");
WaitUntilWebBrowserDone(Webbrowser1)
When ...
0
votes
0answers
254 views
Winform C# axShockwaveFlash transparent issue
I'm able to create a transparent winform using the TransparencyKey = Lime and the Main Form with a backColor = Lime. Then I'm adding an axShockwaveFlash Object and loading an .SWF (the swf has the ...
0
votes
0answers
146 views
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 ...
0
votes
0answers
424 views
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.
<WindowsFormsHost>
<fC:FlashControl ...
0
votes
0answers
645 views
Playing multiple swf files stored in a local folder with ShockWaveflashControl using Vb.net
Could anyone help me out with this. I have swf files stored in my application in a folder named Videos. The problem is I can only play one file and I am trying to loop through all the files in the ...
0
votes
0answers
205 views
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 ...
0
votes
0answers
136 views
shockwave flash obejct not running on xp
i have created a c# form application that has a shockwave file object that plays a movie.the movie get played very well on win 7 but on xp ,only a white box is appearing.i have searched all the ...