Actionscript :: Flash - Putting Two Scripts Together?

Jun 5, 2011

I have two scripts I wish I could make a game with, but can't seem to make them work together.[URL] the objective of the game is for the player to get to the opposite end of the "maze" without being hit by the enemy.

View 1 Replies


Similar Posts:


Professional :: Putting Flash Swf On A DVD

Jan 6, 2011

I'm making a presentation in Flash that needs to be put on a DVD, which we will given to people in my organization to view at home. The presentation will not contain any interactivity. It will have text, music, video, and narration.
 
The videos will be short and contain sound, should I embed them in the fla file? I planned to break the presentation into scenes to make it easier to manage, and so they'll just play one after another. My computer can burn DVDs, so I was just going to export the swf to DVDS.

View 2 Replies

Putting Keyframe In Flash Video?

Jul 10, 2009

I need to put a key frame in an .flv file
 
More specifically, I'm just converting a video into FLV using the Adobe Media Encoder. I'm primarily a web designer, not a video guy, I've always just used the built in Insert FLV function in Dreamweaver to put Flash Video in. However, when autoplay is off I need to know how to control what frame shows up on the front of the video before it starts playing.

View 1 Replies

Flash :: Putting A File On Website?

Nov 18, 2009

I'm having trouble with publish my flash file. I have uploaded my flash file (flash.html) and (flash.swf) to my ftp. Then I copy and paste the html code onto the page of my website which is (without the star)
  
<*html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>flash</title>

[Code]...

But when I view it on my website this pop-up comes up What am I doing wrong =/?

View 14 Replies

Putting A Flash File On Website?

Nov 28, 2010

I'm having trouble with publish my flash file. I have uploaded my flash file (flash.html) and (flash.swf) to my ftp. Then I copy and paste the html code onto the page of my website which is (without the star)

<*html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

[code].....

View 2 Replies

Putting A Website In A Flash File?

Oct 19, 2007

well i want to know how to get a website and put it in a flash document.

View 1 Replies

Professional :: Putting Flash Movie Onto A Webpage?

Feb 16, 2010

once I have created a flash movie, how do I put that movie on another web pageI am constructing using html and css?I only want the flash movie to occupy a an area of 770px width and 75px height and I have already created the div id=""and formatted in css. I just need to put the flash movie in this section.

View 1 Replies

Flash - Putting A MovieMaterial Behind A DAE Model In Papervision3D?

Apr 30, 2010

I'm doing a project using FLARManager augmented reality and the Papervision3D library. Unfortunately, Papervision is giving me a lot of problems.My scene3D contains a DAE model and a plane. The plane has a MovieMaterial and is playing a video through FLVPlayback. The DAE and the plane are both inside the same DisplayObject3D container. FLARManager transforms the container so that everything appears through the angle of the marker.

My DAE model is a TV, the screen of the TV is transparent. I want to have my Plane inside of my DAE model, so that the Movie playing on the plane material appears to be what is playing on the TV.The problem is that, even if the plane has a lower Z index then the TV, it always appears in front of the TV.

How do I have my plane and its MovieMaterial appear behind the TV, so that some of its corners are cut out by the TV and the part of the TV thats transparent let me see the Movie? If its impossible, anyone has an idea of how I could get the desired effect of having a movie play on the screen of my DAE tv model?

View 1 Replies

Flash :: Css - Firefox Putting Gap / Margin Under Header?

Mar 31, 2011

I have a flash header on my site - nothing crazy, just a short clip. It works in safari and opera on the mac and all IE versions on PC. It will not work properly on firefox on either PC or Mac. Firefox seems to be putting a gap of 10-20px under the flash I have looked up many fixes for this as it seems to be a known problem. I have seen people say it's because the "object" element it treated like letters in FF, so it allows room for the "tails" on a G and Y etc (not sure if I explained that well enough, hopefully you get the idea). I have tried margin:0; padding:0; line-height:0; font-size:0;

float:left; vertical-align:middle; and clear;both; - not at the same time, I have tried many combinations and got most of these ideas from other threads/articles where people had found a solution. I have tried this CSS on an id attached to the object, on the element object and on the parent div - I just can't seem to fix it! Also, as a side note - I've noticed the flash looks good in IE6, IE7 but IE8 makes it looks awful - can anyone explain why or confirm that is what they see? Im a mac user so borrow a laptop to test, it would be good to hear if anyone else see's this problem.

View 1 Replies

ActionScript 2.0 :: Putting Sounds In Flash Game

Jun 11, 2005

im having problems putting sounds in my flash game....im using flash MX and im making a tile based RPG game ....i got the background music playing in the first map...but when my character enters the second map, the music stops and play all over again in the beginning.....i want the music to be continously playing while the character is on map 1 and map 2...how can i remedy this? im using this simple A.S for the bg music in map 1:

[Code]...

i tried to remove the line stopAllSounds();....as a result, the music became overlapping when the character transfers from one map to another. Also is there any other way to make maps easier?. coz ryt now im using 2-dimensional arrays for my map....i only have two 640x480 maps now and it's starting to get confusing editing them

View 3 Replies

Putting Objects (Instance Names) Into Array In Flash CS4

Sep 15, 2009

I worked again on a new Project and stumbled while trying Arrays. I have two cubes(cube_mc, cube2_mc) in my scene.

My code:
var gy:Number = 0;
var gravity:Number = .2
var moving:Array = new Array(cube_mc, cube2_mc);
this.addEventListener(Event.ENTER_FRAME, gravityFUNC);
function gravityFUNC(event:Event):void{
gy+=gravity;
moving.y+=gy;
};

I was trying to put both cubes into the array, and then affecting the whole Array with gravity. When I test it nothing happens, and it shows no errors.

View 2 Replies

Flash CS4 :: Putting Objects(Instance Names) Into An Array?

Sep 15, 2009

I worked again on a new Project and stumbled while trying Arrays.

I have two cubes(cube_mc, cube2_mc) in my scene.

My code:
 
Code:var gy:Number = 0;
var gravity:Number = .2
var moving:Array = new Array(cube_mc, cube2_mc);

[Code]....

I was trying to put both cubes into the array,
 
and then affecting the whole Array with gravity.
 
When I test it nothing happens, and it shows no errors.

View 1 Replies

Master Pages - Putting Link To Flash Object SWF

May 28, 2010

I have a asp.net master page that gets used by pages many /levels/deep/. I will put a link to a flash file in this template. I tried doing it like this but it did not work, what the best practice here?
<object width="924" height="200">
<param name="movie" value="/live.swf">
<embed src="/live.swf" width="924" height="200">
</object>

View 1 Replies

IDE :: Difference Between Setting The Entire Site In Flash, And Putting It Together?

Mar 3, 2009

I would like to design a dynamic website. [url] In this site they organized all of the swfs in xml.What is the difference between setting the entire site in flash, and putting it together like the example?

View 2 Replies

ActionScript 3.0 :: Putting Picture Galleries And Other Components Into A Flash Website?

Jul 15, 2010

I have created a flash website but I am yet to put in the music player and photo gallery.However as I would like to use a free player off a source on the internetThe site is designed in CS4, then published onto the server through Dreamweaver. The problem is, all (well, the vast majority) of all the players on the internet provide no .FLA file, but just a .SWF and a few others. How am I supposed to put this into the flash site, as there is no flash file to copy and paste the frames into my site?

View 0 Replies

ActionScript 2.0 :: FLASH - Putting A Simple Photo Gallery With About 3 Or 4 Different Images On Website

Nov 16, 2006

how do I go about putting a simple photo gallery with about 3 or 4 different images on my website. methe programs that I need to sownload and any other useful materials that would be needed to get this completed.

View 3 Replies

ActionScript 3.0 :: Taking A Textfield Or JS Variable From HTML Page Amd Putting It Into A Flash String?

Dec 23, 2010

I have a variable called AICC_Student_ID, which is talking to an LMS to pull in a student's unique ID (usually the same as their NTID). I need to take that JS variable value, and slap it into a String for treatment.I looked at the work it would take to use SWFObject, and since this little swf is going onto literally thousands of pages, manually hacking each and every one is just not worth it.

View 1 Replies

ActionScript 1/2 :: Flash Game - Putting Each Armor And Update On A Different Frame Inside The Player Movieclip?

Jan 29, 2011

I am trying to create my first semi-serious flash game. The problem I am having is I want to be able to click a button in the players inventory to equip a different armor to the player, and have that armor work in the game on the same movieclip(Player) without having to re-make all the attacks and moves etc. for each change on another movieclip. My ideas are extremely novice like putting each armor and update on a different frame inside the Player movieclip and then doing a gotoAndStop to the frame. Though that may work I don't know how to goto a frame inside a movieclip. I would like to control this using as much code as possible.I would paste my code but I don't have any code for this part of the game so far. I have tried some simple coding but so far I cannot get the pieces together.

View 1 Replies

ActionScript 2.0 :: Load A Txt File Into Flash By Putting The Url In A Xml File?

Feb 26, 2007

I am trying to load a txt file into flash by putting the url in an xml file. The XML file is structured like this:

HTML Code:
<pic>
<image>pictures/AW0001.jpg</image>
<description>text/AW0001.txt</description>
</pic>

Now I load it into arrays in flash: image[0] and description[0]. The images is displayed the way I want to, the thing is I want to pass on the url that is in description[0] to a loadMovie or something like that. If i say desc_txt.text = description[0]; it will just show AW0001.txt in flash. I've also tried this with load and loadVars but I can't figure it out.

View 1 Replies

CS3 Putting Movie Clips Together?

Apr 22, 2010

It has around 7 different movie clips in the library. I was originally going to put one clip per frame in the master timeline and have some sort of pause sequence to play them one after another. What I ultimately want to accomplish is to have these clips play one after the other without having to click any buttons, so basically straight through.

View 1 Replies

Putting A Video On A Website?

Oct 10, 2010

I've recently made a website for a friend and she wants a video to play on one of the frames. It is in the library and the video plays when i test the movie on my laptop, however, I have now uploaded the .swf file website to a host along with the video and it isn't playing. Any ideas how to sort this out? Not completely sure myself! Using Flash CS4 with Actionscript 2.0 if that makes any difference to anything.

View 9 Replies

ActionScript 3.0 :: Putting Into A Movieclip?

Aug 10, 2009

Assume the main time line is A. On A I've got movie clip Z also On A . I've got movie clip B and inside B I've got a movie clip C (I need it to be this way because it soft of a TAB meanu).My problem is the actionscript written in C makes few objects called planet 1, planet 2, planet 3 on A function well. But when I move planet 1, planet 2, planet 3 to a movie clip (planets_mc) it won't function! How can I put planet 1,2 and 3 in to one mc and still make the actionscript in C work?I've used the _root. command in the script C. Hope my question is clear enough!

View 3 Replies

IDE :: Putting An Object Into An Array?

Apr 1, 2009

Wrong section, moved to actionscript 3 I'm having trouble with my code. I keep getting this error

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Test_fla::MainTimeline/frame1()

I believe it has something to do with the array, considering it works when I remove the array stuff. What i'm trying to do is to be able to move objects through an array with my gravitate() function in the Grav Class.

stage.addEventListener(Event.ENTER_FRAME,onLoop, false, 0, true);
for(var i:uint=0; i < numParticles; i++){
var p:Grav = new Grav(5, 0xff0000, Math.random()*250, Math.random()*250);
addChild(p);

[code]...

View 1 Replies

Putting A Button (RollOut) Over Buttons

May 4, 2009

I have a simple graphic in Scene One which when you mouse over it, it changes to Scene Two where there are several round buttons that people can navigate with. What I want is that when the mouse is dragged away from the stage where the buttons are in Scene Two, you are taken back to Scene one. I can't seem to work this out. I only to want to go back to Scene One when the mouse is completely out of the SWF.

I made another button and made a square hit point that covers the stage and put that on the level above the other round button levels but this then doesn't allow you to activate and click the buttons underneath the square button. I just want a rollOut when the mouse comes completely off the SWF back to Scene One. Am I missing something?

View 2 Replies

Putting Hyperlink On Purchased Flashtemplate

Oct 14, 2009

I bought this template, and am trying to make some of the pictures when clicked have hyperlinks that go to other websites, i am turnong the picture into a button and adding this code in the action script [code]

View 3 Replies

ActionScript 3.0 :: Putting External (4) .SWF's On Homepage CS4?

Aug 11, 2009

I've got a question/request concerning my first flash website.If you look at my site you will see 4 .swf's loaded in from the sides. This effect is made possible by Jquery script. But because of lack of compatibility with Opera & Internetexplorer. I have to integrate this all in one swf. But I've got not a clue what kind of code I need to make this effect working.So to be clear what I want is Containing 4 swf's 25% height & 100% width. The slide in function is something I also would like to have (but maybe that's asking for just to much). If you want to see the code of the actionscript from the swf''s you can check it out at the included zip

View 11 Replies

ActionScript 3.0 :: Putting Output In 2 Textfields?

Apr 12, 2010

I'm still working on my highscore list but cant get it right. Its posting a player name and score in a textfield out of MYQSL database.

This working but not orginised. If I can put the score and player in a seperate textfield I think it will look a lot better.

This is the code that displays the score and player in the same textbox. (at bottom)

import fl.controls.TextInput;import fl.controls.TextArea;import flash.text.TextFieldType;var variables:URLVariables = new URLVariables();var request:URLRequest = new URLRequest();////insert in the location of the php script

[Code].....

View 2 Replies

ActionScript 3.0 :: Putting A Swf On An.aspx Website?

Apr 19, 2010

I did a banner for a client and was asked if I could put the banner up on their site when I was done, not realizing the site was done in .aspx. I'm in the control panel of the site, I uploaded the flash files to the correct folder and rather than going into this blind I thoughtThe code for the banner on the site currently  is

<script type="text/javascript" src="/home-ads/swfobject.js"></script>  <script type="text/javascript">  var flashvars = {};  flashvars.xmlPath = "/home-ads/powertri-ads.xml";  var params =

[code].....

View 4 Replies

Professional :: Putting Bones To An Image?

Jul 23, 2010

So this is the image i want to add bones to so i can animate it... but any way i convert or anything i still cant add the bone,, the bone just dissapears when i drag it.

View 6 Replies

ActionScript 3.0 :: Putting A Html Swf File On Web

Aug 8, 2011

I created an swf and a HTML output. Localy it works when I double click the html except IE.keeps telling me I need to accept the plug in. Verry annoying. But if I put the HTML and the SWF on the website the HTML is blank no movie.I cut the HTML down to a minimum as well. Any ideas what would be missing that is needed. Tried the original generated html as well.[code]

View 8 Replies







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