ActionScript 2.0 :: Created A Flash Presentation For The Company?

Apr 11, 2008

First post - I'm a designer just picking up AS2 for the 3rd year - so I know how to get in trouble..nonetheless, I created a flash presentation for the company I work for and they want to use the demo at conferences and what not... It's a single scene with nested/nested/nested MC spewn throughout... right now everything was hodgepodged in AS3 as I was desperately trying to get familiar with it. So I suck

I can't figure out how to tell the topmost timeline (or root?) timeline to play as soon as an embedded mc finishes playing or even one layer above the nested MC - everything is on a timeline, nothing is loaded, I have no real programming skill anymore...or ever

my final result is to have my same button driven presentation run automatically so the buttons no longer need to be clicked to continue.

View 5 Replies


Similar Posts:


Professional :: Created A Simple Movie On Company Website

Apr 28, 2010

I'm starting to use Flash again after many years. I created a simple movie on my company website.I have it set to play once and stop not to loop. I was asked to see if I could have it play once and stop like I have, but then have it replay when you mouse over.

View 3 Replies

ActionScript 3.0 :: Created An Image Gallery That Has Company Logos Loaded Into A Movieclip?

Oct 6, 2010

I have created an image gallery that has company logos loaded into a movieclip at the bottom and scrolls based on the user's mouse location. When the user clicks on one of the logos it should load the corresponding screenshot. The function for loading the screenshot is this:

[Code]...

I get an error: ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

View 4 Replies

Professional :: Adding Flash To My Company Website?

Apr 17, 2011

i was curious on what i would need to incorparate flash to my business website rather than the service we are using currently. We have noticed that the flash images on our website are having issues loading and getting stuck currectly.My website address is http:[url]... there is flash type images at the top of the page as well as the middle.

View 1 Replies

Flash : Create An App Used To Display Company's Portfolio?

Nov 29, 2011

I am trying to create an app used to display my company's portfolio. This includes a show-reel section.I developed it using HTML and jQuery, and converted it into an AIR app using the plugin for Dreamweaver.Admittedly this my first attempt at creating an app this way, but it all went smoothly until I wanted to play the video.

My Flash video player does not work, and according to some similar posts I read this is because of a referencing issue. I found several solutions for Flex, but that does not help my specific case.HTML 5 does not seem to work in AIR 2.0 either, so I am a bit stumped.

View 10 Replies

Flash :: Silverlight - MVVM - Presentation Model In Flex Vs Presentation Model In Silverlight: Advantages And Disadvantages?

Apr 10, 2011

As it is said here: [URL] "If you do a Google search today for "MVVM and Flex", the first post is by somebody who claims that MVVM is not a good fit for Flex. I couldn't disagree more. Out of the box, the Flex framework makes it much easier to implement a Presentation Model than similar MVVM implementations in Silverlight. That is not to say that there aren't good third-party libraries that make it easier in Silverlight, but without any help, it is easier to do in Flex." So MVVM as LOGICAL CONCEPT can be implemented in both but the way it is implemented in Silverlight requires more Plumbing than Flex.

What prevents Silverlight MVVM to be implemented like Flex ? Doesn't Silverlight have same capability in event system to do the same? If yes why does Silverlight do things more complicated what's the advantages then ? Is it about using Class Interfaces which are more strongly typed? What are the disadvantages also ? For example as for implementing MULTIPLE VIEWS for 1 View-Model does Flex implementation make it also more obvious?

View 2 Replies

Flex :: Build A Flash Player For The Company's Shoutcast Server?

Nov 9, 2009

I am trying to build a flash player for my company's Shoutcast server, and have seen a few articles about it on the 'net, including this SO question here. However, I can't seem to get the audio stream to actually play. It seems to be connecting alright, but calling stream.play() doesn't seem to do anything.

public function stream() {
private var url:URLREQUEST = "my.domain.com";
private var sStream:Sound = new Sound();
sStream.load(url);
sStream.play();
}

View 2 Replies

Javascript :: Send A JSON Command To The Company's Flash Player?

Aug 5, 2011

I've ran into a weird problem while trying to send a JSON command to my company's flash player. Basically, i am unable to pass a playlist to this player - nothing happens - using the following command:

player.sendEvent("LOAD_PLAYLIST", json_str);

but the weirdest part is that if I print the entire command using Firebug's console.log, copy it and paste it into the code (thus hardcoding the playlist), everything works like a charm.

For instance, the following code:

player.sendEvent("LOAD_PLAYLIST", "{"streams": [{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname1/prog_1_20110804.mp4"},{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname2/prog_2_20110804.mp4"},{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname3/prog_3_20110804.mp4"}]}");

was obtained using

console.log('[loadNewListofContents] playing the following content list: player.sendEvent("LOAD_PLAYLIST", ' + json_str.toString() + ');');

and if i hardcode it, it works!I've tried all the toString() tricks I can think of (ex: json_str.toString(), '"' + json_str.toString() + '"', etc...) but so far no such luck.

View 2 Replies

Flash :: Company Require Designers To Deliver Their Assets To Coders?

