I'm having troubles getting fullscreen function to work properly. Actually it doesnt work at all.I'm running Windows 7 with CS4 mastercollection.The code is written in AS2 and published with Flash Player 8 My issue is that everytime i try to compile my *.fla file,i get these errors:
1. Error Description: There is no property with the name 'displayState'. Source: if (Stage.displayState == "normal")
I have a projector file in CS4 AS3.I used this code to go full screen.Quote:stage.displayState=StageDisplayState.FULL_SCREEN;Now in CS5 the same code appears to disable my keyboard. I have no keyboard input unless I leave fullscreen. This wasn't an issue for me in CS4.
i am using flash, .Net, and MySQL and have elements (text fields) posting in flash.Question is, if the table in the data base is not holding the var char how can I set the text field in flash to not show undefined and just be blank?
I am on AS2.0, CS4:i am trying to extract the following data from the XML attribute:[code]i tried to load the xml attributes into the two separate dinamic text fields:[code]
I have the following line, which is just a loadVariables:loadVariables("data.txt", _root.fa);This loads a data file, located at the root level, which includes the name of an .mp3 file, which is located in a folder; root/media:&faFile=player1.mp3.And then later I have this line which loads the sound from the .mp3:[code]
I've set up a holder flash file that checks an XML file every 30 secs, and if the content has changed loads a new movie into itself. I am getting mixed results and baffled why this is not working consistently - the XML is being read successfully, but the attributes that should be read from the XML are being returned as 'undefined' for some reason.[code]...
So good so far in ActionScript language I actually haven't fell in bad condition but still I have one good issue that I can't do!In order at the root timeline everything is Ok when I call the XML childNodes or write the XML class everything its true, but when I call the XML childNodes from root within a movieclip XML
I know there are a number of posts dealing with this issue. But, I'm still not understanding it.I keep getting a "1120: Access of undefined property CSSloader." in the following script:
I'm using YQL to try and find band photos for a project I'm working on. If an image is found, it is returned in an XML response, and my flash code posts it. But if one is not found, I'm not quite sure how to tell flash not to do anything. Here's my code:
XML.ignoreWhitespace = true; var groupPhotoXML = new XML (e.target.data); var imgRef = groupPhotoXML.results.img[0].@src;[code].........
I've got bit stuck of the following code, I don't know why the txt doen't display in flash movie, I guess it's a simple error but I just don't find it.
[URL]
the modified code goes here:
Code: function createJustifiedText(name, depth, x, y, width, text, format) { this.createEmptyMovieClip(name, depth); this[name].createTextField("tempCamp", 10, 0, 0, 0, 0);
This is the code i've got, basically checks finds the x,y position of number 2 in a multidimensional array. For some reason sprite.px = x and sprite.py = y give undefined messages when i trace them. What am i doing wrong?
[AS] for (var x = 0; x<map[x].length; x++) { for (var y = 0; y<map.length; y++) {
[AS]_parent["object"+index]._x;[/AS] What is the point of the [] ? Is there a different way to write this? I am having trouble getting this working right, returns undefined when I import the .swf into a diff .swf but if I run it alone works fine..