ActionScript 2.0 :: Using LoadMovie On A Project - Basically I'm Trying To Build A Flash Page?

May 31, 2003

this is my first post on this board so go easy on me. i'm having big problems using loadMovie on a project - basically i'm trying to build a flash page that will run in full screen (as part of an exhibition) and will load up other swf files within itself. so there will maybe be a row of buttons along the bottom which load swfs into an area above them.

[Code]...

have spent all day on this with no progress so will be interested to hear your thoughts. when i have tried loading in other swfs into my blank clip much of the code in them as stopped working as well.

View 1 Replies


Similar Posts:


Eclipse :: Build Flash Project With ANT

Apr 9, 2012

Currently we have a large project that was created in Flash and AS3. I know that you can't really compile or build fla's with ANT. I have seen all of the flex capabilities with ANT.We want to customize our final product so that we can swap out images and color schemes (other things too) on the command line.We want to use ANT to be able to build our project and control the command line.Basically end product, the user will just tell it where the images are and only take a couple minutes.Do we have to convert our project into Flex to do this?

View 1 Replies

Flash - Use CS4 To Build An AS2 Project That Uses The New FLVPlayback Component?

Aug 8, 2010

We have a huge project written in AS2 with the old FLVPlayback component which was responsible for progressive download playback of FLVs. I'd like to support MP4 files (which is now supported in Flash 9 and up with the updated FLVPlayback) but would like to not have to rewrite all of the project.I've seen in various posts on SO surmised that one could possibly use CS4 to open the AS2 project, replace the FLVPlayback component with newer one and build.

View 1 Replies

Build Flash Builder AS Project Using Hudson?

Dec 16, 2010

I have a flash builder project that has no mxml file.

I'm wondering if there's a way to build a this project using hudson or even ant.

I've previously built a FB project and used the following syntax in the build.xml[code]...

View 1 Replies

Flash :: Flex - Export Project In Builder 4 To An Ant Build?

Sep 30, 2010

I am developing a project with Flex, and I need to deploy my project in a form which can be used by developers who do not have access to Flash Builder. I've found references to plugins from Faratasystems, but it appears their sourceforge site is a little bit rusty. I could not find an up to date installation file that'd include FX2Ant plugin and work with my Flash Builder 4

View 1 Replies

Flex :: Minimize Build Time Of A Flash Project?

Nov 22, 2010

One of the most annoying things when working with Flash/Flex projects is that it takes soo long to build the project. In a Flash game I am doing, it takes more than one minute to build it.

View 4 Replies

Build A Flex Project On Ant Or Maven?

Jan 5, 2012

I am going to write a build commands for flex 4.5 project, which is only based on actionscript not with java. I am very new to both maven and ant.So can you people suggest which is more compatible and robust with Flex 4.5

View 1 Replies

Flex :: Use A Style.css File From A .swc And Build The Project With ANT

Jul 9, 2010

I have an .SWC library with a style.css file inside. The .SWC file is added to my project and the style.css is used this way: <fx:Style source="assets/style/style.css" /> If I want to build my project with an ANT-script it says that "the external stylesheet couldn't be found". In ANT you need to write the path for assets with an leading "/". So this would work: <fx:Style source="/assets/style/style.css" /> But in this case it isn't possible to retrieve the style.css from the .swc as the compiler says that "the external stylesheet couldn't be found". Is there any way to use the style.css inside the .swc AND use ANT to build the project?

View 1 Replies

Flex - Disabling Project Refresh On Build?

May 23, 2009

In the Flex 3 Perspective in Eclipse, is it possible to disable the refreshing of a project after a build? How so?

View 1 Replies

ActionScript 2.0 :: Build A Chat Box In A Presentation Project?

Jun 30, 2010

I am dead meat, I have until monday to have a working rough draft. I have everything at 90%. My brain wont work, I am locked and cant think og the best way to bring in a Chat box to my project. I want to put it as a hover page in the presentation area of the APP.

Please Pm me for a link as my post count is too low to put it here, I have been lurking here fr some time but didn't ever fell I could better answer questions so I stayed in lurk mode. If anyone can push me in the right direction or is willing to look at what I have and offer some advise, I would be greatly in your debt!. I look forward to some ideas from some very smart people, as I seem to be not one of them!

View 0 Replies

ActionScript 2.0 :: Make A Portfolio Of Music And Art In Flash Which Is Basically Just 4 Scenes?

Nov 30, 2009

ive been attempting to make a portfolio of my music and art in flash which is basically just 4 scenes that have buttons at the edges which i want to be able to move over and have it animated to look like its scrolling in the direction of the next scene

i broke each screen down into dummy scenes so i could work out problems without ruining a real project and so far (with this forums help) ive been able to create a music screen with on/off buttons and clickable thumbnails for the art screen etc etc so far so good...i even managed to get the buttons working with 3 different 'entry' animations depending on which scene it came from

so yesterday i decided to make the proper project starting with the navigation structure and space for 3 entry anims per scene...i thought i had made everything the same as before but nothing happens when i publish it...the buttons dont work at all

