Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
1k views

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 ...
2
votes
1answer
454 views

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, ...
1
vote
2answers
71 views

.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 ...
1
vote
2answers
52 views

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. ...
1
vote
1answer
115 views

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 ...
1
vote
0answers
1k views

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 ...
1
vote
2answers
989 views

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 ...
0
votes
0answers
21 views

Cursor Doesnt Change on a AxShockwaveFlash Control on WPF application

I have a flash video and its working well, however I need to change the default cursor. For the rest of my app I am using WPF Tutorial - How To Use Custom Cursors and implimenting this to change ...
0
votes
0answers
59 views

C# - Visual Studio - Shockwave flash object?

Is there a good resource for the shockwave flash object? I would like to edit the variables in some flash games, but the only useful methods of it I can find are callMethod, getVariable, and ...
0
votes
1answer
99 views

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. <Grid> ...
0
votes
0answers
61 views

axShockWave1.Stop(); doesnt work Help!

I'm loading a live broadcast SWF like this: axShockWave1.Movie="http://www.numberone.com.tr/nr1/tv/live.swf"; But when I stopped the swf broadcast with axShockWave1.Stop();, it doesn't stop. Why ...
0
votes
0answers
194 views

ignore transparencyKey in axshockwaveflash object

Is there a way to ignore the form's transparencyKey value within the embedded flash file using axshockwave flash? Because the problem is when I use a transparencykey, all instances of that color ...
0
votes
1answer
168 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 ...
0
votes
2answers
677 views

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 ...
0
votes
1answer
2k views

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 ...
-1
votes
1answer
234 views

how to write an event for shockWave flash object

Is there any way to write click event for shockWave flash object?