Grab var from email flash/asp

hey,
got an small flash application that will send all my vars
from flash(8) to
an ASP script for both inserting into a database and also,
emailing a http
result to a remote client machine.
The http email also has a different embeded flash app that
should be looking
for the
value of a hidden field within the html email.
I am using loadvariables in a frame loop until the asp vars
have been loaded
(last var from the asp= true) which is all fine and dandy.!
What i cant get is the value of the hidden field from the
html email brought
into the ASP script which is being called from the embeded
flash app which
supposedly looks for the appropriate ID value from the
database to populate
other values within the flash app'
I hope i have explained this clearly and concisely as
possible so as someone
may know of a solution that i can use or a work around...
Thanks!
R

your my hero dude!
why the hell didn't i think of that........ duh!
CHEERS!!
"blemmo" <[email protected]> wrote in
message
news:ec2ng2$7cg$[email protected]..
> Hi,
>
> so you can't get the hidden value from Flash? Can't help
you with that,
> but
> what about passing the value directly to Flash? You can
add variables
> after the
> filename in the embed and object tags, very much like in
a http GET
> string:
>
> <embed src="movie.swf?hiddenval=secret">
>
> Inside Flash, 'hiddenval' is available just like any
other variable,
> located
> in _level0. See here for more:
>
http://livedocs.macromedia.com/flash/8/main/00001205.html.
>
> This way you don't need to hide the value in the html.
>
> hth,
> blemmo
>