here is the link to the project 'main002' (dummy animations atm) and my previous working dummy nav test as well as a word document showing how its supposed to work (although ive slightly changed the order of the screens now)[URL]..can anyone tell me why its not working but did on the previous test?

View 3 Replies

ActionScript 2.0 :: Drag Page Down On My Flash Project?

Jan 12, 2010

I have long flash page, what I want to happen is when I scroll down the mouse arrow up to the bottom it will automatically scroll down. Or also I could point the mouse arrow to a blank space(without text,imgs,etc.)It would change to a handtool then you can start dragging on the page up or down!

View 5 Replies

ActionScript 2.0 :: Drag Page Down On Flash Project?

Jan 12, 2010

I have long flash page, what I want to happen is when I scroll down the mouse arrow up to the bottom it will automatically scroll down or when it is up to the top it will scroll up but of course stops scrolling after reaching the top. Or also I could point the mouse arrow to a blank space(without text,imgs,etc.) It would change to a handtool then you can start dragging on the page up or down!

View 0 Replies

Actionscript :: Flex Project Swf Is Not Working After Export The Release Build?

Aug 15, 2010

I tried to built a project with AS3 only in Flex. When I run the project in flex, everything looks fine,but when I export the release build, the images that are supposed to be added are gone.

[Code]...

View 1 Replies

Eclipse :: Using Maven To Build Flex Project Including Stylesheets

Mar 18, 2011

Flex stylesheets are parsed by the compiler and bundled with their assets (graphics, usually) into a swf file, which can then be loaded at runtime. I've got a project with a fixed number of styles (currently 4: old corporate style, new corporate style, and high contrast versions of both). Using Flash Builder (Eclipse with Flex IDE plugin) I'm able to have all .css files compiled to .swf files alongside the primary project artifact .swf file. This is also possible with ant scripts.

My current understanding is that Maven wants to only create one artifact per project (POM file), but may have some additional ones added (like zip packaging). For scalability reasons - I've got a complex setup of many library and module projects, several of them having their own individual stylesheets - it would be very impractical to split up the projects into the 'main' project and copies for each stylesheet. At least on the Eclipse project side, having some subfolders with POM files in each, all refered by a master pom file and referring the same src/ location (and being inside one Eclipse project) would probably work. Though that's ugly and needs individual artifactIds for each, and still need to be assembled somehow.

The important thing is to be able to have a final assembly which contains the (Eclipse) projects main swf file and each stylesheets swf file (and some static files like localized texts to be loaded at runtime). This will be part of a large assembly of several of those projects which I've described in a separate question.

I'm using Eclipse 3.6.1 (Helios) with Flash Builder Plugin (i.e. Flex4), targetting Flex SDK 3.5 (FlashPlayer 10.0). I've installed Maven 3.0.2, using Sonatypes flexmojos-maven-plugin 3.7.1 (as it seems more active than the one from Servebox). I've manually created pom files for my projects and they work (though only compiling one swf artifact file, depending on whether I specify the main .as or one of the .css files as sourceFile)

I've tried for some days now to understand "The Maven Way" (which seems to be tailored for Java and not fitting perfectly for Flex), but couldn't get this to work so that I have a single project, or at least a single assembly with everything in it.

View 1 Replies

Create A Website That Is Basically A Flash Toolbar That Directs The User To Different HTML Pages At The Bottom?

Oct 10, 2009

I'm trying to create a website that is basically a flash toolbar that directs the user to different HTML pages at the bottom, much like this website here.
 
[URL]

Do I build the bar in Flash and then the HTML portion in dreamweaver or do I build it all in Flash?  Would an iFrame work for this sort of website? 

View 1 Replies

CS4 - Trying To Build Tabbed Page

Jan 14, 2010

what I'm trying to make first, so: [URL] the big main box that shows the lastest stuff You can mouse over the small boxes and the content in the main box changes, and if you don't do anything, it goes through the different stories like a slideshow [URL] - like the ign box but hovering over it doesn't do anything, you have to click the button for the content to change So I'm trying to create a mix of the above two, like a slideshow but doesn't change when you mouseover, instead need to click it (see attached file).

What I've done so far is add the time interval, and created links on each page to each other, but if I click a link or let the slideshow run more than one loop it starts speeding up uncontrollably. I think I need to use clearInterval or something, but can't find any tutorials that actually make sense.

View 1 Replies

Flash :: Flex - TFS Build 2010 Call An Ant Script And / Or Build?

Mar 31, 2011