Aug 26, 2011

How do you or your company require designers to deliver their assets to coders? Do they deliver a PSD? A series of 24-bit PNGs?

If you are a coder, what would you include in a best-practice guideline to designers? If you are a designer, what questions would you like to see answered in such a document?

[Code]...

View 1 Replies

Actionscript :: Version Matters When Making Ad Flash Banners For Any Media Company?

Apr 29, 2011

sometimes, the spec sheet from the media company won't state actionscript version. so I guess it should be save to use as2 rather than as3. but is that actually actionscript version will affect the flash player.

View 2 Replies

ActionScript 3.0 :: System Resource Use - Flash Created Vs Photoshop Created?

Mar 14, 2009

I have only one question but phrased it 3 ways:

1) Is it better to pre=render things say in photoshop or have flash render them?

2) if I have a field of stars that drift along; is it better to create that Star Field in photoshop as a single picture (say a .png) or to create a star in my library and add it to a movie clip and then have that drift along?

Lets say I have a blur effect on my stars and have an equivalent on the photoshop.

3) I have heard (and experienced) adding effects like blur takes a fair amount of CPU and memory so was wondering if I created the effect in photoshop and then imported the 'blurred' object into my flash if I could cut down on system resources?

View 2 Replies

ActionScript 3.0 :: Can't Use PHP On Company Server

Sep 15, 2011

I have successfully created numerous AS3 to PHP contact forms. I know they work. However, I can't use PHP on the company server. I need an example of a working AS3 to ASP contact form.

View 1 Replies

HTML :: How To Make Company About Video

Jan 17, 2011

I would like to make videos like [URL]. They are pretty amazing for how simple they are...They accurately show what the company or service does. They did Google Doc's Videos and a lot of other companies videos. How would I create these. I know flash but what else and what skills would I need to have to accomplish making these?

View 1 Replies

IDE :: Making Some Interactive Training Apps For A Company?

Jun 2, 2010

I am currently making some interactive training apps for a company, It seems like flash is the way to go since I know AS3 and am comfortable with it. The problem comes where my boss wants to be able to sell these apps as learning aids to schools. Would using something like adobe air with flash be the way to go?

View 1 Replies

ActionScript 3.0 :: Build A Slide Puzzle For An Advertising Company?

Mar 12, 2009

i've been asked to build a slide puzzle for an advertising company. While the puzzle itself will be straightforward they want it to thave a 'solve' button that shows the puzzle animating to the correct finish position from the positition the tiles are currently in (after the user has moved them around). It's a 4x2 grid puzzle.

Any thoughts on the best way to achieve this? Everything i come up with seems unneccessarily complex.

View 11 Replies

IDE :: CS4 - Create An Image Upload App For Company's Facebook Page?

Jun 18, 2010

I need to create an image upload app for our company's facebook page. I've been able to successfully create the app on facebook and it pulls from a location on our web server. Right now it's just an index.cfm file with hello world in it.We're having a photo contest and what we need to do is provide a quick form (name, email, phone, photo to upload, and photo description).When a user fills out the form and uploads the image, the image shows on our app with the description and then we are notified that someone has uploaded and image.

View 1 Replies

ActionScript 3.0 :: Currently Finished Developing A MMO For A Famous And Big Company In Country?

Jul 1, 2011

As usual I brought a problem for you guys to help me figure it out. What's happening is that I currently finished developing a MMO for a famous and big company in my country, I have one week before uploading it to their server and everything is ok, besides the performance.

I'm using smartfox 2.0 and I have several rooms, what happen is that if I go inside any of the rooms everything is beautifull and fast, but if I quit the actual and go to another it will be slower, and if I do this over and over again it gets slower each time I do this.

I don't what it can be, I caught the project in the middle of the way and did my part, I was revising the code but I have no idea where to look for something wrong.

View 2 Replies

Flash :: Presentation.fla To Add Audio?

Nov 13, 2010

I have a presentation .fla from a client which is published to an .exe projector file. this is my first tome working on a file published for this so I'm a bit confused. Within the fla folder is another fla which is titled player. That file calls background music thru an xml file which I can figure later but my problem is this.
 
if I add the mp3 voiceover to the xml list when the published file plays it of course starts at 001.00 the voiceover needs to be edited to fit within the presentation. How can I drop the swf of the riginal presentation inside an app then add the voiceover on another layer and be able to edit to match sort of what I would do in IMovie. I have the CS5 master Suite so I'm sure one of the apps does this/

View 1 Replies

ActionScript 2.0 :: Drawing A Curved Line On A Map To Show A Route For A Shipping Company?

Apr 25, 2005

Im working on some actionscript drawing, right now Im drawing a curved line on a map to show a route for a shipping company, the line is red but I would like to color a portion of the line green for the completed portion of the journey.

View 10 Replies

Convert A Flash Presentation To Scenes?

Mar 12, 2009

Is there a way to convert a flash presentation to scenes?

also is there a way to copy frames and paste them in place without things getting shifted weird?

View 5 Replies

