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
Similar Posts:
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
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
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
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
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
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
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
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
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
Oct 10, 2009
Is there not an event that occurs only when there has been some sort of visual change to an object. So for example if it were a video or animated object it would be firing as often as EnterFrame. However, if it were some sort of input control just sitting there doing nothing visually, then the event wouldn't fire until the visual state changed as a result of some sort of user input for example.
View 3 Replies
Oct 6, 2011
Can I use Tofino (Visual Studio plugin for Flex development) to build IOS apps? Also do I need to download the Flex 4.5 SDK if I already have Flash Builder 4.5?
View 2 Replies
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
Jan 26, 2010
Can I build up visual communication just based on two flash client points? I mean a live video connection from a client side to another client side, without FMS.
View 1 Replies
May 10, 2009
creating a button within a movie clip that will pause both the images (bmps) on the screen and the sound, which is being loaded by AS3.Here's the code for my sound.
Code:
//This assigns an abreviated name to the StorySongBook class which is inside the StorySongBook.mp3 properties.
var sbs:StorybookSong = new StorybookSong();[code].....
How do I assign this to a button on the stage though (event listener?) and get the button to stop both audio and visual?
View 2 Replies
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
Jun 29, 2009
I have been getting a lot of visual artifacting when exporting a Flash CS4 movie to Quicktime. No matter what compressor I use, animation, dv/dvcpro, or even none, artifacts appear and I cannot figure out how to export a clean QT movie no matter what setting I use. I have even changed the finshed when last frame reached to finish at certain time.
View 21 Replies
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
May 3, 2010
I would like to avoid the tags overlapping each other in this small Flex project: I've this small FLEX project: [URL]..
The items are LinkButtons. How can I check if they are colliding or not ?
View 1 Replies
May 4, 2011
I have the following ActionScript 3.0 class:
[Code]...
Where am i going wrong? It seems to be the most basic example but i'm stuck. PS: I'm using FLEX 4, Flash Player 10, and Flash Builder 4
View 2 Replies
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
Jul 10, 2009
On a button click the page loads and external swf using the add child function. Once loaded the user can close the "pop up" at any time by clicking the close button. The swf appears without a problem first time round, it is if they go back to click again that causes the problem. If they then try and click the button to view the external swf for another time then no visuals appear - you can hear sound but the videos never appear. I have tried to see if it is hiding behind something to no avail.
Edited code is below!!
ActionScript Code:
var multiPlayer:Loader = new Loader();
var playerRequest:URLRequest = new URLRequest("vgallery_multi.swf");
function showQAMultiple(Event:MouseEvent) {
[Code].....
View 2 Replies
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
Oct 12, 2009
What event would signal that the visual content of an SWFLoader had changed or how would you detect that.
Actually if the visual content changes there is in fact a "render" event broadcast in the parent application, but I don't know how to determine which SWFLoader caused it.
Say you have one SWFLoader on a page that contains some sort of input control but its just sitting there doing nothing until a user presses something on it, and then there is a render event in the parent application. However, if there is another SWFLoader that contains a continually playing VideoDisplay, then there will be continal render messages being broadcast in the parent application (I verified this.) My point being that the parent application is getting signaled somehow the instant the visual content of some embedded SWFLoader changes. But the question is how does my code determine specifically which SWFLoader changed.
View 2 Replies
Jan 26, 2010
I have to create a visual configurator meaning an online customized shirt designing application where user can design their own shirt using fabrics given along with size and styles to cuffs,collars and so.this concept is implemented in BrooksBrothers website which uses Scene7 to do it.But,I can't rely on Scene7 and must do all wireframe designing myself.I just found [URL] which quite implemented the way to customize hoodies and "nikeid" also implemented customize shoes and shirt designing.
All I am asking you is how to proceed or which areas should I focus on like,should I look on for Papervision3D texture mapping for DAE materials,or going for advanced Bitmap manipulation or look advanced masking techniques.Further I too want to learn and implement a framework so that my coding style will be much more manageable and I am choosing Cairngorm.Is it ok or not.I am trying to figure out the procedure to make this customizable application but all I want is some guidance towards the path which I can follow.
View 0 Replies
Oct 31, 2006
I'm working on a Flash Projector CDROM with around 10 FLVs. These FLVs are loaded dynamically into the SWF projector using actionscript from the CD. There are 10 buttons to load each movie into the same FLVPlayback instance.
However, when I click the button to view/load the FLV, sometimes the video does not display but the audio can be heard playing. Furthermore this is happenning erratically and on randomly. It seems to get worse as the CD has been playing for a longer period.
This sounds like an issue of Flash clogging the computer's memory. Is there a way to get around this without using a 3rd-party software like Jugglor? [URL]
View 2 Replies
Dec 12, 2003
I'm working on a Flash Projector CDROM with around 10 FLVs. These FLVs are loaded dynamically into the SWF projector using actionscript from the CD. There are 10 buttons to load each movie into the same FLVPlayback instance.However, when I click the button to view/load the FLV, sometimes the video does not display but the audio can be heard playing. Furthermore this is happenning erratically and on randomly. It seems to get worse as the CD has been playing for a longer period.This sounds like an issue of Flash clogging the computer's memory. Is there a way to get around this without using a 3rd-party software like Jugglor?
View 1 Replies
Apr 15, 2010
Has anyone noticed how the 3D tween causes a loss in visual quality of the movieclip? For example, if I have text within a movieclip, and then put a 3D tween on that movieclip, the text becomes almost blurry (even when the tween is complete). Then if I take the 3D tween off the movieclip, the text goes back to being perfectly clear. It's not just text though; its any content with a 3D tween on it; text is just the most noticable. Is anyone else dealing with this?
Is there something that I'm missing, like a quality setting on 3D tweens?
P.S. there aren't any blur filters on the movieclip. I checked
View 3 Replies
Aug 1, 2010
I've checked the document:But still don't find info on how to control the visual affect(like lightness, saturation and so on) of my pc camera.
View 9 Replies
Feb 6, 2010
When rotating a display object (around its center) the visual corner of the element moves (the actual x and y of the "box" remains the same). For example with 45 degrees of rotation the x coordinate will have increased and the y coordinate will have decreased as the top left corner is now at the top center of the "box".
I've tried to use displayObject.getBounds(coordinateSpace).topLeft however this method is simply returning the x and y of the box and thus doesn't change after an object has been rotated.
So, how do you get the x and y of a visual corner of a rotated display object?
Update: this is what I mean with the position of a visual corner after rotation -->
View 1 Replies