Flash and C++ Integration

I was wondering if there is any way to use Flash as a menu
front end through integrateing it with a Game Engine.
The Specific engine we are using is Irrlicht (
http://irrlicht.sourceforge.net/)
which is writen in primarily C++.
Any help would be appreciated.
~Knale

flash communicates with other server technologies by
importing variables (and sending them). If you can get C++ to
output a file that looks like this....
&Variable1=Value&Variable2=Value2&Variable3....
(etc)
Thats if you're not concerned with direct/constant
communication. If you're interested in that, I'd look into either a
socket server, or a flash communication server. (both of these I
know too little about to be of help).

Similar Messages

  • Flash and browser integration

    hi,
    i am trying to find out if there is a way to control the
    window which holds the flash movie through flash, for instance,
    make it scroll up or down, or somehow control the flash movie to
    react the windows position... i have seen it somewhere in an advert
    where oranges are being squashed when the flash banner is scrolled
    up the window... i wish i had the link to give you an example..
    anyway, any help will be apreciated.
    thanks.

    you can use javascript to control the browser window and you
    can use the externalinterface class to communicate between flash
    and javascript.

  • Flash and TAPI integration

    is it possible to integrate flash with TAPI if so what would
    i need.
    The Telephony Application Programming Interface (TAPI) is a
    Microsoft Windows API, which provides computer telephony
    integration and enables PCs running Microsoft Windows to use
    telephone services
    thanks
    w1357

    I believe the security limits of Flash for file upload are
    the same as html. A script cannot specify a file on the user's
    machine unless the user has selected the file through a form or
    Flash FileReference class.

  • Cfform (flash) and javascript integration

    I've been searching and shooting in the dark for 2 days and
    can't get this to work...
    I need to have my flash form button execute a javascript,
    return the value to the form and then I need the form to submit and
    take advantage of cfform's validation.
    So far, I get the javascript to change the value of the form
    field without submitting the form, but when I add the submit line,
    the form submits before the javascript returns the changes.
    Here is my sample:
    <script language="JavaScript" type="text/javascript">
    function changeSomething(x,z1,z2)
    var z3 = "window.document."+z1+ ".SetVariable";
    if (x != "ABCDEFG")
    eval(z3+"(z2+'.text', 'INVALID Name')");
    </script>
    <cfsaveContent variable="prevalidateIt">
    getURL("javascript:changeSomethig('"+name.text+"','Step1','name')");
    submitForm();
    </cfsavecontent>
    <cfform method="post" name="Step1" preloader="no"
    format="flash" width="960">
    <cfformgroup type="panel" label="Step 1" visible="yes"
    enabled="yes">
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfformgroup type="hbox" width="200" visible="yes"
    enabled="yes">
    <cfinput type="text" name="name" size="12" maxlength="11"
    width="12" label="name" validateat="onSubmit" validate="maxlength"
    required="yes" />
    </cfformgroup>
    </cfformgroup>
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfinput type="button" name="Submit" value="Submit"
    onclick="#prevalidateIt#" />
    </cfformgroup>
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfinput name="Reset" type="reset" id="Reset"
    value="Reset" />
    </cfformgroup>
    </cfformgroup>
    </cfformgroup>
    </cfform>
    My javascript is of course way more complicated than this one
    and goes through several steps of validation of the form field. It
    will ultimately be used on multiple fields in the form.
    Has anybody else tried to do something similar.
    Thanks!

    I ran your code. It appears to work as expected. The only
    major change is that I corrected the typo
    javascript:changeSomethi
    ng.
    <script type="text/javascript">
    function changeSomething(x,z1,z2)
    var z3 = "window.document."+z1+ ".SetVariable";
    if (x != "ABCDEFG")
    eval(z3+"(z2+'.text', 'INVALID Name')");
    </script>
    <cfsaveContent variable="prevalidateIt">
    getURL("javascript:changeSomething('"+name.text+"','Step1','name')");
    submitForm();
    </cfsavecontent>
    <cfform method="post" action="#cgi.script_name#"
    name="Step1" preloader="no" format="flash" width="960">
    <cfformgroup type="panel" label="Step 1" visible="yes"
    enabled="yes">
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfformgroup type="hbox" width="200" visible="yes"
    enabled="yes">
    <cfinput type="text" name="name" size="12" maxlength="11"
    width="12" label="name" validateat="onSubmit" validate="maxlength"
    required="yes" />
    </cfformgroup>
    </cfformgroup>
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfinput type="button" name="Submit" value="Submit"
    onclick="#prevalidateIt#" />
    </cfformgroup>
    <cfformgroup type="hbox" visible="yes" enabled="yes">
    <cfinput name="Reset" type="reset" id="Reset"
    value="Reset" />
    </cfformgroup>
    </cfformgroup>
    </cfformgroup>
    </cfform>

  • Flash and FTP integration

    Morning fellow developers,
    I'm working on a new site and we were going to dev an ind.
    FTP program, but after some more consideration, we came across the
    cross-browser and OS compatibility. We want to be able to upload
    over 100+ files (if needed) to a server along with desc + keywords.
    I see that Flash 8 has the neccessary tools to handle file
    uploading, but my question is, can we have it act as a Stand alone
    FTP program so that we can utilize the fastest user upload, or will
    we be confined to the settings in the server INI settings.. IE
    MAX_UPLOAD_TIME, MAX_FILESIZE, etc...
    If possible we want to avoid using the HTTP upload as it is
    noticeably slower. So if we can use flash to utilize user BW to
    upload, then that would be ideal.
    Any foresight is of course appreciated it. Just doing some
    research right now.
    Thanks for taking the time to read.
    zer0efx

    I believe the security limits of Flash for file upload are
    the same as html. A script cannot specify a file on the user's
    machine unless the user has selected the file through a form or
    Flash FileReference class.

  • Flex or Flash and SAP integration

    Hello All,
         I am in a requirement in which i need to connect to SAP server and fetch data from it and display back in Flex builder. I am a bit familiar with Flash Island intro but not much. So my question is what are the possible way we can fetch data from SAP and display the same in Flex builder like generally we fetch data in XML format and display the same. i know a bit about iframe but have zero knowledge bout how to use.
       So do you know if there is a better format of data we can fetch data and display the same in flex builder or flash island.
       What are the possible format we can fetch data from SAP and process data in flex builder.
    Cheers
    Mani

    1. Flex can read only XML.
    Do you mean we need to fetch data from SAP in XML format and we are ready to go with Flex builder or Flash Island. does it mean there is no any other format in which we can fetch data from SAP and process same in Flex builder.
    3. Create Web service of the same ejb and deploy the same on WEB Application Server.
    I dont know how to proceed with this way do you mean to write some code in EJV to fetch data from SAP using BAPIs or RFC and where to save data.
    it will be very helpfull if you can provide some practical example.
    thanks a lot
    Mani

  • Flash and SCORM

    Dear Sirs,
    I have a general query about SCORM and FLASH. If anyone can
    help me here then I would really appreciate it. An upcoming project
    at our organisation is a proposed full suite of e-learning modules,
    developed in Flash and then integrated into an LMS.
    At present, this project is at the discussion phase as a
    couple of our developers have proposed this in the past. But what
    exactly do we mean by having a SCORM complaint e-learning module on
    a Learning management system?
    Does this mean that we would have a series of Flash movies
    embedded in HTML files that contain interactive quizzes built with
    actionscript and that when used by someone online, communicate the
    results of these quizzes to the LMS on the server so that we can
    see how many people have done the quizzes or does this just mean
    that the LMS would just track how many people have actually gone
    through the e-learning modules just to have a look?
    What are the full implications/advantages of using flash
    SCORM compliant movies on an LMS? Do the flash movies have to be
    developed, exported in a particular way.
    I am assuming that this LMS consists of a software
    application on a server that can be managed by an administrator
    online?
    I am sorry for all these questions but at our company we had
    a series of meeting about a proposed e-learning system and I
    remembered that we had a couple of flash developers who used to
    work for use a while back and one of them mentioned using flash
    with SCORM but like I said the discussions about this matter are at
    the embryonic stage.
    I look forward to hearing from you.
    Regards
    Keith
    [email protected]

    I'm sorry that I do not have an answer to your issue, but I
    am interested on how you have created the wrapper. I am trying to
    figure out how to load my captivate movies onto my SCORM 1.2
    compliant LMS and I am a bit stumped. Can you share what you did?
    Thanks, Fbudd

  • Advice on integrating Flash and HTML

    I have googled and researched this topic on the web.
    Integrating Flash and HTML seems like a popular topic but much of
    the information is dated (using FS commands or solutions based on
    2000-2004 coding and/or hacks) I am using Flash CS3 and Dreamweaver
    CS3. I can use Actionscript 2 or Actionscript 3. Here is my goal
    I want to use a Flash navigation in the top third of my page
    and have it control and load new HTML pages in the bottom two
    thirds of the page. Some of these html pages use SPRY code but most
    are simple HTML pages. I prefer Flash over CSS because I have more
    control and predictability. What I have found so far is three
    different solutions.
    1.HTML Framesets. This seems like a really good idea but I
    thought using framesets was a fading technique and should be
    avoided. Is this true?
    2. Using the ExternalInterface class to communicate between
    Javascript and Actionscript. This also seemed like a good idea but
    it is not clear to me how to implement. Do I combine this with
    innerHTML or some type of AJAX technique.
    3. Keep everything in Flash and load different swfs into main
    Flash page. I like this idea the best and it would work for most
    pages but I still like html pages when there is alot of text or I
    want to use SPRY techniques.
    When I have posted elsewhere I get references to articles
    telling me why Flash is bad or framesets are bad or innerHTML is
    not standard HTML. The only thing I am sure about is that most
    people are pretty passionate about defending their own way of doing
    things. I am hoping someone can provide some solid information
    about what is possible and how to implement a solution.

    It works when you put it online... :)1

  • Illustrator and Photoshop integration

    Can anyone tell me if Flash works with integration of older
    versions of Photoshop and Illustrator. I've read about new
    integration tools and wonder if the new tools only work with CS3
    versions of other Adobe software.
    Thanks!

    Illustrator's true integration is that it allows for making
    symbols, just like you would in flash. This is illustrator-centric,
    so you'd lose that. You can still import .ai files though.
    Photoshop's integration is nice with the layers, but
    honestly, you could do all this before with .psd -> quicktime.
    .png's behave better.
    No idea about after effects 7.

  • Flash and Web 2.0; discuss...

    I"ve been designing in Flash since version 2, and taught it
    for six years. I've been out of the loop for a little while now in
    as far as trends, but still developing flash sites, and forwarding
    my AS and general flash knowledge:
    www.tastemediagroup.com.au
    www.starrweddings.com
    By example.
    I've recently been chatting with a friend who has moved over
    to developing purely in CSS. Like completely back to hard coding.
    His sites are versatile and much more searchable and indeed seem
    more useful. I like to put my content into live loading folders but
    this effectively hides the words and pics from the search engines.
    I'm finding no one is visiting my sites. I can't help thinking the
    lack of searchability is an issue.
    Can we talk about how flash might be integrated with this
    wave of design and perhaps if flash is to be relegated back to
    'frilly bits' on predominantly coded sites.

    If your talking about using CSS in Flash, it was available in
    the previous
    version.
    http://www.kirupa.com/developer/mx2004/css.htm
    http://www.actionscript.org/resources/articles/55/1/CSS-in-Flash-MX-2004/Page1.html
    What does this topic have to do with "Web 2.0"?
    http://en.wikipedia.org/wiki/Web_2.0
    Dan Mode
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "Blackcee" <[email protected]> wrote in
    message
    news:eibslp$ekd$[email protected]..
    > I"ve been designing in Flash since version 2, and taught
    it for six years.
    > I've
    > been out of the loop for a little while now in as far as
    trends, but still
    > developing flash sites, and forwarding my AS and general
    flash knowledge:
    >
    > www.tastemediagroup.com.au
    > www.starrweddings.com
    >
    > By example.
    >
    > I've recently been chatting with a friend who has moved
    over to developing
    > purely in CSS. Like completely back to hard coding. His
    sites are
    > versatile and
    > much more searchable and indeed seem more useful. I like
    to put my content
    > into
    > live loading folders but this effectively hides the
    words and pics from
    > the
    > search engines. I'm finding no one is visiting my sites.
    I can't help
    > thinking
    > the lack of searchability is an issue.
    >
    > Can we talk about how flash might be integrated with
    this wave of design
    > and
    > perhaps if flash is to be relegated back to 'frilly
    bits' on predominantly
    > coded sites.
    >

  • Iis, Flash and Access how ?

    Hi, I want to connect my Flash form to Access. I have set
    both up. To test my asp file I have to send it to iis, however I
    dont have iss. Is it a big deal to install with configuration just
    to test my form and Access integration, or is there some other
    Server I can use ?
    Thanks,
    Paul

    The primary problem you might have is with users using hendheld devices such as iPhones and iPads which do not support the Flash player - and on into the future where Flash player support for mobile devices is likely to end altogether.  In cases such as these you will need to provide player detection and alternative content when no player is detected.

  • My MacBook was acting weird so I restarted it and when I login a white screen flashes and goes back to the login page. Help?

    My MacBook was acting weird like sometimes I would log on and I wouldn't be able to type my password for a couple seconds,but it usually logged in after that. Then I left my computer open after installing the recent update after that all my applications were not responding. So I shut it down, when I turned it back on about an hour later it went to this loading screen and then to the login like usual. After I tried logging in a white screen flashed and it went back to the login/ password screen like nothing happened. Any ideas on what happened and what I can do to fix it?

    Reinstall OS X;
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Adobe 'fixes' for Flash and Dreamweaver

    According to what I've been reading, Adobe added fixes to
    Dreamweaver 8.02 to deal with the Active Content problem created by
    Microsoft when Flash animations are embedded in web pages. Since I
    have an earlier version of Dreamweaver and Flash and am having
    problems like everyone else with that issue, would some 8.02 user
    kindly inform me if this is indeed the case, and what does one do
    in the new version to ensure Flash active content runs as intended?
    Is it something that one must still manually add to the code in an
    .html file, is the correction added automatically, is there an icon
    to press....just how is the new feature/fix used and incorporated?
    I'd like to know before considering an update. Thank
    you..............frank

    http://www.adobe.com/support/dreamweaver/downloads_updaters.html#dw8
    Basically after you update if you add a flash file you get
    this code added to the html file:
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    and that folder (Scripts) and (fileAC_RunActiveContent.js)
    are automatically created with your project. When you import a swf
    file the code that is automatically generated is also updated with
    a snippet of code to fix the AC issue:
    <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','404','height','368','src','~movies','quality','high','pluginspage','http://www.macrom edia.com/go/getflashplayer','movie','~movies'
    ); //end AC code
    </script><noscript>
    You dont really have to do anything other then remember to
    upload the scripts folder to your server when you publish.

  • I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    I've installed CS6 and web Premium on a Mac running 10.9.5, and Dreamweaver,Flash and Illustrator wont launch.  All other components work normally.  In Activity monitor it says Adobe switchboard failed to respond.  Can anyone help solve this issue?

    Release: 4/25/2012
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx

  • Flash and Fireworks combination

    Macromedia MX: I am working on an image in Fireworks and
    would like to incorporate a flash movie into this image so that I
    can put it into Dreamweaver for my website. A quick example of the
    image is a square inside a square (kinda like a TV set). Is there a
    way to layer the Flash movie into the Fireworks image so that the
    Flash movie plays inside the inner square but is not visible on the
    outer square? (since it would overlap somewhat) Would I import the
    image from Fireworks to Flash and work on it there, or import the
    Fireworks image into Dreamweaver and insert the Flash movie there?
    I am not sure how to go about this task. Thanks for any
    suggestions.

    P-C-Surgeonz;
    You can't "layer"a flash swf into an image, but you can
    "insert" the
    image and flash into your html separately using
    dreamweaver--but IMO
    importing the png fireworks png into flash, and just
    embedding the flash is
    easier. -Tom Unger

Maybe you are looking for

  • Retrieve Java Employee Selection for use in ABAP

    Hi Experts I have a case where I need to retrieve the PERNR from the Java Employee Selection iView for use within an ABAP WD iview. I'm assuming that this can be handled from FPM... Could someone help me in the right direction to get this done? Thank

  • Need guidance of ESA C680 and M680

    Hi All, I am totally new for Cisco Ironport and due to some needs of present scenario I am engage to implement Cisco Email Security Appliance C680 as cluster with M680 for centralize management of ESA.  Could you please help me out to understand the

  • How to retrieve the current User using PL_/SQL code?

    Hi, How can find the current logged user within a Dynamic Page using PL/SQL code? Thanks.

  • Each window remain in the view it was last set to?

    In Mac OS X, if I change the view of a window, from, say, list view to icon view, and then close the window and open another window that I always keep in list view, I notice that it too, has changed to icon view. This is annoying. Is there a way to s

  • Creation of Custom Templates Premiere 4.0/Photoshop Elements 6.0

    Premiere Elements 4.0 user manual says: "You can also create custom templates in Adobe Photoshop Elements, and add them to the Adobe Premiere Elements template choices." When I open an exiting template in Photoshop 6.0, layer sets are locked so the o