IDE :: Switching From Visual Basic To Flash?

Jan 8, 2009

i know how to program in vb.net, and have little problems switching to action script. the only problem im having is that i dont know where to type my code. in visual basic there were events that you would type into. does any one who knows Vb know what im talking about? i get the whole convert to symbol stuff just not where im supposed to type

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Getting Flash To Talk To A Visual Basic Or C++ App

May 5, 2004

I was just wondering if anyone out there has had any luck trying to get a flash app to talk to either a visual basic or c++ application? I need to build a player [flash embeded into the vb or c++ application] that when the user say, pushes a button, calls a function or action from within the app. Any Idea How would I go about this?

View 1 Replies

Asp.net :: Html - Inserting A .swf Or Flash Files In Visual Basic?

Jan 31, 2010

inserting a .swf or flash files in visual basic asp.net give me coding sample or procedure or a link to inserting a flash files in my web form in vb asp.net

View 2 Replies

ActionScript 2.0 :: Connect The Flash Commands With Visual Basic?

Apr 20, 2005

How I can connect Flash commands at formes of visual basic 6?

example:

when I insert Flash Movie (.swf) to form1 in visual basic

this Movie contain 2 commands (a,b)

when you click command (a) then convert you to form 2 in visual basic
&
when you click command (b) then convert you to form 3 in visual basic

View 3 Replies

ActionScript 2.0 :: Visual Basic Question/help

Mar 16, 2006

it's been a long time since I opened VB and I just needed to make a real simple program.Someone enters their income, then based on their salary, their taxes are displayed.One input TextBox, one ouput TextBox, and a button to calculate.I'm almost there, I'm just missing something, I have a TextBox for income:

txt_income

I have a TextBox for income + taxes:

txt_taxtotal

And a Calculate button:

btn_calculate

Here is the code: (I didn't want to use a class like you did)[code].....

View 2 Replies

ActionScript 2.0 :: Add FSCOMMAND - Interatc Menu With Visual Basic 6.0

May 23, 2009

I have created a Menu in Flash using MenuBar Component and actoin script. I want to interatc this menu with Visual Basic 6.0, but unable to do this as I am unable to adjust FSCOMMAN in code.

[Code]...

View 2 Replies

ActionScript 3.0 :: Create A Standard Production Of Visual Basic System?

Apr 6, 2011

I am trying to create a standard production of visual basic system, on Flash CS5. It's an interactive system made in Flash, but the house style is as of Visual Basic. I have almost completed the project however I am finding it difficult to:-

a) If the user types into textboxes in one stage on flash, it should appear down on another screen on another textbox, simultaneously.

b) How to validate textboxes in flash so that the user can only type in certain characters, for example the user would fill in the textboxes when asked about coding in visual basic. At the end of the screen by clicking next it would check the textboxes and if the characters are incorrect it would display an error message, and if correct proceed to the next screen.

This coding is the closes't i got to solving my problem about validation, I have also read a number of ActionScript books but no luck there. I have also searched the net but could not find what i am looking for, all i got was validating using passwords from parameters.

[Code]...

View 1 Replies

ActionScript 2.0 :: Play Flashmovie In Visual Basic Keeping The Quality 100%?

May 15, 2004

i have a heavy flash movie (10mb) and im trying to play it with VB. when i run it with VB, the flash movie became slow, when playing it with flash movie alone, it's good. is there any way to play flashmovie in Visual basic keeping the quality 100%?is there any visual basic.net version tutorials around?

View 2 Replies

Visual Studio :: Cannot Compile Flash With Amethyst IDE For Visual Studio 2010?

Sep 19, 2010

I create their basic Flash app with their Flash IDE for Visual Studio 2010 http:[url]....When launching the run button, it launch flash but with this error within Flash CS4: The following JavaScript error(s) occurred:

t line 6 of file "FlashApplication1.jsfl": Cannot find file file:///C:/temp/FlashApplication1/FlashApplication1/FlashApplication1.as.

View 1 Replies

Visual Studio 2008 :: Write Flex 3 Code In Visual Studio?

Jun 26, 2009

how to build and compile flex 3 projects in visual studio? I prefer that environment to Flex Builder 3.

View 2 Replies

Flash :: Visual Bug When Moving A MovieClip?

Jan 30, 2012

In my attempt to create a simple Pong-like game, I've encountered a very strange and at times severe visual bug.When I set the ball (A Flash CS 5.5 library MovieClip) in motion moving around the screen at a rather fast speed, I've noticed that sometimes the edges of the ball would be cut-off for a short moment in the direction it is moving.

When it happens, it almost seems like the position of the ball MovieClip is slightly ahead of its own border and thus the part that is outside the border fails to get drawn.

Here's a picture that illustrates how this looks - at least for me:

You can also view the .swf file online here: [URL]

Some technical data:

I've been unsuccessful in capturing the with a screenshot no matter how much I tried. Sometimes I would open the .swf and the bug would be almost non-existent while at other times it was very blatant. I'm using an EnterFrame event function to increment / decrement the x and y position of the MovieClip. I have never encountered any such problem in any Flash app, in this machine or others. Truncating / rounding the x and y values of the MovieClip didn't help. Neither did setting cacheAsBitmap to true.

View 1 Replies

ActionScript 3.0 :: Interprocess Communication Between Flash And Visual C++

Feb 26, 2009

I need to invoke a dll/exe upon selection of controls in flash like checkboxes,radio buttons etc.. By getting the status of the controls I need to perform the actions in my aplication which is developed in VC++ and accordingly I should give responses to flash.

View 1 Replies

Flash :: .net - Debugging Visual Studio And Adobe Together

Jan 13, 2010

Most of my applications are a combination of VB.NET and Adobe Flash, such that the VB application is displaying a Flash file inside the main form (using Adobe's COM object). The VB application is communicating with the Flash file via the ActionScript ExternalInterface and FSCommands (using XML strings). I'm having a hard time debugging the applications, since when an error occurs withing the Flash file (due to a bug in the ActionScript code) I'm getting a non-informative exception.

What I'd like to do is to debug both codes at once. At the very least I'd like to see the runtime error output as it is shown when I'm working with Adobe Flash. At the best scenario, I'd like to be able to hook my VB.NET code with the Actionscript code such that I can use breakpoints in both.

View 2 Replies

Actionscript 3 :: Making A Graphic/visual Novel In Flash

Jul 1, 2011

I'm trying to make a visual novel in flash, I have created the UI and the characters, but I don't know what could be the best approach as how to load the dialog and how to save them. I've been thinking about external files, but I don't know what could be the best type of files to do so. Also, when I load the game I want it to continue in the same scene and with the same variable values (obviously) is there a way where you can save all of them (like an image of the game).

View 2 Replies

.net :: Debugging Visual Studio And Adobe Flash Together

Sep 1, 2009

Most of my applications are a combination of VB.NET and Adobe Flash, such that the VB application is displaying a Flash file inside the main form (using Adobe's COM object). The VB application is communicating with the Flash file via the ActionScript ExternalInterface and FSCommands (using XML strings).

I'm having a hard time debugging the applications, since when an error occurs withing the Flash file (due to a bug in the ActionScript code) I'm getting a non-informative exception.

What I'd like to do is to debug both codes at once. At the very least I'd like to see the runtime error output as it is shown when I'm working with Adobe Flash. At the best scenario, I'd like to be able to hook my VB.NET code with the Actionscript code such that I can use breakpoints in both.

Edit: Environment: I'm using Visual Studio 2008 and Adobe Flash CS4.

View 0 Replies

Flash - Image Swirl Effect On Visual Thesaurus?

Apr 25, 2010

I have seen this image swirl effect on a visual thesaurus. Is there any open source code for this? I don't care about the algorithm to match similar objects. I only am wondering about the effects.

View 1 Replies

Flash - How To Control Visual Affect With Camera Class

Aug 1, 2010

I've checked the document: [URL] But still don't find info on how to control the visual affect (like lightness, saturation and so on) of my pc camera. Is that kind of job possible with actionscript?

View 2 Replies

AS3 :: Flash - Sound.extract() - Create A Visual Waveform For An MP3

May 29, 2011

I'm trying to create a visual waveform for an MP3. The code I've included is called on successful load of the MP3. I intend to extract just a few important samples from the sound to create the waveform, rather than extract the entire sound into a bytearray. Even on a good machine, extracting an entire song can cause flash to freeze up for 3-5 seconds (or longer!). For my purposes, this isn't feasible.

Unfortunately, the code I've got below is failing to produce any numbers. If I extract the entire song it functions, but extraction of just the key points is giving me nothing. Does performing an extract make the remainder of the sound object invalid for future extracts? If so, is there some way around this that won't freeze flash for an extended period of time during the extract? Some important variables from the rest of the code:

[Code]...

View 2 Replies

C# :: Make A Flash Player Plugin Using Visual Studio

Dec 27, 2011

I am trying to make a Flash player plugin using Visual C# 2008 language

View 1 Replies

Actionscript 3 :: Increase The Visual Size Of A Flash Cs3 Checkbox Component?

Jan 21, 2010

I want to use the checkbox component in my flash app, but it's really tiny. According to this article 1, the size and scale parameters only affect the invisible bounding box. Does anyone know of a quick solution on how to scale up (enlarge) the visual area of the checkbox component in flash CS3?

View 2 Replies

Flash :: Flex - Event On Visual Element Destruction In Builder?

Jun 1, 2011

I need to run some code when a panel is destroyed. The code is simple, I have some Background tasks while it is opened, but need to stop them when closed.

I have a Close button for the panel, and I stop the BG Tasks when the user wants to close the panel, the problem is that they have access to a top menu bar too and can jump to another application module/part throught it, so, the user can exit the panel (when exiting, the panel is automatically destroyed) but the panel close event code is not executed because the close button was not pressed.

One solution could be to inherit from panel and add a post step method that is called when swapping modules, etc... So, if the user wants to move to another place through the menu bar, my system will first call sometihng like PreEnd() method on the panel and everything will be solved. But, is there any event that I could catch from the panel when it is destroyed to accomplish this? I have been checking the documentation but couldn't find anything useful to achieve what I explain.

View 1 Replies

ActionScript 3.0 :: Possible To Open A Program In Flash Website Which Is Created In Visual Baisc 6?

Apr 9, 2012

I have a small program developed in Visual Basi 6 and would like other users to access it through my Flash Website. Is it possible to do so. It is a database program that retrieves data from MS Access database which is used as backend.

View 1 Replies

ActionScript 2.0 :: Get Basic Xml Into Flash?

Nov 18, 2009

I know how to get basic xml into flash, but I'm having a problem with a particular set up of xml. The sample below, I can get into flash but am having trouble manipulating it and getting the various bits of data into a format I can manipulate.

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<Contacts>
<Contact id="1" name="name1">
<ContactDetail id="1" type="email" detail="sample@sample.com"/>

[code]....

View 7 Replies

Flash :: Switching The A Weapon?

Aug 23, 2011

i made a character that has 5 frames:

1st nothing
2nd axe
3rd spear
4th sword
5th bow

i am trying to make it so the weapons will switch when i press the a,b,c,d,e button on the keyboard( i will figure out the actual button l8r) i have made a mc clip button to make it switch which works but i cant figure out how to do it from the key board

[Code]...

View 1 Replies

Flash :: Switching Is Not Happening

Jan 24, 2012

i have an rtmp folder with videos,I am trying to do a seamless change to next video using nestsream play2 method.have tried using the fast switching of NetStreamPlayTransitions. SWITCH like below.[code]The problem is the switching is not happening.offset=-1 is supposed to be fast switching. The idea is to make a seamless transition to the next video.if we dont use any transition method or use opts.transition = NetStreamPlayTransitions.RESET;its the same as not using any. It just switches normally.RTMP is supposed to provide a relatively faster transition, i am looking for a seamless option .

View 1 Replies

ActionScript 3.0 :: Switching From The Flash CS4 IDE To FDT?

Jul 16, 2009

Let me preface this post by saying I have been studying actionscript 3 for 2 months now and I am now at a point where I am looking into how experienced developers code their projects and what tools they are using. Repeatedly, I come across a post or a blog entry where a developer says:

[Code]...

Now here comes my confusion/question(s). When a developer says something like that, are they saying that they ONLY use FDT to create their projects? If so then how are they going about doing it without the use of the Flash IDE? Do they just keep creating external .as classes and then link them all together or what?

In my 2 months of studying, I really feel like I have learned a lot, but I cannot seem to wrap my head around this. I want to break away from the Flash IDE (if at all possible) so that I can go deeper to the code.

View 1 Replies

ActionScript 3.0 :: XML And FLASH, Basic Info?

Nov 7, 2008

I would like to have a third party exchange english language text in a swf file with translation-text in other languages. They would like to do it via XML. Is there a place where I can look up some basic info on how to write XML code (beginner), or find a script that lets me exchange text/content via XML?

View 2 Replies

ActionScript 3.0 :: Basic Flash/PHP Mailer?

Sep 22, 2010

I'm creating my first Flash website using AS3, and it's really basic. I would like to put in a contact form, which I have made. I've converted the 3 fields (name_field, email_field and message_field) to a symbol (movie) called 'form'. I've also got a send button, which is called send_btn.

I've set up the Action Script so that when the button is clicked, the user is taken to a confirmation-style page. All I want to do is called a php script (I'm comfortable with the code for that) called 'mailer.php' and send the three variables from the form to it before then loading the confirmation page.

[Code]...

View 13 Replies

Basic Flash Website Structure?

Aug 31, 2009

What is a good structure for a complete Flash website. ex.

1) Index.swf ( which is just a container and loader for the actual SWF site content)

2) Main.swf (the main content of the site that gets loaded in by Index.swf)

Should the index.swf load in several SWF's , like navigation file , news reel file , etc....Also , if anyone know of a web site that has this information or knows of a book that covers this material ,

View 1 Replies

ActionScript 2.0 :: Basic Filehandling With Flash?

Jul 9, 2005

Id like to make a graphical editor with flash that has some basic features like copying and moving files, and editing text-files.The editor is to be used exclusively offline.I know that AS doesnt provide such functionality, but perhaps its possible with some backend script that doesnt require any installs (like php does)?Javascript, perhaps? Does it have the power to edit files etc?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved