PHP only performed by the flash animation

I don't know if it's more a question of php or an actionscript, so I write to two forums about this.

is there a way to make a php script only executable by a flash animation? I came with a very mild form of security, but it is next to nothing that he uses TO transmit a variable between the two. Basically, flash gives the php variable with a value in the sendAndLoad. the php script, then checks the value of this variable first and dies if it is not correct. It's very simple to solve, so I'm looking for something a little more secure. any ideas?

I'm not an expert in security, but two thoughts fast here

1. use amfphp to call your function side server.
2. check the headers if you use POST. Flash sends a header identifies as a flash application. (Can be spoofed, but a regular browser there are not sent).

Tags: Adobe Animate

Similar Questions

  • Stop the Flash animation restart on each page

    Hi Chaps,

    I have a Web site that uses the same flash movie in the header of each page.

    Problem is that the flash animation restarts once the new page is loaded.

    Is it possible to play the movie without having to restart, other than using something like frames or iframe?

    See you soon

    Samuel

    you could disable the AutoPlay option on the pages that you don't want it to play on the charge.

    you could store a cookie that the flash animation will use to determine if we have already seen.

    you could create a flash animation designed for the internal pages that works differently (i.e. does not show an annoying splash mount)

    you could... Use images for internal pages that reproduce the key without flash features

    you could... Remove the flash of your Web site all together if it is not needed

    you could wrap the flash code in an if else statement seeking a session created on the home page, in the which all future seen at the level of the site choose the verision alternative flash

    I don't know that there are more of them

  • disable the flash animation

    Hello! I have an existing flash movie and the video that was included in it has sound, just the flash animation is not touching anything I want just start cutting muted.

    Thank you!

    great! Global zero sound! Thank you very much!

  • CSS menu goes behind the flash animation. Help, please

    Hello;
    I wrote a cf / css dynamic menu. I have 1 question with it. I have a flash movie on the page, and when you hover over the menu drop / nav, the menu goes behind the flash animation and makes the other links in the nav unusable. Is there a script for a code that will make the NAV go over the animation and not behind it?

    I tried a number of things, I figured out it's wmode it's my problem. I have wmode = opaque working in all browsers accept IE 7.0, I tried wmode = transparent, and does not either. Am I missing something? is there something else to do for IE7 that I did not read?

    Here is my code for my movie file:
    < script type = "text/javascript" >
    AC_FL_RunContent ('codebase' ',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7, 0.19, 0', 'wid th', '560', ' height', '154',' src', ' flash/Home-Movie', 'quality', 'up', 'wmode', 'transparent', "pluginspage", "http://www.macromedia.com/go/getflashplayer', 'film', ' flash/Home-Movie' ); end AC code
    < /script > < noscript > < object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase ="" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7, 0,19,0 ' width = "560" height = "154" > "
    < param name = "movie" value = "flash/Home - Movie.swf" >
    < param name = "quality" value = "high" >
    < param name = "wmode" value = "transparent" >
    < param name = "allowscriptaccess" value = "samedomain" >
    "" < embed src = "flash/Home - Movie.swf" quality = "high" wmode = "transparent" allowscriptaccess = "samedomain" pluginspage = " http://www.macromedia.com/go/getflashplayer ' type =" application/x-shockwave-flash"width ="560"height ="154"> < / embed >
    < / object > < / noscript >

    I can't understand why it doesn't work for IE. Can someone help me?

    CFmonger

    Hello

    I don't know if this will help, but my script code contains an if-else statement before the function AC_FL_RunContent. Looks like this...

    If (AC_FL_RunContent == 0) {}
    Alert ("this page requires AC_RunActiveContent.js.");
    } else {}
    AC_FL_RunContent)
    Rest of the code
    )
    }

    And the AC_RunActiveContent.js file is always there when I publish my Flash movie.

    Try adding the above and see what happens?

    The wmode transparent value should work as I've seen it work for other people. Hmmm...

  • 8.1 Windows and IE 11 will not play test the Flash animation

    I am running a fully patched/updated updated copy of 8.1 of Windows and Internet Explorer version 11 (on the desktop)

    If I try to run test movie to http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html , I get the following message:

    Flash.jpg

    I've checked and checked that...

    • Flash Player is enabled
    • ActiveX filtering is disabled
    • Internet Explorer runs the latest version of Flash Player

    Can anyone give me any suggestions as to what I could try to fix this?

    Any help would be appreciated.

    IE11.jpg

    Neil_O wrote:

    Thanks Mike,.

    The context in which it was that we have a web site where we have historically used .swf and .flv movies.  A couple of customers have "complained" that they could not see the movies and, when we have tried on Windows 8.1 IE11, nor could I.  This leads me to the Adobe test page, where I only saw the film of test if I have activated the Caompatbility Mode (as you suggest - thank you).

    Our web site will not make .swqf or .flv movies regardless of the mode of Campatibility.  Next, I suppose, is to see if we can at least restore some features - even if it is 'encouraging' users to enable Compatibility Mode.

    SWF and SWQF even become obsolete.  A year ago I stopped using video and Flash animations and moved to HTML5.

    1. they need any plug-ins. Even with IE11.

    2. they are mobile and Internet accessible from more than half of all traffic is now in mobile phones or tablets (which cannot and do not run Flash), it makes no sense to develop content that is invisible for many viewers.

    Compatibility mode is that only a "band-aid" for an important screws upward to MS. HTML5 eliminates the need for Mode of Comaptibility, eliminating the need for plug-in that they SAMU changes inadvertently disable.

  • Run the Flash animation back automatically, then again - wrap script?

    Hello

    SO, I'm new to scripting. I find it all a little intimidating

    I have a Flash animation that spans about 300 images, then I love to run backward when it has reached the last image, then replay from the beginning and loop here.

    So really before-> end frame->-> loop play again (loop)

    Is there an easy way to this script? I think I can understand the first image, but what would be the last image?

    Thank you!

    Floor

    Just copy this code and paste it into the first frame of your main timeline.  in fact, we we better ensure that there re is not running.  use:

    var executedOnce:Boolean

    {if(!executedOnce)}

    executedOnce = true;

    This.Forward = true;

    this.addEventListener (Event.ENTER_FRAME, playF);

    function playF(e:Event) {}

    {if (this.) Forward)}

    nextFrame();

    {if(this.totalFrames==This.currentFrame)}

    This.Forward = false;

    }

    } else {}

    prevFrame();

    {if(this.currentFrame==1)}

    This.Forward = true;

    }

    }

    }

    }

  • Re: Satellite Pro A100 - cannot download the Flash player to view the flash animations

    Hello

    I have problems trying to download flash player for my laptop.
    It simply doesn't get it. So I can't watch the videos.

    It drives me crazy.
    I don't ' know much about laptops.
    I tried to recover and still no flash player.

    Hello

    I put t know why you cannot download and install the Flash Player, but you must absolutely visit the Adobe Web site:
    http://www.Adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&lang=engl ish

    I downloaded and installed this site flash player and it worked!

  • trigger events based on the current image of the flash animation

    I have a Director with video qt project where are trigger actions based on specific times in the video (movietime and/or duration). I update this project in order to use flash instead of quicktime video.

    To facilitate the development and coding changes minimal if all goes well, I would like to keep this similar functionality, but I can't figure out how to capture the current image of the flash movie sprite.

    Can anyone help? or provide a workaround solution?

    I can't figure out how to capture the current image of the flash movie sprite.

    You were near. Try one of these:

    put sprite("flash").currentFrame
    -- or
    put sprite("flash").frame
    
  • How can I put a link in the flash animation simple adobe?

    I have simple web header animation, wanted to put a link. I tried putting a button and put a simple link, but this script did not work.

    The code must be in the timeline in the same frame as the button target.

    The "_blank" should have quotes around it and should not be attributed to target.  The line should simply be...

    getURL ("http://www.iraepstein.com", "_blank");

    The button must be a movieclip or button symbol and should have its instance name "b3" assigned in the properties panel, where it says "".

    If the button exists in fairer thasn the last image, then there should be this assinged to name to each keyframe in the timeline.

  • The new version of Adobe Flash Player 11.5.502.110 does not display the images in the flash animation.

    In the new version of Adobe Flash Player 11.5.502.110 the images are not displayed. In previous versions, they are displayed. Tested on multiple computers. It is not a local problem. It is a problem for Adobe. The bad news is that the first versions are very hard to find and reinstall.

    Many tested systems. And all browsers.

    scrinshot has now become.jpgscrinshot previously.jpg

    There is now no big picture.

    Example:

    http://www.deluxedecor.ru/blog/dvorec_san_susi_letnjaja_rezidencija_fridrikha_velikogo_rok oko/2012-11-01-12

    http://www.deluxedecor.ru/index/kollekcija_lepniny_barokko_ehrmitazh/0-45

    http://www.deluxedecor.ru/index/karnizy/0-12

    and many others...

    Beta channel of last week (11.5.502.123) includes a correction which should solve this problem.

    More details here:

    http://forums.Adobe.com/message/4863297#4863297

    You can download the beta here: http://www.adobe.com/go/flashplayerbeta

    If you continue to experience the problem after you install the beta version, please let me know.

  • Images of the Flash animation does not

    I have a 'slide show' Flash that allows to select 4 images. It was on one of my sites for more than a year. Today, I changed to a Windows host to a host Linux (same company) and now the images are not displayed. The text that goes in cycles normally images, but the images are not there. I have download the swf calls photos.

    If I run the swf locally, it works fine. Online, no joy. Any ideas?
    Thank you
    Brady

    Worked on it for about 90 minutes. As soon as I posted, I saw the problem.

    My 'images' directory was capitalized. Never caused a problem in Windows... The Images call has failed.

    Moving...

  • Skins to disappear when placed in the Flash animation

    I use procedures for example as described in the book, Adobe Flash CS3 Professional video Studio Techniques. (Chapter i, section 5 specifically). I want to place a Flash movie within an HTML page. I created my video Flash (Action Script 2.0) the two ways (FLV Player with one above assigned FLV & FLV player with a FLV HTML-assigned) as recommended in the book both to learn and see how they work. When I load stand alone in my browser (Firefox) they work fine. When I place the code inside my full HTML page I can get the video to place and play with but the skins do not appear. I see a blank with the bottom bar and no control skins. I had to do a bit of work to get the correct paths for video, but once working I expect the skins to be there, but they are gone.

    * I actually had to work when you use the FLV with a FLV HTML-assigned (wrong way) but FLV Player with this assigned drive FLV still does not work, nor wise since the skin must be integrated within the correct swf file?

    Answered my own question. Using the FLV player with one above assigned FLV the skin.swf must be in the same directory as the calling HTML level.

    I use procedures for example as described in the book, Adobe Flash CS3 Professional video Studio Techniques. (Chapter i, section 5 specifically). I want to place a Flash movie within an HTML page. I created my video Flash (Action Script 2.0) the two ways (FLV Player with one above assigned FLV & FLV player with a FLV HTML-assigned) as recommended in the book both to learn and see how they work. When I load stand alone in my browser (Firefox) they work fine. When I place the code inside my full HTML page I can get the video to place and play with but the skins do not appear. I see a blank with the bottom bar and no control skins. I had to do a bit of work to get the correct paths for video, but once working I expect the skins to be there, but they are gone.

    * I actually had to work when you use the FLV with a FLV HTML-assigned (wrong way) but FLV Player with this assigned drive FLV still does not work, nor wise since the skin must be integrated within the correct swf file?

    Answered my own question. Using the FLV player with one above assigned FLV the skin.swf must be in the same directory as the calling HTML level.

  • Resizing the flash animation

    Hello world

    I made my movie dimensions 1400 x 400, but

    I would like to make size 700 x 200 without

    lose a lot of quality. Also, I want to be able

    for use in a presentation power point, to which

    format I can convert it to add it to the presentation

    Ted.

    Copy and paste the code you used.  Using the same actionscript version uses the swf file that you are trying to load.

  • Kindly can anyone provide info on Flash animations? I'm creating a Web site in Dreamweaver and I intend to use Flash to draw animations to put in the site...?

    I do not know who to choose - whether HTML5 canvas or ActionScript 3.0 - in order to have the animations run smoothly on the browsers (while not giving users to pop-up messages to modernize their plugin to see my animations).

    If not, is there a way that I could use Edge animate to do the job? For example, you could import the flash animations in Edge animate and then import the edge Animation in Dreamweaver?  If I do this, the animations will work without problem most of the time, regardless of the type of plugin users can have?

    Thank you, in advance.

    the decision on whether or not to use html5 is based if you want mobile phones without flash (like ios devices) to 'see' your Web site.

    If you want to use html5, you can use flash or an edge.

  • Flash animation playing so quickly in the slides

    Hi all

    I imported a flash AS3 annimation in captivate 8, but the docs plays faster than expected. Is there anyway I could get it to normal speed when I play in a flash palyer?

    Thanks in advance.

    Default speed in Captivate is 30 fps, check the framerate of your SWF animation, it's probably lower (default value is 24 frames per second). You change the framerate of the Flash animation up to 30 or you lower the framerate in Captivate to the same value as the animation in front of the post. You can find the framerate in Preferences, project, publication settings

Maybe you are looking for

  • Alternative OSes and CMS under Yoga 1051

    Hello worldY at - it an update of the bios under get x 64 activated on 2 1051 compressed yoga uefi or CMS?If this is not the case, can we get the official intel bios updated for baytrail platforms and apply to your product? The current bios prevents

  • When I try to run microsoft difficulty I get: Error Code: 0 x 80040154

    I downloaded Microsoft fix it. Wehn I try to run a fix I get the error Code: 0 x 80040154. How can I fix it?

  • Netflix charge more on Vista

    Hello.  I had looked at Netflix stream through my office several months ago (Vista home premium).  Obviously some download/update or the other DID or didn't have not loaded and now I can't watch netflix streaming more.  The help of Netflix site led m

  • How to disable admin invite you?

    I lived with this long enough, either I disable admin invite him or I'll recycle evry computer in my home and replace it with Apple! Pleaase someone help?

  • How can I get icloud to update the stored network credentials

    Running on a desktop Win7 (@ work). I use iclud to the my cal/contacts of my apple devices baco frutas SNYC to my outlook. already experiecend a question where to change my LAN password, icloud lost sync, hard at it do not update the stored credentia