Professional :: Combine Two Actions In Code Correctly?

Apr 2, 2010

playback controls, however I still have a problem.  I want to have an  additional button that links to a website (I have coded this correctly  with actionscript and works great. Now I have two seperate  projects...one project has my playback controls and the other has a  button that links to a website.I am having problems combining both action script codes and having everything working properly  My code for each  is below. How do I arrange them into one?

Code for link to website:
website_btn.addEventListener(MouseEvent.CLICK,gotoWebsite);
function  gotoWebsite(evtObj:Event):void{  var theSite:URLRequest =  new

[code].....

View 9 Replies


Similar Posts:


Professional :: Combine Code With Design?

Nov 5, 2011

I am a 3D Designer and I also want to learn Flash. give me some links or books because I want to learn that code , which is behind the design. I don't know the terms, I think is actionscripting and I would like to learn from start . How to combine code with design. I can follow some tutorials and copy the code from those tutorials but like this I will never learn to make what I want.

View 1 Replies

Actionscript 3.0 :: Getting Some Code From Some Tutorials, And Want To Combine Them?

Jun 18, 2011

am currently developing a mobile app for android, and i have been getting some code from some tutorials, and want to combine them. But the codes are all in packages, and i don't know how to combine them since i can't make more than one of them the document class.How can i unpackage them, or package them together.

View 1 Replies

ActionScript 3.0 :: Combine Similar Code Into One Function?

Oct 19, 2009

I have a project which uses very similar code for I think 12 or 13 different movieclips. I actually copy-pasted a good chunk of the code changing words and numbers here and there.[code]The main point of this part of the project is that each movieclip is a selector on a scrollbar. I just wanted the selectors to look nice, so they tween up and down on rollover and when they are clicked they change from black and white to color. Also when clicked they move a very long movie clip called customizing_forms_mc, into view on the stage. The code is inside a movieclip that contains all the selectors. There is a layer for each selector and on that layer is the code for that selector. I was thinking that there might be a way to call a fuction perhaps with the variables that are brought to the function being strings that i could substitute in for the names of the movieclips. I tried attatching the fla or an swf but they are both too large. For a more detailed look at the code on the stage:[code]As I previously said there is a scroller with the selector buttons and when clicked they bring a certain part of another movieclip into view. Of course, everything is masked so it looks nice.

View 1 Replies

ActionScript 2.0 :: Combine Onrelease Functions Without Repeating The Same Lines Of Code

Feb 21, 2006

what's the best way to combine these onrelease functions here so i dont have to repeat the same lines of code?

[Code]...

View 9 Replies

Professional :: Combine .flv Files?

Mar 15, 2011

I have 2 .flv files that I'd like to combine, no editing other than I want a sigle file so what were 2 sequences runs continuously as 1. Is there a way to do this (quickly) without having to re-encde? Easiest method: premiere or flash? or other utility that would join segments only?

View 2 Replies

ActionScript 3.0 :: Add Code To Get The Actions To Loop Like The Timeline Is Looping?

Jul 16, 2010

I am new to FLASH and have created a rotating banner for our website with 5 roatating images with 5 invisble buttons linking to 5 landing pages. And it works the first loop through.  However when it gets to action 5 for my last image, that link continues for all the buttons is subsequent loops.What do I need to add to my code to get the actions to loop like the timeline is looping? Code used for the links. This is the link that continues after the first run of the banner:

var url5:URLRequest = new URLRequest("http://www.facebook.com/MoDOT.KansasCity");, onStageClick5);
stage.addEventListener(MouseEvent.CLICK[code]....

View 1 Replies

ActionScript 3.0 :: Code A Button With Actions Depending On Timeline?

Jul 28, 2009

I am like a new-born-newbie when it comes to Action Script 3.0 (or any other version for that matter). I've been trying to learn it by myself for the past week and a half using manuals and other sources but it's not so easy as there are many concepts that take some getting used to (I've never done programming before). So I ask of anyone who is kind enough to give me a hint or point me in the right direction. I am sure this will seem like a very easy and probably stupid question for the well-informed but it has been eluding me for the past 4 days.

I am making a website (I should say it's pretty much finished except for this one detail) it's simple and short. Nothing very fancy. There are 8 buttons in total for the main navigation (4 buttons in English and 4 in Chinese, each language group in their own set of frames)

the button that serves as a link to the Chinese translated version of the site is supposed to go to a particular page, depending on which page the user is in at the moment (example: if it is in the portfolio page in English, when clicking on the Chinese button it should go to the portfolio page in Chinese and so on). Likewise with the English button in the Chinese version pages.[code]...

View 4 Replies

ActionScript 2.0 :: Code For Assigning Actions For Buttons Trough Out Xml?

Sep 22, 2011

Code for assigning actions for buttons trough out xml

View 2 Replies

ActionScript 2.0 :: Editting Code From Movieclip To Actions Layer

Dec 7, 2009

i'm currently having a small problem with some Actionscript 2.0 in CS3. I'm following a tutorial to make a simple maze like game Tutorial here: [URL] I'm currently at step 5 where it's coding the movement and wall detection.. The problem is the tutorial wants me to apply the code directly to the maze/wall movieclip. However as this is for a college project my lecturer will not accept actionscript directly applied to buttons or movieclips.. He basically wants all the script on a seperate actionscript layer. So basically what i'm asking is how and what part of the code do i need to change so it'll still work even though it's on a different layer!

[Code]...

View 3 Replies

Professional :: Combine Preload Script Don't Work

Sep 28, 2010

I rarely use Flash so, when I do, I'm usually stumbling around in the dark. I've spent the last two days trying to find a method, script or something that would allow me to have a still image or still frame on a web page that the visitor could click to load an external Flash file. I don't want the external file to be loading on the page and slowing down the page load time when every visitor goes to the page. I only want it to load if the user clicks on the "Play" button.

It seems easy enough, but the external Flash file I have has a "loading" preloader movie that plays until the main movie is fully loaded. That's interfered with the function of some of the scripts I've found. Each movie piece--the still frame with button and the main movie with the preloader movie--works fine on its own. Combine them, and they don't work. Is there any script, method or example someone could point me to that would work? I'd really like to get something accomplished this week.

View 2 Replies

ActionScript 3.0 :: Access Of Undefined Property But Didn't Get These Errors When Code In An Actions Frame?

Sep 18, 2010

with this code I get the following errors:

"Access of undefined property stage.
Access of undefined property pressHandler
Access of undefined property myTimer
Access of undefined property timerHandler"

I didn't get these errors when I had the code in an actions frame.Just now that I have them in a seperate document class they come up.

View 1 Replies

Professional :: Symbol Reference Point, Combine Files, Non-loop Instance?

Dec 26, 2011

1. When I make a symbol, I find the reference point always appear on the upper left corner, is there a way I can change the position of that?(besides use javascript?)

2. When I make a animated graphic Symbol, I drag into scene, it always repeat itself so I have to change the instance property to non-loop. Is there a preference which I can preset all the instance to non-loop?

3. if I make 2 animation character in 2 different flash file, how can I combine the 2 files but still keep the layer and key for each character?

View 6 Replies

Professional :: .gif Not Being Published Correctly?

Oct 30, 2011

I created an animation in Flash CS5 and tried to publish it as a .gif. For some reason,there's a dark box around the moving text, as you can see.

View 5 Replies

Professional :: Bitmap Not Drawing Correctly?

May 31, 2010

I'm a bit new to the ActionScript world, and I'm trying to get a custom class drawing a button correctly.I have a .png of a planet that I want to use for the image, this is how I load it:

imageRequest = new URLRequest(bmpName);
imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete);
imageLoader.load(imageRequest);

[code].....

View 1 Replies

Professional :: Imported A Gif But It Does Not Play Correctly?

Jun 18, 2010

I have imported a gif but it does not play correctly. It's only two frames. The first bmp associated with the gif in the library has both slides combined while the second bmp is correct.To show the issue I am having. Here is the 2frame gif playing correctly:[URL]Now here is a screen shot of my library:[URL] You can see how the highlights bmp is incorrect. When I play the gif in Firefox,IE, Ulead gif animator or anywhere else it is fine but in Flash it shows that first frame with the combined slides and then the 2nd slide correctly. It ruins the "dancing effect" I'm going for.

View 2 Replies

Professional :: Rescale Correctly A .flv Videoclip?

Oct 4, 2010

How to rescale correctly a .flv videoclip? I installed the Adobe MasterCollection CS4.I rendered a video with 3dsMax2010 at this resolution: 1024x576pixels, progressive scan, pixel aspect ratio 1,0 square.I want insert this video on a website, initially small, and after, by clicking the FullScreen button, I want that this become large at maximum resolution...

I imported the .FLV file in Flash:ImportVideo> *.flv > Added SkinBarMenu with FullScreen Button > Replaced the remote address instead of local address: http:[url]......I rescaled the video at 720x405pixels and also the Flash Document to fit it.I included the video in the webpage with Dreamweaver, with FullScreen playback properties.When I playback the video on the website, it appears at 720x405pixels;

- When I click on FullScreen button, the video become up-scaled from 720x405px and loose the resolution?- Or at FullScreen, I can view it at the original resolution of 1024x576pixels, in the same manner as when it is imported in Flash?

- Such Flash video behavior, is the same as YouTube videos? (From small, it become hi-res at FullScreen, conserving original dimensions)?

View 5 Replies

Professional :: Replaying A Swf Correctly With Its Music?

Oct 28, 2010

I created an eHoliday card and there is a button at the end of the swf that you can click to replay. It plays fine the first time but automatically replays at the end and there is no music the second time.

View 4 Replies

Professional :: How To Position An Image Correctly

Nov 5, 2010

I've got a page with a very simple movie, it contains a text on some rows and an image.The text must be shown centered inside the page and must keep its aspect ratio if the browser is resized.The image mus be always placed at the bottom right corner of the window, not of the text area.

I can't obtain both of them, I can have the image always at the corner (placing it through AS3), but I have the text stretched when I resize the browser, or I can have the text always keeping its aspect ratio, but the image is not placed at the corner of the winwdow.I've also tried to have only the text on the movie and to place the image as html page's background, but the movie goes above the image and hides it.

View 7 Replies

Professional :: Button With Two Actions?

Aug 24, 2010

I got four buttons that pull up images in a slide show. I want the fourth button to first pull the image in place and THEN shut down the movie clip. I thought this would be easy, but no. Unfortunately I can´t attach the fla-file on this forum. You could take a look at this:

on (press) {
_root.xnew = _root.mask2._x+(-2-1)*458.5/2;
}

That´s the code for the last/fourth button, it pulls the fourth image in place. So that´s in order.I added this below in the same script:

on (rollOut) {
_root.unloadMovie();
}

It works in a sense. The movie falls into place when I click the button and the movie quits when I move the cursor. But it also means you might shut down the slide show involuntary when you move the cursor going for any of the other buttons.

View 3 Replies

Professional :: FLA File Is Not Correctly Converted To Animated GIF

Mar 2, 2010

I'm begining with flash (flash CS4 pro), I have created a fla file with a mxp filter which makes waves (I found the effect on "flash-filter.net"). I've done the setup for publishing (animated gif + swf)

When I publish the animated gif, I get a non-animated gif with the logo of "flash-filter.net" at the top of the image. ( I've also tried to download the swf with real player, same effect : I have a static video with the same logo )

View 3 Replies

Professional :: Button Event Not Working Correctly

Jul 12, 2010

I'm creating a project with a number of different sections. I've created a index menu with invisible buttons on that takes you to the different sections. This works fine. In each section I wonted a means to get back to this index, so created a index button that is present throughout each section. I've put the event handler in the actions layer on the same frame that the button instance is on (frame 15).

[Code]....

View 5 Replies

Professional :: Text Not Displaying Correctly On Publish?

Aug 4, 2010

I recently hired a programmer to design a flash health calculator for my website.  It works great and text shows up correctly when viewing online and standalone. The problem starts when I try to edit the file.  I wanted to change some text in an action layer.  That seems to work out fine but when I try to publish I get garbled text. 

I should also mention that when loading the file I get a Font Mapping dialog box stating "The document 'x' contains one or more fonts not available on your system.  The text will display and publish with the font mapping below:".  I have tried to select various fonts in this dialog box but still get garbled text. 
 
When I publish I also get this on the Output box: "Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts."

View 3 Replies

Professional :: Unable To Safe File Correctly?

Sep 19, 2010

in my timeline i have two orbs transforming into arrows. it works, i watch it, then i'm like, ok, all good time to save. i save. exit/open, and come to find that my orbs were not transforming. i looked on the timeline and they are not set to transform, so i redid the shape tween, save,exit open and the same thing. so why won't my file save the shape tweens? i'm previewing it in cs5.

--edit--for some reason it works in the swf file, but not the fla file.

View 1 Replies

Professional :: Can't Open Actions Window

Jan 26, 2011

When I try to open the actions window via F9 (yes on a timeframe with existing code), the timeline colapses, but no actions window. I have to double click on the header of the timeline at the very bottom of the screen to bring it back. When I try F9 again (or even Window-Actions from the top menu), the timeline vanishes again, but no actions window comes up.

View 2 Replies

Professional :: Add Actions On Button Anymore?

Apr 29, 2011

I have buttons, I can't assigned them simple actions such as GetUrl, like I use to do in flash 8.I am now in CS3 and can't make it work.

View 1 Replies

Professional :: Can't Seem To Get A Simple Scroll Pane To Work Correctly

May 19, 2010

I'm searched and searched and tested this, but I can't seem to get a simple scroll pane to work correctly.  I have a bare-bones file, with dummy text here:[URL]..
 
Can someone download this and put the dummy text inside a scrollpane for me (using the ruler guidelines as a guide)?  I'll even send you $10 via PayPal if you can get the text to look right inside the scrollpane...
 
I can't believe I have to resort to this, but I'm about to pull my hair out,

View 1 Replies

Professional :: MovieClip Not Positioned Correctly In Published Window

Jul 16, 2010

I have created a small flash move 40px x 40px and placed a movieclip in the centre of the stage. When I publish the file it positions the movieclip to the right of the published window. When I trace the movieclips x and y the movieclip position is correct. It almost looks like there is some sort of margin around it. Flash CS5

View 1 Replies

Professional :: Won't Publish Correctly In Cs5 After Making Changes To A Perfectly Working Fla

Jul 27, 2010

After making changes to a perfectly working fla it won't publish correctly,meaning:1. When previewing all the components jump (as usually happens when there isa compile error) but no error is displayed in the log.In this case when used with the whole project, the project doesn't load,even though the corrupted fla is not the first loaded (non of the fla loadsbesides the preloader).2. When previewing and running with the whole project the labels on thebutton components disappear, but only the ones that are dynamically changedby an external as file.*there are other similar bugs as well like unable to enter the table in thegame etc.The changes I make before it happens:- changing the size of a shape inside a movie clip.- changing the size of a movie clip.- changing anything in an already existing code (like changing the size of afont).- adding new basic code anywhere (like trace code).

- changing button skins.Basically, any change I make corrupts the file but not consistently,meaning, I can make the same change twice and the file will break only one of thetimes, or, I can make several changes until it breaks.It also happens on every computer but also, not consistently, I can work fora while, making the same change, deleting, making the change again etc, onlyon the fifth or sixth time the file will break. On a different computer itcan take only two or three times.The corrupted file start working again after I change the name of the foldercontaining my project or move all the files to a different folder anywhereon my computer. After a short while the file crushes again.

View 1 Replies

Professional :: Flash Movie Not Displayed Correctly In IE 8 On Some Windows OS

Aug 24, 2010

I'm using CS4 to export a basic flash movie with embed tags pre scripted. And the issue is that on some OS systems using Vista or Windows 7 and IE 8 as a primary browser, it appears that IE 8 is not displaying the flash banner completely.... its CROPPING it off... This is very strange because the banner works fine in FireFox, IE7,Opera,Chrome but not I.E.8 on some OS systems...
 
If you google "Flash not displaying correctly in IE 8" you'll get alot of people with the same issues but no real definate fix...
 
what i could try? Do i need different flash embed tags? Or is this a user issue?

View 7 Replies







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