In TFS 2010 build, I have a new build and I want to call an ant script that builds Flash. How do I call the ant script? Also How can I compile the Flash directly? I've seen the Power Tools and this question but it doesn't help me as we don't have TFS 2008. I can't find any documentation on how to use the power tools except the 1 sentence on the bottom of download page saying to create your build the old way and import it (which isn't very helpful). I've installed the power tools on the agent computer but I don't see any new options in the Toolbox when I'm designing the build flow.

View 2 Replies

Actionscript 3 :: Interfaces Are Basically Classes For Methods?

Aug 20, 2011

From what I read, interfaces are basically classes for methods, right? If two classes implements the same interface, then they should both have methods described in the interface.

Now, how is this useful? Let's say I want to call foo()

[Code]...

View 5 Replies

ActionScript 2.0 :: Transition In 1 Movie Basically The Navigation?

Nov 2, 2004

I'm trying to do a transition in 1 movie.. Basically the Navigation..

5 MC's (one for each nav)

clicking on nav item1 would start the item1 MC that plays until frame 10 (which is the middle of the ani)..

clicking on nav item2 would start the item2 MC that plays until frame 10..

well i'd like to have nav2 say "if any other nav is open, play their frame 10->"

item1 (open)
item2 (opening) then item1 (closes)

View 2 Replies

ActionScript 2.0 :: Build A Menu Layout That Functions A Lot Like An IGoogle Page?

Dec 17, 2008

I've been working for a week on a very important task and learning (with Moock's book beside me) as I go. I'm trying to build a menu layout that functions a lot like an iGoogle page. Is this just a matter of a lack of syntax knowledge on my part or is this not possible? I can't find any examples of anything even close. I'm not sure which answer I'd prefer, but I'll take any insight that someone with more knowlege than me could offer

View 2 Replies

ActionScript 2.0 :: LoadMovie From HTML Link Embedded On Page

Sep 10, 2003

I am trying to make a movie swf to load different .swf files but pressing html links in the same page it's embeded. What I got is that links are passing good a variable called 'video' to swf... Using a jscript in html page, and html links as follows:

<script language = "JavaScript">
<!--
function PassFlash(){
window.document.movie.SetVariable("video", "video.swf");
} //-->
</script>
<a href="#" onClick="PassFlash()">Load this video into flash please!</a>

But I think I didn't build the actionscript correctly.. I can't find the way to make the movie to load a determinated .swf using that variable...If I put a loadMovie (video, "mclipholder") and a stop (); in a frame the variable is not useful because the movie doesn't load. If I add a gotoAndPlay (1) for making the movie loop, the swf loads again and again...I want the main movie to be able to recognize when an html link is pressed (and passes the variable called 'video') and then to load the correct movie....

View 9 Replies

Setup The First Page In Project?

Dec 9, 2010

I'm trying to set up the first page in my project so that I capture a person name.and I can use it again later on. I had discussed this in a previous thread with Ned

[Code]...

View 3 Replies

ActionScript 2.0 :: Loadmovie Button Inside Loaded Swf Causing Page Refresh?

Aug 8, 2008

My header is an mc with buttons that load swf's into a main content mc with this:on (release) { loadMovie("myswf.swf", _root.holder); and that works perfectly (content loads into mc with no page refresh).But..one of my loaded swf's has the same button code on a button to load swf's into the same mc and I get a page refresh.

View 1 Replies

IDE :: What Is The Path To Get The LoadMovie Command To Jump Back To The 3x3 Grid Page From Movie

Jan 14, 2009

I have a HTML stageholder, this calls a "mainMenu.swf" which essentially controls my site. This "mainMenu.swf" has three buttons: intro, portfolio and contact which are all individual movies. So far, all good... When I have clicked into the portfolio section a 3x3 grid loads with nine buttons, one of these buttons loads a preview page for four movies, when I load one of these movies it plays fine. What is the path to get the loadMovie command to jump back to the 3x3 grid page from this movie? Basically, what is the command to jump up a directory when using loadMovie?

[Code]....

View 1 Replies

Add A Widget Board To Flash Project So Users Can Embed Project In Their Webpage?

Jul 4, 2009

I would like to add a widget board to my flash project so users can embed my project in their web page or wiget display. To see what I'm talking bout go here [URL] and click the white + mark on their widgets.If your a moderater please put this in the correct area, and consider making it a sticky so we can post new ways to impliment in different sites as they become available.

View 2 Replies

ActionScript 2.0 :: Finish The Intro Automatically Load The First Page Of The Project?

Sep 10, 2005

I'm new in flash and I taking a basic flash class in my school, I did a project in which have a basic intro, well the problem that I have is this, I want after finish the intro automatically load the first page of the project, how to do that? edit: the intro and the flash project are in separated SWF's

View 9 Replies

Actionscript 3.0 :: Import Authorware Project And / Or Director Project In Flash

Dec 10, 2010

I just wanted to ask if I have a project created in authorware and one more in director.I just wanted to ask can we convert authorware project in flash directly or indirectly?Or can we import authorware project and/or director project in flash.does anybody know or anybody has done this b4???

View 1 Replies

Flash :: Buider Project Can't Listen Event In CS4 Project

Jan 28, 2010

I am developing a project in Flash Builder which will load a file built by Flash CS4. The code in Flash CS4 is below, it's a doc class. I am sure the dispatchEvent has been invoked[code]...

View 1 Replies

Flash :: Flex Project In A CodeIgniter Project?

Jun 18, 2011

I have a CodeIgniter project and I made a back-office in Flex. I was wondering how I can implement the Flex project in my CodeIgniter since I'm working with routing I can't route to any directory. So there isn't a way to display the back-office.

View 1 Replies







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