ActionScript 3.0 :: Unable To Make Fullsreen Firefox?
Jun 3, 2010
I have a flash fullscreen and in ie it works. However the problem in firefox is that sometimes the image is centered but sometimes not (it goes to the bottom-right corner). How can I fix that?
View 1 Replies
Similar Posts:
May 20, 2011
In IE, the session work, but in Firefox, it always return empty value.
I have set $_SESSION['apple']='1' in index.php
When executing a Flex 4/flash app that will allow user to browse an image file using filereference for upload to the server (this app is image uploader), the file will then pass to second.php to validate whether it is an image.
In the second.php itself, I have a function that need to retrieve $_SESSION['apple'] value which was set in index.php, it always return empty string in Firefox and Chrome but work on IE9.
Has anyone came across the same problem with $_SESSION on Firefox and Chrome?
How do I make sure the second.php can retrieve $_SESSION?
View 4 Replies
Oct 10, 2007
I am trying to build a fullsreen preloader..I found an fla around here.. So the loading bar loads fullsreen but its not smooth..I want to apply some easing equations but the result is not good...also when the preloader is 100 i want to scale to y axis 150px..I found a bunch of tutorials for smooth preloader but not for fullscreen..
View 2 Replies
Jul 16, 2011
I have a site that plays either .mp3 or .flv files depending on what is selected from the menu. Menu loads in from xml. I get "unable to make connection with server or unable to find flv on server" when I try to play the video. But the video and audio files are all in the same directory and the mp3 files play fine. I think I'm having a problem with the setMedia command. Here's the code that loads the video and audio files.
[Code]...
View 9 Replies
Jan 15, 2010
I'm creating an Entry Page slideshow here with Flash Cs3 and AS2: [URL] I'd like to be able to click on the whole slideshow (or the "Enter Site" text) to go to another page on the site, which I'm calling "[URL]." I've read various tutorials all day and tried many things, but couldn't seem to apply any "on release" action to the "Enter Site" text that would work. I even created an invisible button (putting a keyframe on just the HIT state and deleting it from the UP state), named the instance "invbutton3", and then typed in this action on the first frame and inserted a keyframe at the end of the show:
[Code]....
View 5 Replies
Apr 27, 2010
im making a platform game project but as of yet im still un able to make the camera move up and down when the charater jumps or stands on a platform?
[Code]...
View 1 Replies
Jan 7, 2005
Im new to AS but Im working everyday to improve, Im trying to make a menu but Im having difficulties with moving the menu:
I have a bar in 500 length and mask of 100 And I have 5 buttons. When I click 1 ofthem I want it to bring the correct positon of the bar with easing. Btw the registration point of thebar is upper left corner
View 4 Replies
Feb 26, 2004
I was wondering how to do the box effect like on [this] site. The lines move up and across to form a box. I have tried a few things that I could think of, but have't got it.
View 2 Replies
Jul 21, 2009
works perfect on my macbook pro (safari, firefox, and opera) but when I view the site on Vmare Fusion Windows XP and use IE and FireFox the pages don't load... I don't know what to make of this. Has anyone hear or seen anything like this happen before? BTW the website was created in Adobe Flash CS4/ AS 3.0 and published using Flash Player 10.
View 2 Replies
Jan 8, 2010
I have a grid that is drawn by the graphics library. I have small pieces, let's call them blocks that are the shape of a square. These blocks connect to each other to form pieces. I want the user to be able to rotate the pieces and then snap them to the grid.I've looked at the geometry libraries but I'm unsure how I would get the points of each square in a piece to match it up with the board after it has been rotated
View 5 Replies
Jun 7, 2010
how to make a countdown timer? I created a timer that counts down to a certain date, but I just want the timer to countdown 24 hours, not to a certain date. I also want to have a button below the timer so that when you click it, it adds 30 seconds to the timer
View 6 Replies
Sep 15, 2011
i wanna make a dynamic tree using a lazy loading ,each time i open a folder the tree sends a http request to the server, in this script i'm using just static text to test the tree but , i'm getting in the label of the root all the XML text assigned to the dataprovider, then when i open the root folder i got the childs with good labels , and openitem and closeitem events do not fire how could i make them
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.net.URLRequestMethod;
[code].....
View 1 Replies
Aug 7, 2009
in making this code short
ActionScript Code:
function addlist() {
var dataload = new LoadVars();
[code].....
View 0 Replies
Feb 7, 2004
I have a movie clip button that has 3 states:up, over, out, and press.the action script inside the movie clip button looks like this:
stop();
onRollOver = function () {
this.gotoAndstop("_over");
[code]....
View 5 Replies
Mar 20, 2004
I have this face that says something when u rollover it, in this case for example: hi kirupians!! , what I need is to have some different texts,
View 4 Replies
Dec 29, 2004
create a counter using actionscript? the scene is 30 frames long and it's sopposed to get a new value with every frame. something like counter++; example: 70% should turn 71%, 72%.... 100% (but not as a preloader animation)
I tried it, using the while loop like this in first frame:
while (counter < 100)
{
[code].....
View 2 Replies
Apr 15, 2007
Why cant i make a variable in a function? like this:
aiBunny = function (target)
{
var target.hp:Number = 15;
target.interval = setInterval (aiFoe, 24, target);
};
View 3 Replies
Mar 14, 2008
i download and try to modify a xml photo gallery from kirupa in this pagemake the buttons for "next" "back".... and one button that control the slide show, but i cant find how to activate the slide show and desactivate it.
View 1 Replies
Sep 23, 2004
Does anybody know how to apply this text effect(including the blinking underscore) to a text field that loads from an external .txt file.
View 6 Replies
Nov 8, 2010
I have a bunch of MovieClip Symbols in Library. They all need to import the same classes for timeline code. I don't want to add the import statements to every MovieClip's timeline.
View 2 Replies
Aug 24, 2009
I'm not sure how to handle IOErrorEvents when I don't have access to the loader. I have a textfield to which I assign htmltext containing an img link:
ActionScript Code:
try {
displayBox.htmlText = htmlwithimages;
[code].....
View 0 Replies
Apr 30, 2010
I have an app wer i drag and drop images onto a canvas and then move them on the canvas to arrange them appropriately. After that i shud be able to click on those images and draw connectors between them as the user seems required. But after dragging and dropping the images on the canvas and arranging them, when i click on the image i am getting a typeerror 1009 error, i.e, "cannot access a property or method of a null object reference".
Actually after arranging the images, i add an event listener to the image(proxy) on the canvas:
image.addEventListener(MouseEvent.CLICK, mouseClickk);
image.addEventListener(MouseEvent.DOUBLE_CLICK, mouseUpp);
MouseClickk Function:
[Code].....
View 0 Replies
Sep 24, 2005
is there a way to space dynamic text?through actionscript?the letters of my dynamic text are to dense and i would like to change this.
View 14 Replies
Apr 7, 2003
for my shoutbox i load text into my film. i did it like the tut told me, but so the dyn-text-box cant display the text as html, but that is necessary
View 3 Replies
Jun 28, 2006
As I get into more advanced ActionScript, I start wondering about ways I can write things more quickly. For example, this code
ActionScript Code:
button1.onRelease = function() {
//something
[code].....
View 14 Replies
Aug 9, 2006
from this tutorials, instead of duplicating both X and Y planes, I want it to only duplicate Xfor example, http://nano3.orgyou can see the grey fading into white, I just want the fade in my flash which is already an image.
View 3 Replies
Jan 19, 2007
I'm trying to fill a movieclip with a seamless pattern, so in essense its pretty much the same as Kirupa's Duplicate Background tutorial. I'm having trouble converting the AS from filling the background to filling a movieclip
Here's the original code:
[AS]tileBG = function () {
tile_width = 34;
[code].....
View 4 Replies
May 20, 2008
I have a movieclip that I need to click on so that a variable gets changed.the code of the movie clip is:
onClipEvent(mouseDown)
{
//if (_global.ccc=1)
[code].....
View 1 Replies
Jul 4, 2008
I am trying to drag my dynamic moviclips. But this code does not work properly.I have to mosue click the movie clip, and once again use mousepress to drag the movie clip.
clickAction = function (_arg2) {
//info._y += 150;
trace("click"+_arg2); // _arg2 con
[code]....
View 3 Replies
Nov 26, 2010
I have a variable called intervalTime, which gets changed. The following code does not work:
Code:
movetimer = setInterval(movebox, intervalTime);
View 1 Replies