Professional :: Finding A Site For Submitting Defects For CS5?
May 5, 2010
Is there a site for submitting defects for CS5?Code hinting/completion for optional params in custom classes does not function, and seeing as it does every where else, such as the built in classes, I imagine it's a defect. For me this feature is huge, can't wait to see it working.
View 3 Replies
Similar Posts:
Apr 8, 2010
Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query
string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete()
[code]......
View 13 Replies
Dec 14, 2010
A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?
View 1 Replies
Jun 4, 2009
I purchased a flash template and replaced all of the information with ours. The problem that I'm having is that when customers fill out the contact form on the 'contact' page, it doesn't send their email to us (which is one of the fields).
The site is live at [URL]
I've attached a jpg that shows the movie clip I'm working in.
View 3 Replies
Feb 11, 2011
I am studying CS5 but I can't find help files or tutorials... is everything online now? Where should I go for help?
View 3 Replies
Sep 27, 2010
So i would like to know if its possible to have stage capture(like a screen grab) i have a user generated game that allows them to design an image, but i also want to be able to allow them the submit their drawing after they are completed. writing the code for the submit button(that captures the stage). And the second part how would i let them submit it?
View 1 Replies
Feb 23, 2010
i think i highlighted the relevant code. The pictures get loaded when movie starts i think.if i could just get a example of the code i might be able to figure the rest out
heres code:
The radius of the sphere, 'rad'. You can change it if you wish especially if you use thumbnails of a different size than our thumbnails.
var rad:Number=380;
The position of 'board'that will be defined later.'board' is the main container containing the sphere and the black background that reponds to mouse actions.
var posX:Number=stage.stageWidth/2;
var posY:Number=stage.stageHeight/2;
The size of thumbnails. Change the values to reflect the size of your images.[code].....
View 1 Replies
May 24, 2010
I am in the process of updating all of my symbols in a project I am working on, and found that some of the objects are set to temporary paths, I guess I had just imported from the clipboard, as opposed to importing an actual saved file.
Anyway, there is one particular graphic object that, according to my library, is in use in 1 place in my project, but I can't for the life of me find where that is. Is there any way to locate instances of objects in the library? Or am I going to have to go through my entire project, piece by piece?
View 3 Replies
Jun 30, 2010
I'm trying to write a plug-in for Flash CS5 that will display the "instances path" for a selected object. I'm trying to work with JSFL.I manged to get all selected objects using fl.getDocumentDOM().selection. I iterate over the array I get and look at the objects. I am able to get each of the objects' name. What I need to do is construct the "path" to that object (e.g., scene.scene.instance4.myText). Can anyone think of a way to do that? Is there a way to get the object that contains a certain object?
View 5 Replies
Oct 7, 2010
I am trying to find a snippet of code for my website.I am building a website using Serif Webplus X4. I am also creating 2-4 animation shorts to play as an introduction to the website that I created with Toom Boom Studio 5. I would like to have one of them randomly play at the beginning of the website so that every time someone logs on to our website, a different one plays. My question is that someone said that if I go to Adobe that I could get a snippet of code to make these 2-4 animation shorts play randomly.
View 3 Replies
May 15, 2009
I am trying to make a box where a student enters their name and then clicks a button so their name is rememered and shows up. I have created an input text instance called "nameText" and a button to submit it called "submitMe".
Second, in this game I would like to keep track of when a specific button is clicked. In this game I'm having incoming freshman into college decide if the statement applies to college or high school by clicking on a button (saying high school or college). I want to keep track of their choices and display them on a result page, then clear when I click the replay button on the results page. Each button has its own name for each of the 12 questions (hs1 for high school c1 for college, and so forth until hs12 and c12).
Third, I'm looking for any advice on how to print in flash. The person I am developing this program for wants students to print their results (with their name on it from the "nameText" input field) and be able to hand it in to her in class. I am not sure how to do this and I can't seem to find a clear way that works. I have made a button called "printMe"
Otherwise I've attached the swf file so you can see what I'm thinking.
View 3 Replies
Feb 28, 2012
this is really puzzling me: my flash-builder 4.6 application works fine with the ad-hoc distribution profile. but when i try to submit the .ipa-file via the application-loader, i always get this error:iPhone/iPod Touch: application executable contains unsupported architecture(s): arm.i also tried to put the armv6/armv7 keys into the infoadditions.
View 1 Replies
Feb 10, 2010
im trying to pass my AS3 array to a sendmail.php page to send the user details of the order (the arrays contents) my array is called 'details'. The method im using is a bit unreliable and im wondering if theres a more effective way of doing this? Im currently using....
ActionScript Code:
//submit button
function cartsubmit(e:Event):void {
[Code].....
View 1 Replies
Nov 28, 2009
I have an interactive map that I would like to script so that when a county is clicked, it sends through to a page called results.php this HTML table:
<form name="Merchant Details" action="results.php" method="post">
<input type="hidden" name= County>
<input type="hidden" name= MerchantType>
So County and MerchantType are fields in a SQL table. The script needs to tell the results.php page that County A and MerchantType B has been sent.
Where A is the name of the county and B is ALL (the default i've chosen for MerchantType)
View 1 Replies
May 10, 2010
if I take a square, turn into a Movie Clip, addjust the Perspective Angle, and the Vanishing Points. Then I rotate the square along the x axis so that the square is now a plane laying on the z axis. How do I get the length of the Movie Clip? I need to know when a plane starts and ends on the z axis. I also need to get the width.
View 13 Replies
Apr 21, 2010
I'm trying to insert a HTTP header into the request that is made when a .SWF requests a .FLV movie via the flvplayback object. Here's my scenario.
We are using Akamai to distribute our flash video so it loads faster. Our current set up involvels 4 primary components:
1. HTML sitting on our corporate webservers.
2. SWF being served by the Akamai servers.
3. FLV file being served by the Akamai servers.
4. flvplayback skin (SWF file) being hosted by the Akamai servers.
When the HTML file loads into the browser, it requests the SWF, which then loads the flvplayback skin and FLV video. This whole process works until you add security to the mix. We have referer security, which means that that Akamai-hosted files won't load unless the requesting domain is one of our corporate domains. The referer is usually passed over in the HTML header, so the HTML file can successfully request and load the SWF from the Akamai servers. However, when the SWF then requests the skin and FLV file, they don't load because the referer header isn't passed over in this request.
How do I insert the referer header into the SWF request for the FLV and flvplayback skin? I'm assuming this needs to be done from within the flvplayback instance in my SWF file, but I don't know how to reference that. I tried the following, but it didn't seem to work:
myFlvPlayback.URLRequestHeader("Referer", "http://mycorporatedomain.com/requestingpage.html");
View 1 Replies
Mar 23, 2007
I'm encountering a problem I did not think of. I have a single textfield, that oncesubmitted via "Get" method, sends the data to the site (Think of a google search field in a banner).In any case, I have some default text in the field. But when someone clicks on the submitbutton, the default text gets submitted as the search string. Is there a way to get the result from submitting the form without entering text into the textfield to be a default URL, and not the text string? See Below:
myfield.text = "Enter Your Text";
myfield.onSetFocus = function(oldFocus) {
myfield.text = "";
[code].....
View 1 Replies
Nov 15, 2009
I am wanting to have a high score function at the end of my game. My code is generating a URL, but is then appending it with &onLoad=%5Btype%20Function%5D which is making it fail. If I past the code manually into a browser, removing &onLoad=%5Btype%20Function%5D from the end, it works perfectly.The URL that is being created is:
[URL]
My code is:
System.security.loadPolicyFile("C:path....crossd omain.xml");
var score:Number = 1001;
var hsname:String = "FlashTest";
function addHighScore(returnFrame:String, name:String, score:Number, code:Number) {
[code]....
View 2 Replies
Nov 29, 2009
I am trying to establish a connection between my swf and a database using PHP. I keep getting the following error:
Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs.
at Error$/throwError()
[code].....
View 2 Replies
Mar 10, 2011
Making simple player to allow viewing on website.Adding flv file to create a published player.Works fine after publishing on local system as long as the flv is located in the same directory as the swf player.When copying to a website, it seems the player does not know how to find the video file.
View 1 Replies
Aug 12, 2010
I understand that I can see the usage count of a Library item easily. I have been assigned a task to edit someone else's Flash movie (I have been provided .fla source).The movies is extremely complex and I need to replace some images. How can I find out on which layer/frame does a Library Item appear on a Flash movie??
View 4 Replies
Oct 6, 2010
I want to find out how to find objects on stage in order to change their names, using actionscript in run commands.
View 2 Replies
May 27, 2010
I am trying to use the new unCaughtErrorEvent, as explained here: [URL] When testing the event I run across two problems:
1 - when testing the movie from the flash IDE, the uncaught error is indeed caught and handled (as in the example) BUT the original
error still gets thrown! For example, when loading an XML file that does not exist: - first the uncaughterror event gets called. (good!) - then I get an unhandled event error (ioErrorEvent for not finding the xml file). Isn't the whole point of catching uncaught errors that you can catch ALL these errors? This way it seems rather useless to me.
2 - when testing the uncaughterror handler from a html page, the debugger gives an entirely new error: VerifyError: Error #1014: Class flash.events::UncaughtErrorEvent could not be found. So for now, I'm truly baffled as to what UncaughtErrorEvent is supposed to do and why it doesn't work
View 4 Replies
May 18, 2010
I'm a bit frustrated as I've created a Flash movie with an embedded video.The SWF file works fine when I play it as a stand alone file but when I use the file inside my website, the video portion does not play.I have placed the video file and the Flash file in the correct folder on my site.
View 1 Replies
Jul 15, 2010
I am having difficulties inserting a Map widget on my flash site. [URL] it needs to go on the left hand side were there is a "empty" space waiting for it! so i attached the map widget code just cuz... i am using flash cs4, as3 the code is a follows:
[Code]...
View 15 Replies
Aug 11, 2010
I don't know much about Flash so understanding how to implement a preloader for my entire site is just a bit beyond me. Basically, I just want a loading bar, "loading" text, and the percentage text (this should all be in AS3). I know that in Flash CS5, a preloader bar is included as one of the components. The only problem is that I don't know what to do with it (and it shows up as blue and white so not sure how to change the colour).
View 2 Replies
Aug 28, 2010
I am making a flash site and am trying to have a link which redirects to another site. The problem is the redirect address has an e with the accent ' above it. When I copy the link directly into flash, it converts it to code in the URL bar.How do I make the link in flash so that it keeps it as an accented letter in the URL bar?
View 2 Replies
Oct 3, 2010
l basically completed my entire site, which has a few layers and over 400 frames which are broken into different labeled sections on the main time line.The entire site is located within one scene.After that l decided to add a loading bar with AS3. lt kind of works but only goes to 40% of so and then jumps to the second frame.l took the code from
function loadProgress(my_content:ProgressEvent):void {
var percent:Number = Math.floor( (my_content.bytesLoaded*100)/my_content.bytesTotal );myLoadText.text = percent + "%";myLoadBar.width = percent * 2;}function
[code].....
View 1 Replies
Nov 12, 2010
I'm editing a template built using Flash, which already have a page that is a photo gallery. I created two others. Edict everything right in the xml file. However, when I open the page properly direct the gallery just small pictures, directing the big (it should just be a small extension of) the original gallery.
View 6 Replies
Jan 8, 2011
I'm new at Flash so my code understanding is very limited. For my 1st site I tried to make a very simple site which would float in the center of the browser, but my site is centered and stuck at the top below the browser.
1. How do I get it centered both vertical & horizontal?
2. How do I edit the placement position in design mode without having to go into code?
My site address is [URL] I'm sure I have more code then is needed because I started with a sample file and tried to delete unneeded parts.
View 9 Replies