ActionScript 3.0 :: Can't Find JVM?
Nov 16, 2008
I got an error message, when trying to compile. At one point it was working, but maybe I screwed up one of the environment variables.
C:Documents and Settingsjm>mxmlc Error: could not find a JVM.
View 1 Replies
Similar Posts:
May 18, 2010
I must rejected all users outside Denmark from our live streaming (c-ip) and this is done in an access plug-insBut now I need to open up one of the streams, but I can't get the streaming name in the access-plug-ins only in the Auth-plug-ins.I cant use x-page-url or s-uri I need pStreamName. in access-plug-in like thissetStringField(m_pAev, IFmsAuthEvent::F_STREAM_NAME, pStreamName);but I cant get it inside the access-plug-in
View 1 Replies
Feb 4, 2011
My problem is that the close button is going out of screen to somewhere after I made the gallery images fullscreen.It looked like this before they changed to fullscreen.. On right top corner you can see close and slideshow button etc...But after we made them fullsreen, the buttons are gone wide top right I guess. I can send the xml or .as files dont know which ones you need..
View 1 Replies
Jan 17, 2012
I have a SWF that works perfectly inside flash. once i export as SWF, it doesn't work anymore.
i can't use "trace"
i have tryed that function but it doesn't trigger it for some reason[code]...
View 3 Replies
Jun 1, 2006
how can I find the FPS of my SWF. It�s set to 12 but I can see that it�s not playing that.
View 1 Replies
Jan 18, 2009
I've got two different domains and both of them direct to the same website. This website has a menu on top made in Flash (the rest is HTML, so the page must be reloaded everytime I click on an option or I need new content).
But this Flash movie has to show a different animation depending on the URL.
What can I do to find out the current URL in ActionScript?
View 2 Replies
Aug 21, 2009
I have a fla that does a few things before loading in a .flv file and playing this. All this works fine, now comes the issue.
I have to find when the player stops.
I have tested around with cuepoints as well as many other options and found this code on these forums, where at least my flv file is played through, but the buffer throws an error[code]...
View 2 Replies
Nov 26, 2009
I have a number of different buttons which I have calledred, blue and green (instance name)I want a piece of code that recognises which of the button red, blue, yellow and green has been chosen.note these are buttons and not radiobuttons.
View 1 Replies
May 22, 2010
Does anyone know the code to put to find out if a checkbox is checked or not. I need it to play a sound 99999 times if checked, and once if unchecked
EDIT: I need it to be checked when a button is pressed by using on(press)
View 1 Replies
Sep 12, 2010
I need to update the dynamic text in this flash file I have and export it to SWF. I've looked at the actionscript in all the frames and symbols but the only thing I've found so far are "stop();" 's
I tried exporting this to SWF to see if the file size was the same as the current working version on the site, and it was about 15kb smaller, and does not work at all.
How can I see all external file references in flash? I need to be able to tell my boss which files are needed or at least what is missing.
View 3 Replies
Aug 6, 2011
The only place where I used templet was in google, it was free, but not for commercial use, if someone know about a place where to find them, if they charge for one or for a year a don't know. and a good place.
View 1 Replies
Sep 9, 2011
I am trying to locate the letter at a certain number of characters after a word.For instance, in this sentence:"Hello, I really like dogs"I want to find the character of position 7 after the word "really", which in the above sentence would be the letter "d"
View 2 Replies
Aug 18, 2009
How to find out whether camera is attached or not in AS3.0. It can be installed or not.
View 2 Replies
Sep 2, 2009
Just trying to get into Flash and although i can now make simple flash viedo's with changing pictures etc. I have just bought a new website template. But what i am after for the header is a flash video where there are tabs which when you scroll over them the tab enlarges. Hard to explain but please have a look at the websites below and you will see what i mean. where i can purchase a template to do this. [URL]
View 1 Replies
Nov 24, 2009
How to trace which datatype is used on my variable .
View 1 Replies
Jan 27, 2010
A question for Mac developers - which ActionScript IDE do you prefer? I've loved FlashDevelop on the PC, but can't find the equivalent on the Mac which:
is freehas code completion
The options I know about: TextMate - isn't free. it doesn't seem to have code completion...SE|PY - can't seem to get it to work on Snow Leopard, and I notice that the website doesn't seem to have been updated in four years...Flash Builder - isn't free(although I'm looking into installing Eclipse with Flex SDK), and I always preferred FlashDevelop for elegance and speed as an AS IDE anyway.my next last resort option is to look into running windows on the mac..
View 2 Replies
Feb 15, 2010
This probably a stupid question, but I really can't figure it out.But I'm creating a XML Flash site. I can easily edit text and such with the XML file, but I'm trying to imbed a youtube video on the second page of the site, but for the life of me I cannot locate the second page in the .fla file.How can I locate allt he pages within the site? I've tried moving the 'playhead' but that didn't work.I found what I think is the menu that contains the links to the differnet pages in the site. But how do I go into the different items to view/edit the contents.
View 1 Replies
Sep 10, 2011
How to find starting and ending time of each word in the audio
View 4 Replies
Feb 15, 2012
Yesterday I was working in an exhaustive animation when the computer turned off. When I turned the PC on again there was a message about a recovery file. I opened the recovery file: it was the animation I was working with. I finished my work and closed the recovery file. Today I was looking for the file I was working with and I can't find it: Flash gives me just the original file not the recovery file.
View 3 Replies
Feb 5, 2010
Are there any plugins for Flash CS3 (or greater) that expand Flash's ability. Actually, i'm sure there are, where can I find them?Preferably free and from places besides Adobe. (Not that Adobe's bad, but I want variety.)
View 3 Replies
Apr 6, 2011
I have some experience working with Flex but im feel clueless working with flash pro. My problem is that i found a flash project that i want to edit (.fla), this project contain an actionscript class in some part that i am unable to find. How to find a class in Flash Professional?. I know that the class exist in the project because i generate a swf file and decompile it and it show the class.
View 2 Replies
Apr 2, 2009
given the following function A(b:Function) { }
If function A(), can we determine the name of the function being passed in as parameter 'b' ? Does the answer differ for AS2 and AS3 ?
View 7 Replies
Aug 31, 2011
I am trying out to deploy a flex application in one of our servers. I was able to deploy it but running it causes some problems like missing swfs. One of these missing swfs is the sparkskins, which I am not sure where to get from.
View 1 Replies
Jan 2, 2012
Ii am trying to find the ip addres by using as3 in adobe Flash professional cs5. I don't how to do this. Is it possible to find the Ip address using as3?
View 1 Replies
Mar 14, 2012
I need to extract the name of the video from the below xml. find the e4x expression for this?
[Code]...
View 2 Replies
Jul 23, 2009
I need to find out the parent of the current element.The trace statement gives me the Screen Number.What do I need to write if I want to find out the Topic Title for the traced screen No.
Code:
var myData:XML = <data>
<Lesson No = "2" Name = "LessonName">
[code].......
View 5 Replies
Oct 5, 2010
what is a command to find out number of objects in a movieClip and
View 4 Replies
May 5, 2011
I came across this extremely dynamic weather map on one of the weather sites and am interested to know how to develop my own if possible.
Check this site, The Weather Network + weather + satellite and radar maps.Comments / opinions from developers of flash sites.
View 7 Replies
May 12, 2011
I came across this extremely dynamic weather map on one of the weather sites and am interested to know how to develop my own if possible. Check this site, The Weather Network + weather + satellite and radar maps.
View 0 Replies
Aug 23, 2009
i have seen a lot of flash templates that uses flash engine to animate object.Where I can find engines for flash and some tutorial how to use that.
View 2 Replies