Similar Messages

  • Flash + ASP easy question

    Hello!
    This is my 1st time doing Flash + ASP integration.
    Each time i see a tutorial using this 2, all i see is: Flash
    has dynamic fields with var named the same as the one in ASP. Then
    it sends data to ASP and he returns the var value and it is written
    in that var dynamic field.
    My question is:
    Can i start my vars as Strings (not using those dynamic
    fields), send the data to ASP, ASP returns as i will stay with the
    value inside my 1st var?
    Example:
    var myVar:String = new String();
    loadVariables ("myAsp.asp", "this", POST);
    // if i have a myVar being send from asp i will get here the
    result:
    // myVar = something coming from ASP?
    If someone did not get what i want please tell i will try to
    explain again :p
    Thanks!

    The Flash
    loadVariables
    global function requires the MIME format
    application/x-www-form-urlencoded (a standard format used by CGI
    scripts).
    This is also true of the more current
    LoadVars
    and
    [L=XMLSocket]http://livedocs.macromedia.com/flash/8/main/00002906.html">XML.
    So you may need to create a web server side application that
    exports the XCell data to the above formats.

  • IS possible to extract data from email body using ssis?

    IS possible to extract data from email body using ssis?
    the email come with a display table
    CRISTINA&amp MICROSOFT Forum

    Hi perezco,
    As Piotr said, this can be done through .NET programming in a Script Task or a Script Component. For the code snippet, please refer to the following thread:
    http://forums.asp.net/t/1629654.aspx 
    In addition, there are also third party SSIS components that provide such a functionality such as:
    http://www.cozyroc.com/ssis/receive-mail-task 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • After the Firefox update this week (Sept 7?) links from emails won't open. I get an error message. So I've temporarily set IE as my default browser, and the links work.

    After the Firefox update this week (Sept 7?) links from emails won't open. I get an error message. So I've temporarily set IE as my default browser, and the links work.

    Hi everyone, I have Snow Leopard 10.6.8. I have been very very frustrated by this problem. [I could not create new windows, and anything that opens new windows, such as trying to see what Add-ons you have etc would not work]. I read about changing screen alignment to the top... I have one screen so the option does not exist. The above messages would not fix this problem. I searched hard and did find a solution in the end. I read stuff about removing Add-ons until the problem is fixed, but its simply not the case.
    First of all open Firefox. next go to options: Help --- 'Restart with Add-ons disabled'. Tick the box for add-ons, restart firefox. Next go to Tools --- Add-ons. Next (In the Add-ons Manager' click on 'Plugins' on the left hand side pane. Look for the small blue writing that says 'Check to see if your plugins are up to date'.
    Now notice it should say 'Missing Flash'. "For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version". I followed this, reinstalled Flash and it now works as it always did, no problems. For people where the above fix didn't work, try this one out. Hope it helps people!
    :o)

  • Accessing class var from main timeline

    Hi all! Well I've been working on this for a couple of days
    now and just can't seem to get it to work right...... I'm still
    getting my feet wet with as3 and like it more and more everytime I
    use it.... almost.
    Anyways, here's where I'm running into trouble.
    Here's a dumbed down version of my project with all the other
    usless drivel excluded. Basically what I'm trying to do is declare
    a var and give it a value in my class. Then I want to be able to
    display that value on the stage and use it in the main timeline.
    Seems simple enough....
    I need to be able to pass the var from the class to the main
    timeline for use.... Any help on this would be GREATLY appreciated.
    Thanks.

    kglad, worked like a charm in my short test file... however
    in my real world flash file the class takes a short time to
    actually compute the value of the variable. If I fire the trace
    from the main timeline it will display NaN b/c at the moment it
    fires the value of the var doesn't exist b/c it has yet to be
    calculated......
    I don't really know the best way to delay this... would the
    best way be to somehow add an event listener to listen to the var
    to see when it is assigned a value?.... I'm open to suggestions.
    btw, good catch on the assignment of a string value!!
    Thanks!

  • What is the best way to pass a var from php to a swf to swf

    Hi,
    Whats the best most correct or professional (less chances of error or most efficient) way of sending a var from php to a swf container and then to a swf that is loaded with the loader class from the container???
    Thanks

    Hi Kglad thanks for the answer,
    Yes using AS3, I think I didnt give u enough info though.
    The thing is the php file is actually the index file which has the first swf lets call it conatiner.swf embeded and conatiner.swf then calls the other swf lets call it main.swf by using URLloader. So I dont think I can user URLloader on the index.php file, and I cant put the code in another .php file and call it because I need data from the index.php file specifically.
    Any ideas?
    I know I can use flash vars for the first step of the index.php to container.swf but im trying to avoid it cause im not so familiar with it or embedding and theres two diferent embedding methods im using depending on the site and im probably going to have to change them again later on cause im still having an issue.
    Thanks

  • Flash + ASP + Excel question

    Hello everyone:
    Here is my problem:
    I need to display an .asp file from flash that converts some
    data from an MSSQL Server Database (on the web) to an Excel table.
    The .asp file uses the MIME Code:
    Response.ContentType = "application/vnd.ms-excel"
    This .asp works fine, but when I try to access the file from
    a Flash Application using
    loadVariables("myasp.asp", this);, it does not do anything.
    Is there any other way to access this file from flash?, and
    if there is, what am I doing wrong?
    Thank you in advance
    Gabriel

    The Flash
    loadVariables
    global function requires the MIME format
    application/x-www-form-urlencoded (a standard format used by CGI
    scripts).
    This is also true of the more current
    LoadVars
    and
    [L=XMLSocket]http://livedocs.macromedia.com/flash/8/main/00002906.html">XML.
    So you may need to create a web server side application that
    exports the XCell data to the above formats.

  • I cannot download my pics from my flash drives into Photoshop elements 11.

    I cannot dowmload my pics from my flash drives into Photoshop elements 11. Each time I try it gets to about 15% and then Photoshop crashes. It is not the flash drives as other programmes on my computer open them without a problem. Please help

    Hi Neale,
    That was my first thought as well, I do know that Photoshop sometimes gets a surge of shite to the brain and refuses to download the movie formats.
    However after your mail I went again, through every individual pic/, about 1500 of them and yea, you were right there was one bloody movie file.
    Thanks so much really appreciate your help.
    Regards
    Clive
    Clive Varejes
    Chairman
    Advanced Enzyme Industries (Pty) Ltd
    Flexoresearch Africa
    Roadzyme Africa
    Blue Platinum Holdings
    <http://www.advancedenzymeindustries.com> www.advancedenzymeindustries.com
    Mobile: +27 835 555 555
    Ph:        +2711 453 0090
    Email:    [email protected]
    Email:   [email protected]

  • Grab images from a IP camera

    ---BACKGROUND---
    We have very little experience with programming for the LabView, but good experience with programming in general.
    ---SETUP---
    In one end we have the newest LabView (8?) that is connected to several OPC driven PLSes.
    In the other end we have a piece of custom hardware that grabs images from several analog cameras (surveillance machine)
    We need to send the image from the surveillance machine to the labview
    software as easily as possible. We have access to the sourcecode for
    the surveillance machine to writing a custom protocol to send images is
    no problem, the problem is the labview end.
    My question is if there is a way to make labview connect to a machine
    and download images from it, the exact protocol is no problem since we
    can customize the hardware completly, a llI need is a connection where
    images come streaming to it.
    If not then maybe there is a way to program the labview to do the following;
       Connect to a machine on the internet
    Send commands to the connected machine
    Receives images in a loop until connection is broken
    Hope anyone got any clues as to what I am trying to accomplish here.
    Thanks in advance
    Thomas Leggett
    Programmer for DigiTales

    nyc thanks for your time,
    Here is my code, along with the C# example code from the vendor. 
    FYI the sample code from the vendor did not work on the customers machine either, just showed a black screen. I installed VS2010 Express C#.NET on the machine to test if I could grab images from the vendors example and no joy....didnt work.
    Steven Howell
    Certified LabVIEW Developer
    Certified Professional Instructor
    Systems Developer
    Optimation - Houston
    [email protected]
    Attachments:
    Pelco Test.zip ‏188 KB

  • Upgrading from Adobe Flash Builder 4.5 to Adobe Flash Builder 4.6

    Can anyone share Adobe's upgrade path (with detailed steps) from Adobe Flash Builder 4.5 to Adobe Flash Builder 4.6

    After having done what looked like a proper UN-install of Flash Builder 4.5, I am trying to install the FB 4.6 upgrade. I get:
    A conflicting or prerelease version of Adobe Flash Builder exists on this computer. The conflicting version must be removed before installing from the current media.
    I dont know what this is, so spending an hour on the phone finally got me to Ankush Bangroo <[email protected]> who knew how to fix this.
    download the cleaner tool from the following site and run it, remove the "Adobe Flash Builder" item, then reboot.
    http://www.adobe.com/support/contact/cscleanertool.html
    Now, you can do a proper install of Flash Builder 4.6 from download.

  • How can I transfer a book from my flash drive to my iPad 3jk

    How can I transfer a book from my flash drive to my iPad 3

    Via you computer - the camera connection kit only supports the copying of photos and videos to the Photos app on the iPad, it won't copy other content. Can you not copy it from the drive to your computer and then sync it to the iPad or email it to yourself ?

  • Copying text from emails and Word into a GoLive 9 webpage

    Most of my web work involves copying and pasting text from emails and/or Word onto a page created in GoLive and uploading it to the web. In the past this has never been a problem with previous versions of GoLive. Now with GoLive 9, I constantly get extra characters appearing such as "" where almost every space is located between sentences. Foreign characters often appear as strange symbols whereas they copied over perfectly (French and German-type accents etc) before.
    When I copy something I now have to go to a menu item [type/HTML/paragraph format] to turn "paragraph" off which helps get rid of the extra formatting not wanted (often everything appears in a large bold font, even though it wasn't like this in the original document). Also until I turn off "paragraph" I am unable to align any of the text as it has a mind of its own, regardless of what the webpage is specifying, (ie left alignment, centred etc).
    Is there any way to copy and paste text without having to editor and reformat it - just as one used to do in all previous versions of GoLive?

    That is an interesting idea but is still really a lot of unnecessary mucking around when GoLive 9 should do all this automatically with no fuss at all. I have been using GL since its early PageMill days and never had this problem before.
    I understand what you mean by using a blank page - I might give it a try.
    I found CS2 was getting slower and slower on my PowerPC. I now have an Intel iMac. Sometimes I would go to open a GL file and I could make a cup of tea waiting for it to open (admittedly it was a large file with lots of table cells and photos). Now I can open the same file in a few seconds using GL9. I looked up the Adobe support for 10.5 and it was listed as having issues which wouldn't be resolved. Photoshop Elements 4 was listed the same yet I had had no problems with it. A friend had huge problems with InDesign when he changed to 10.5. I guess it varies from computer to computer.
    Only yesterday my GL9 refused to open and thanks to these forums, we found out that yesterday's Opera browser update was the culprit. Having had such quick success using these forums I thought I would give this annoying copying problem a try and see if there was some setting I could change or something I could do to correct the fault.

  • Flash --- ASP --- Ms Access

    Hi
    i am trying to prepare a Phonebook using Flash, ASP, Ms Access
    i got this from the net
    These are the Codes
    IN Scene 1, Layer 1, Frame 1
    onClipEvent(data)
    strName = Name;
    strAge = Age;
    strPosition = "Record " add String(CurrentRecord+1) add " of " add String(TotalRecords);
    onClipEvent(load)
    CurrentRecord = 0;
    loadVariables ("getdetails.asp?Record=0", this);
    IN Previous Button
    on (release)
    CurrentRecord--;
    if (CurrentRecord == -1)
        CurrentRecord = TotalRecords-1;
    loadVariables ("getdetails.asp?Record=" add String(CurrentRecord), this);
    IN Next Button
    on (release)
    CurrentRecord++;
    if (CurrentRecord == TotalRecords)
        CurrentRecord = 0;
    loadVariables ("getdetails.asp?Record=" add String(CurrentRecord), this);
    when i try to run it show me the Syntax error
    Please anyone help me out

    Create an Empty MovieClip on Stage
    Select the MovieClip and open the AS Panel and do paste the code(Do Not paste in frame but paste it in MovieClip)
    onClipEvent(data)
    strName = Name;
    strAge = Age;
    strPosition = "Record " add String(CurrentRecord+1) add " of " add String(TotalRecords);
    onClipEvent(load)
    CurrentRecord = 0;
    loadVariables ("getdetails.asp?Record=0", this);
    // Create one Next Button inside the MovieClip and paste the script on Button
    on (release)
    CurrentRecord++;
    if (CurrentRecord == TotalRecords)
        CurrentRecord = 0;
    loadVariables ("getdetails.asp?Record=" add String(CurrentRecord), this);
    //Similarly create one Previous buttoninside the movieClip and paste in on button script.
    on (release)
    CurrentRecord--;
        if (CurrentRecord == -1)
        CurrentRecord = TotalRecords-1;
    loadVariables ("getdetails.asp?Record=" add String(CurrentRecord), this);

  • Trying to delete some files from a flash template (.fla file) in flash

    Hi I am trying to delete some files from a flash template I purchased,  when I open the .fla file in flash and go into the library, I would like  to delete the contact box and the mp3 player, when I locate those files  in the library and delete the files, the website no longer opens up (it  will not work when I delete those files from the library) what am I  doing wrong ? please help, I am fairly new to flash.

    Ned - Nice to have guys like your good self giving the advice you do!
    Hope the chap sorts out his mp3 library Problems!
    For my part, I don't want to even try come to terms with FLASH - great as it is.
    If you would like to have the job of making changes for me @  Footballtipping.co.uk/ - let me know. Contact - [email protected]
    You will be rewarded to your liking! -
    Regards all & keep at it!
    Mike Roche

  • Grab frames from mpeg video without framegrabber card?

    i would like to grab images from an mpeg playing on my computer. ideally the video would play in an ActiveX container and my VI would grab an image when it was ready. the application is for testing of computer vision algorithms. you can email me at [email protected] with suggestions. thank you.

    vtruel wrote in message news:<[email protected]>...
    > thanks Evan. but im trying to grab the images for immediate
    > processing by my algorithm. and the image should be only the video,
    > not the entire front panel. is there a way to do this?
    Hi,
    IVision has functions for grabbing frames out of mpeg file (under the
    media file group)and you can process them frame by frame. Get a demo
    version to try out at:
    http://www.hytekautomation.com/Products/IVision.html
    Feel free to ask me any questions regarding the software.
    Irene
    [email protected]

Maybe you are looking for

  • .rserv wants to connect to krymbrjasnof

    I recently had Little Snitch block ".rserv wants to connect to cuojshtbohnt.  Moments ago, I blocked another that said ".rserv wants to connect to krymbrjasnof." I searched my Launch Agent and computer for "rserv" but come up with nothing.  Since I h

  • How to check whether calendar is being used in any of the sap application

    Hello All, We are having few factory calendars. However some of the calendar having valid to year 2010. Can you please let me know how to check whether these calendar is being used in any of the sap application/module kindly reply as early as possibl

  • G/L account  uploading

    How can we enter period field in g/l account uploading?

  • Trusteer add-on does not work having upgraded to Firefox 7.0

    Having upgraded to Firefox 7.0 today, the Trusteer Rapport does not work anymore. Thanks to advise.

  • Kernal Panic & Immediate shutdown

    Hello. I have had my Macbook Pro shut down on me 3 times now. A gray screen appears and a power down button appears in the middle of my screen and in about 5 different languages says something like, "You must shut down the computer". I can't do anyth