ActionScript 2.0 :: Passing Variable To ASP Page Using LoadVariables
Mar 2, 2006
here's another one about passing data to an asp page. I'm trying to pass a variable through a string to an asp page. I cannot understand why this is not working. Here is my code:
this.btn1.onRelease = function (){loadVariables("http://www.mywebsite.com/paragonstats/flashprogress.asp?pagename=introduction","POST");
}
If I paste my url in a browser, it triggers the asp page as it should. But this code is not working from flash. If I use getURL, it works, but it opens another browser window or redirects my movie. I'm just trying to track click through statistics. I've even set up a movie with just one button on the root with this code and it won't work.
View 1 Replies
Similar Posts:
Sep 14, 2009
I have a main swf movie.....in which i want to load another swf by passing variable from html page
.
.
.
.
.
in flash 8 in as2
my code is that....
var topnavigation = _root.topnavigation; // Will load top navigation.swf
drop.loadMovie(topnavigation);
View 4 Replies
Jan 20, 2010
I am trying to pass a variable from my .aspx page into my published swf file. I am using the code below, and using swfobject to try to pass my variable. (I am very comfortable with swfobject and would prefer, if possible, to avoid using FlashVars.) The variable myVar represents the name of an image file, and will be a different image for each user on my site. I am using Flash CS4, and AS3. I only mention that because I was able to do this in CS3 using AS3, yet certain things have been deprecated in CS4 - hence my code does not work. And for what I'm doing and how I'm doing it I cannot use CS3 to create my swf file. Anyway, here is the code:
[Code]...
View 1 Replies
Sep 16, 2009
I want to load different .txt files into my flash movie, based on the url. ex: http:[url].....
flash would use: loadVariables("textfile1.txt");
View 2 Replies
Feb 25, 2002
I have a JavaScript that generates a URL. The only thing left is to pass that "url" variable into Flash. I'm not sure if this is the right method I need to use or not, but these are the lines of ActionScript I've been working on...
on (release) {
loadVariablesNum ("index.html", 0, "POST");
getURL (url, "_self", "POST");
}
The JavaScript and Flash are both in index.html. I've tried several variations to get it to work, but still no luck. Anyone know what the ActionScript code should be to make Flash read the url variable and use that location (like a HTML form) to post it?
View 13 Replies
Feb 19, 2008
I'm trying to login to a password protected php page through a form in flash.When the user provides correct information the flashmovie opens a php-page, but how do I protect the php page from unautorized accesses?Can I send a variable containing the user/pass given?but then everyone who checks history can access the page without even having to access the flash page..
View 2 Replies
Sep 15, 2009
var loader:Loader = new Loader();
loader.load(new URLRequest("panghat spa.swf"));
addChild(loader);
want to load panghat spa.swf as a variable by pasing variable from html page in to flash
View 1 Replies
Feb 27, 2007
i need to beable to click on a play/stop button in flash to play/stop music... and then when you go to another page in the site the flash needs to remember what the music control is set to... ie. because the page reloads (cant avoid this) it just restarts the music even if it was set to stop.the way i was originally thinking of doing it was to create a javascript variable in the page... then in the flash pass a boolean to the javascript variable when it is clicked (not sure how u do that)... then every link on the page would check what the javascript variable is ie. on or off. etc.
View 5 Replies
Apr 22, 2010
I have an asp.net page where I get the user_id from who's logged in. Now I need to pass this user_id to a flex application that runs in an asp.net page as a .swf. How can I get this user_id in a variable in my flex application.Or what is the best way to get the user_id into flex.
View 2 Replies
Jan 19, 2010
I need to open a new page from Flash, using navigateToURL(...)
I need to send a variable to this newly opened html page that does not appear within the url as a query string, so i'm using POST.
However each time I try it the variables appear within the query string... what am I doing wrong?
ActionScript Code:
var link:String = "test.html";
var urlVars:URLVariables = new URLVariables();
urlVars.username = "username";
var urlRequest:URLRequest = new URLRequest(link);
urlRequest.data = urlVars;
urlRequest.method = URLRequestMethod.POST;
urlRequest.contentType = "application/x-www-form-urlencoded";
navigateToURL(urlRequest, "_blank");
Cheers,
Matt / MSFX
View 2 Replies
Mar 30, 2011
I checked out some of the posts in this forum, but i don't think they are quite what I am looking for.I have a database which stores a lot of user information.I need to gain access to this database and pull certain info from it and then load it into flash.I thought the easiest way to do this would be to load the variables/arrays and declare them in the php, the forward the variables into the .swf (on tht page)
View 2 Replies
Aug 23, 2011
I am building a page, like a table of contents (TOC) showing a list of videos the user can select from. It's written in PHP and populated by a MySQL database. There's a thumbnail and descriptive text which are linked to a new page with Strobe Media Playback. Videos will be delivered via RTMP stream from Flash Media Interactive Server 3.5.
What I want to do: Pass the filename of the video that was selected on the TOC page into the actionscript for the Strobe player on the player page. I have found a couple of posts here that related to similar issues, but I'm new to AS3 and was not certain if the other folks wanted to accomplish the same thing I do.
[Code]..
View 2 Replies
Jun 3, 2010
I've been writing movies in AS2 that have variables passed to them via the src parameter of the page code, e.g.
src="/Flash/theMovie.swf?value=1"
Then in the AS I don't need to define 'val', I can use it straight away. However, in AS3 - at least, as I understand it - it seems that I can't drop 'val' into the code without defining it, as it throws ""1120: Access of undefined property val".
So, if I add a line of code
public var val:Number;
or somesuch, will this be enough to ensure 'val' is useable once it comes through from the page?
View 6 Replies
Nov 7, 2009
I am using labels for the pages so they are all on the same timeline. When the user gets to the last page there is a submit button that sends all the variables to a php mailform file. However I keep getting TypeError: Error #1009: Cannot access a property or method of a null object reference. I dont think my variables are not being passed.[code]
View 1 Replies
May 21, 2010
I've made a XML based Mp3 player using Flash 8 and AS2. The player is working just fine, I mean playing song on previous and next button. Now I want to enlarge this and my idea is to list all the mp3s on a PhP page and allow user to listen to any song randomly. This means, user can click any song name and that song will start playing in the player.
My problem over here is; the song listing and the player will be on one single page and clicking on any song wont reload that page to play the selected song but just reload the content of the mp3 player.
I know this can be done in Javascript. My thought on this is:
On clicking each song name, I need to call a JS function and pass to it the "ID" of the song. This JS function needs to pass "that ID" to the swf which will play the song.
Keeping aside the complexity involve in ActionScript to fetch the song name as per the passed ID, I need to know how to pass this ID from JS to AS
View 1 Replies
Apr 12, 2011
On a page I have a an iFrame and a swf, I've been trying to use ExternalInterface to pass values from the swf to the iFrame, anyone ever tried this and had any luck? I won't be able to post any code until tomorrow, will update then if needed.Here is a visualization of what I need to accomplish, perhaps if it can't be done the way I said someone will have a suggestion of another way to accomplish this.
View 2 Replies
Mar 21, 2012
I am using ActionScript 3 to capture image via users webcam in one of my Asp.net Page. Here is the code i am using
package
{
import flash.display.Sprite;
[Code]....
Here the image is saved using file reference, which prompts the user to save. However i want that the image should be sent to asp.net page or server, so that i can get the image and save it to the database
View 1 Replies
Aug 22, 2009
I have a flash file that has an XML driven menuing system to select and play various FLVs. I want to be able to craft different URLs to open the swf and start playing different FLVs. (The others will be accessible from the menu once the sfw is opened, but I am looking to control what plays on opening, dependent on what link a user click.) Not really sure about the best way to get the selection into the swf.
View 4 Replies
Apr 1, 2010
I have a single text input box in a flash form that i would like to show up in a particular area on a separate html page.
View 3 Replies
Aug 5, 2011
I'm trying to take a variable from a php page and send it to flash to then use in a link.I'm having problems just selecting ONE variable from the print function, the code will help explain:
PHP page
<?
print"fbook=facebook";
print"tweet=twitter-test";[code]....
It collects all the data fine but it does not print it out correctly, it prints out all the variables in the php in one link. For example: If i click the facebook icon, i will be taken to http:[url].... This also happens with the other icons (Youtube and Twitter).
View 2 Replies
Sep 15, 2009
So I'm wanting to create a DocumentClass that is willing to accept a variable for a path to an XML file, passed in from the HTML, like thisindex.HTML page would have this: mySWF.swf?xmlPath=xml/xmlFileName.xmlIn the FLA (SWF) I would have only a DocumentClass load a .AS file.In the .AS File I need to accept or read the paramater being passed in from the HTML page.
View 4 Replies
Aug 17, 2009
I have a site that uses an user id that needs to be passed from links with a flash banner. I have it working, but not the way I need it and could use a little assistance.
[Code]...
View 4 Replies
Aug 26, 2011
I'm trying to pass the file name of an image upload PHP script into Flash's UILoader component. So when a user uploads their image, the file name of the file is passed to flash so that the image displays within the Flash UILoader application. Here's the PHP variable I'm trying to pass: $filename= ''; And here's where Flash's UILoader gets it's source (ActionScript 3.0): uiLoader.source = "freshly uploaded file.jpg ($filename)?";
View 1 Replies
Aug 13, 2009
i have the php file transfering the correct data but it is not registering as the variable in swfi have already tested the php file and do Know that it is working correctly
I have tested the swf file - no user works but the variable sent for balance is not setting
$select = "SELECT * FROM `auth` WHERE `username` = '$username'";
$result = mysql_query($select) or die(mysql_error());
//how many rows
[code].....
View 0 Replies
Dec 7, 2009
I am using SWFObject2 and passing in a flashvar to the movie it is loading (preloader.swf). I can retrieve the flashvar in preloader.swf no problem at all.The issue is that I am loading another swf from the preloader.swf (lets call it loaded.swf) and I want to get the variable from preloader.swf into loaded.swf - but for the life of me I just can't work out how to do it.If I try and access the variable from the preloader.swf via loaded.swf I just get compiler errors because the variable I want in preloader.swf doesn't exist in loaded.swf
View 0 Replies
Oct 19, 2011
I've got a question regarding passing a variable from PHP webpage to .swf file placed on that webpage.
Example:
Button on a webpage1.php is loading a frame.swf file.
Frame.swf is loading test.swf into itself using
ActionScript Code:
loadMovie("min est.swf", mc);
Button on second webpage2.php is again loading frame.swf file but this time I would like that frame.swf would load test2.swf into itself using ActionScript Code:
[Code]...
View 2 Replies
Nov 1, 2005
I have integrated a swf into another swf. (Actually it is a menu that I have incorporated in my 'main swf'.) When clicking a button in swf no.1 (the menu) I set:
_global.new_value="1" ;
_root.Application.newfunction();
-and then in swf no.2:
[Code].....
View 5 Replies
Apr 5, 2006
I'm trying to pass a variable from my main swf to another one that's being loaded in a container in the main swf. What I usually do is create that variable in the main swf and have the loaded swf fetch it but in this instance I need the loaded swf to have it's own root.
Code:
container._lockroot = true;
container.loadMovie("main.swf");
[code].....
View 7 Replies
Sep 2, 2006
I am at a loss as to why I can't get the "linkto" variable to pass through past the firstImage() function. here is the code:
Code:
delay = 5000;
//-----------------------
[code].....
View 1 Replies
Oct 25, 2006
i have a "campus map MC" that is an attachedmovie clip linked from the library to a scrollpane on the main timeline. there is a "info balloon MC" in the "campus map" with a "close" button on the info balloon that hides the balloon.
the campus map has buttons over each bldg. on rollover/rollout the "info balloon MC" appears and disappears. if you click the button it 'stays' and the button is disabled so that the rollover/out stop.
button code:
Code:
on (rollOver) {
setProperty(this.bubble,_visible, 100); // info balloon MC nested in the campus map MC
setProperty(this.bubble,_x, 200);
[Code]....
View 1 Replies