Resolution For Flash Presentation On Flatscreen TV

Oct 20, 2009

I'm going to be creating a Flash presentation that will run on a flatscreen TV at a trade show. I'm not certain what resolution to set up my Flash movie to. The TV is a widescreen Panasonic 42" TH42PH10BK with 1024 x 768 pixels, however when I set my animation to those values it looks 'squarer' than the TV. It looks like I need to set up the animation to a different resolution, but I don't know which!

View 4 Replies

Flash8 : Go To Next Slide In Flash Presentation?

Jan 29, 2010

I was wondering how I make my buttons go to the next slide in a flash presentation Only know the code to do it to the next scene in a regular flash project.

View 1 Replies

Professional :: Flash Video Presentation?

Aug 27, 2010

I've been wanting to create a flash presentation similar to the one on the page of this website.This is NOT my website by the way.  Does this require actionscript? http:[url]........
 
I know it will take some time to learn and develop and I'm willing to put in the time to learn.  I just would like to learn from a professional tutorial and not some random, generic looking tutorial that doesn't really teach a thing.

View 1 Replies

ActionScript 3.0 :: Flash Presentation With Remote?

Feb 23, 2011

I have been doing days worth of research and this is a topic I have yet to find much useful information on.  I create business presentations for a wide range of clients with adobe flash.  Up until now all user control has been done through the computer or via a timer so the user wasnt interacting at all.  We have started receiving requests for presentations where the presenter can interact with the presentation via a presentation remote.  Basically they want control over the presentation just like someone can with a remote in Powerpoint.
 
All my research on this topic up until now has been pretty much in vein.  We have tried to program flash with keystrokes and such but ran into issues as apperently all remotes do not use keystrokes to control the presentation (namely some logitech remotes do not).  So here is my question.
 
Does anyone have an idea on how we could set up a flash presentation to work with ANY remote our presenters may have?  I am hoping this is something we can program/build one time and then just copy and paste the code to each presentation.  Versus the alternative of contacting each client, asking what remote they will be using, and programming based on acquired information.

View 1 Replies

Open PDFs From Flash Presentation?

Mar 27, 2009

I've been tasked with making a fairly simple Flash presentation that will be published to an exe and put onto a jump drive. I've done this before and at the time I just used the getURL command (IIRC) to open a PDF with a button click. I literally have 100's of PDFs to link to so I was wondering if there is a better way to do it (before I start using my old method) I'm using AS3 in Flash CS5. And I am NOT a big Flash user so maybe I just need to resort to the way i did it last time. Was just thinking there might be a more elegant way to approach this...that a novice could handle.

View 3 Replies

Media Server :: Use A Separate Video Hosting Company To Handle My Mobile Videos?

Dec 14, 2010

- Is there a benefit to hosting FLV files on a Flash Media Server when they are under 2-3 minutes?I've been working on a couple different video projects as of late... some are simple web player with 30 second ads and others are working with longer videos like 2-3 minutes. I currently have an FLV hosting provider running Flash Media Server but with videos so small don't they download for the user as progressive anyway and there is no real benefit whether I am using my FLV host or my traditional web host?

i also use a separate video hosting company to handle my mobile videos mainly because I am a bit naive on how that works as well. I had a project with straight links to play video on mobile phones (with three different version served up based on OS). But it seems like most of those were progressive downloads as well.

View 1 Replies

Flash :: Flash Or A HTML5 Presentation Tier Third Party Application For Displaying Virtual Tours?

Jul 25, 2011

I have to decide whether I should choose a Flash or a HTML5 presentation tier third party application for displaying virtual tours. The thing is: The Flash app is better, but doesn't work one iPad. Which do you think I should go for? Flash, high quality or HTML5, a little worst quality?

View 3 Replies

Controlling The Playhead Between Slides In Flash Presentation

Jun 23, 2009

After using Flash for many years for animation I've finally discovered the Flash Presentation document setup, but I'm stumbling at the first hurdle in getting my head around the document structure and how the playhead moves between slides/screens.
 
I have a small 48 frame animated "text bullet" which fades in and then glows for a second.  I have placed this on one layer in slide 2, and have tweened it so that it flies in from the left of the screen, stopping in the middle.  This is great but have noticed that when advancing to the next slide, slide 3, and then hitting the left arrow to go back to slide 2, the animated instance of the text bullet is at the same position/state as when I navigated away from slide 2 to slide 3.
 
So how come the playhead doesn't automatically jump to the start (frame 1) of slide 2 when I navigate back?  I have explored the Behaviours but haven't managed to sort out this very basic first step

View 3 Replies

ActionScript 3.0 :: Flash Presentation - Playing MovieClips One After Another

Jul 9, 2009

How to build the flash presentation in AS3 by loading movie clips from library. I have 3 movie clips in library
mc_1, mc_2, mc_3
we have to play one by one.

View 7 Replies

Flash :: Why Does Drop Down Menu Kill Presentation

Sep 9, 2009

Here is the site homepage: [URL]. In firefox & netscape the drop down kills the flash presentation.

View 6 Replies







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