Generate dynamic flash using other flash app?

Greetings!
I was wondering:
Imagine having a swf or fla with a dynamic textfield.
is it possible to build an application that
1) opens the swf or fla
2) fills in the dynamic textfield
3) regenerates the swf so that in the new swf, the textfield
is filled in.
Is this possible....
if so...how :)

I was testing Ming 0.3 which comes with XAMPP. This does the
trick but it converts all frames to an image. So a "real" swf is
about 230kb, this one is then about +2 mb.
So I'm just looking for a way to open a build .swf-file, put
some data into it and then recompile it to a new .swf-file.

Similar Messages

  • Generate dynamic reports using sql query and send via mail

    Can anyone provide me the links to dynamically generate the sql query based reports and send it to Mail. it should be called from the scheduler program using PL/SQL

    suppose you have the query as
    spool myrep.txt
    select * from emp where rowid<3;
    spool off
    write the query in the emp.sql query at any directory like d:\sqljobs\emp.sql
    the call make a batch file like sndml.bat and write the following codes
    sqlplus scott/tiger@orcl @d:\sqljobs\emp.sql
    explorer mailto:[email protected] d"\sqljobs\myrep.txt
    or if you are using any mailing software then you can use that..

  • GPS Tracking program that continues to track while using other iPhone apps

    Does anyone know of a GPS tracking app for the iPhone 3G that will continue to track while listening to music or answering calls? The few apps I've tried quit logging when you change to another app.

    Thanks - hopefully Apple will address this soon. I'm not willing to hack/jailbreak my phone just to get this functionality.
    One last dig:
    This is the unfortunate reason that I've stayed away from Apple for so long. They make WOW stuff that is pretty and neat to use as long as you stay inside the "box" so to speak. I guess I'll have to take my old blackberry running with me - it can play music AND track your run with GPS. Who would want to do that?

  • Missing EXIF data when using other photo apps besides "Camera"

    I have recently been trying to use the EXIF location and camera info information created with images in the iphone 3GS and noticed that the only image files that have the full EXIF data attached when imported to my computer are the images created using the iPhone native Camera app. I have numerous photo apps that take great photos which when downloaded are missing almost all the EXIF data.
    What is up? Is apple requiring third part apps to strip the data or somehow blocking them from capturing the EXIF location data for download?
    I know many of these apps are using the location data to geotag the images and link to maps.
    Thanks for any info!

    Thanks, I posted it there! Actually I have been searching for some site to officially post a bug report to Adobe, but didn't manage to find it myself...
    Regards
    Peter

  • IOS7 iTunes automatically starting and trumping other music apps

    I'm using an iPhone 5 with Rhapsody 3.5.3 and iOS7.
    I like using iTunes, but I also enjoy using other music apps such as: Rhapsody and Wolfgang's Vault.
    With iOS6 I could use the controls on my external devices to operate the above mentioned apps.  For example with iOS6 I could use the controls my Jam speaker or Bluetooth headphones to skip or go back on a Rhapsody playlist.  Now, with iOS7, when I use the controls on my external devices itunes launches automatically and starts playing. 
    Here an example I encounter every day:
    -  I'll plug my iPhone into the USB/iPod port of my car (2013 Kia with iPod integration)
    -  I'll start a playlist or album on Rhapsody .
    -  The title of the song, artist, and album appear on my radio display.
    -  When I press the, "next button" on my radio a song from iTunes starts.
    In other words, the iTunes app now automatically launches and trumps Rhapsody.
    With iOS6 I was able to control Rhapsody using the controls on my car's radio.
    I would really love to be able to use my radio controls to control Rhapsody again, doing so helps keep me focused on the road because the controls are located on the steering wheel.
    Everytime I try to advance a track on Rhapsody iTunes automatically starts,  it's making me sick, no exaggeration.
    Seriously, I loved Apple until this began occurring.  Is there any way to turn this off?   PLEASE?

    I've continued to research.  As to BMW, the notes to BMW's recent upgrade to the entertainment system say that with iphone a "bug" is that occasionally just starts playing.  I believe this is an apple issue as many posts show similar problem across many cars.  Some are when using hardware and some bluetooth.  I think it's just a problem in how the various auto systems integrate with the phone.  My only cure is to disengage the connectivity of the bluetooth streaming audio on the car's system and reselect it when I want to stream audio. Kind of a pain but at least on the BMW it doesn't disconnected the bluetooth feature of the telephone when I do that. Hopefully this will be cured in future upgrades either to the phone or the software in the car (which is upgradable). But I have the latest version now. Interestingly most people say plays first song. Mine picks up with whatever it was playing before, either song or audio book. 

  • I uninstalled Flash Builder 4.7 using the uninstall app.  I'd like to re-install the app, but Creative Cloud says it's up-to-date, even though it does not exist anymore on my computer.  How can I re-dowload it?

    I uninstalled Flash Builder 4.7 using the uninstall app.  I'd like to re-install the app, but Creative Cloud says it's up-to-date, even though it does not exist anymore on my computer.  How can I re-dowload it?

    CC desktop lists applications as "Up to Date" when not installed
    http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • Inserting Metadata events in a live stream using non-flash client app

    Hi all,
    I wish to insert captions into a live flash video stream.
    I found an example here : http://www.adobe.com/devnet/flashmediaserver/articles/metadata_video_streaming_print.html
    but this example uses a Flash client app wich can invoke something like
    video_nc.call("sendDataEvent",null,inputfield_txt.text);
    How can do this without any Flash client/environment ? (I of course still use an FMS 3.5)
    I would like to use a python (or php...whatever) piece of code to extract caption from VBI in the incoming video stream and insert it in the flash stream.
    Any help / experience appreciated.
    Regards
    Michel

    Well, I'll ask it a different way :
    Is there any documentation on the protocol used between Flash client and FMSI so that I can  "fake" the flash client using php ?
    Is there a way to call sendDataEvent function on the FMSI NOT using a Flash client ?
    Thanks
    Regards

  • Using a swf generated by Flex from a Flash component

    I know you can include and control a swf generated by Flash
    within a Flex component. But can you do the inverse? Can you use a
    swf generated by Flex within a Flash project/component?
    We plan to develop a "core" module that would be used in a
    lot of other Flash and Flex components we'll develop in the future.
    This core would be a package of classes that could be easily
    re-used by the components. There would be nothing visual in it,
    only standard classes.
    Even if this core would not contain any visual components, we
    would like to develop it using Flex since we prefere Flex Builder
    to the Flash editor to code and debug.
    But I'm not sure if:
    1) A core module like this, developped in Flex, could be used
    by our Flash components or only by other Flex components?
    2) If we use Flex to generated this core, will the resulting
    .swf be bigger than if we would have used Flash to develop it?
    Since there will be no Flex visual components in it, maybe it will
    be as small? Is there a compiler parameter to tell Flex to only
    include the minimum things possible in the generated .swf?
    Any help or link about this would be really appreciated!
    Thanks you in advance!
    P.S. I apologize to those aware that this message was also
    posted on another Flex related forum, but I received no reply on
    it!

    try this. for me it has worked.
    import flash.net.URLRequest;
    import flash.utils.Timer;
    var loader:Loader = new Loader();
    var timer:Timer;
    var myclip:MovieClip;
    //load the Flex Component
    loader.load(new URLRequest("IS.swf"));
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    loaderDone);
    addChild(loader);
    function loaderDone(e:Event) {
    timer = new Timer(100);
    timer.addEventListener(TimerEvent.TIMER, handleTimer)
    timer.start();
    function handleTimer(event:TimerEvent):void {
    //cast the loader.content into MovieClip to access
    currentFrame.
    myclip = loader.content as MovieClip;
    if (myclip.currentFrame == 2)
    however, i need to access properties of IS.mxml..
    any data member would work..
    or if i could dispatch an event in IS.mxml and catch it in
    flash through IS.swf, it would work.
    Pls somebody suggest.

  • The people's posted videos no longer work on my ipad  Note: I am using the Facebook app, I am not using safari  Please don't tell me to use adobe flash player, it is not compatible with ipad, but it used to work nevertheless.

    The people's posted videos no longer work on my ipad
    Note: I am using the Facebook app, I am not using safari
    Please don't tell me to use adobe flash player, it is not compatible with ipad, but it used to work nevertheless.

    Facebook videos are still working for me in the Facebook App (using iOS 7.0.6).
    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • HT204350 I have a Mac Book Pro with 10.6.8 and want to back up my files using a flash drive.  It says I did it but when I tried to check on my other Mac - an I Mac with 10.5.8, thedata does not seem to be there.  I cant see photos, etc.

    I have a Mac Book Pro with 10.6.8 and want to back up my files using a flash drive.  It says I did it but when I tried to check on my other Mac - an I Mac with 10.5.8, thedata does not seem to be there.  I cant see photos, etc..  It shows the backup as a file and shows various system info.  but there are no photos or other files shown.
    Thanks for any advise.
    Mike

    A PowerPC Mac, if that's what it is, won't be able to see an Intel Mac's formatted data.  Also ExFat formatting is not supported by 10.6.3 or earlier.  I would try viewing the backup on another Intel Mac with at least 10.6.4.  If it isn't there, then the backup never really took place.  I much profer a hard drive with Carbon Copy Cloner.

  • I use Adobe Flash player version 11.7.700.225 why do my YouTube and other videos keep stopping

    I use Adobe Flash player version 11.7.700.225 which is the latest version.  can anybody tell me why my YouTube and videos stop and I cannot view them I have a macbook pro with retina display late 2012 and I am running OSX 10.8.4. Do I need some other flash to view or what thanks for your time.

    noelenefromashford,
    I'm in the same boat. Safari 6.0.5, stalls, and stops playing video (youtube, vimeo, etc). I tried the same videos with Firefox and they play fine!
    Running 10.8.4 on Mac tower.
    I just switched from an older Macbook Pro 15" with the same OS version and browsers , and never had that issue. What gives?

  • Are there any other flash players that you can use on Safari other than Adobe

    Are there any other flash players that you can use on Safari other than Adobe?

    Not as far as I am aware.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS The latest version, 10.2.152.25 or later, is for Intel Macs only, as Adobe no longer support the PPC platform. Note that the latest Flash Player update only works on YouTube with Safari in 32 bit mode - until YouTube correct this.

  • Flash content (embedded using SWFObject or using other methods) won't print

    All Flash content embedded using SWFObject or using other methods won't print anymore, since version 3.6.4.
    There is a blank square on the printed page instead of the object.
    There was no trouble with previous firefox version.
    I've got the issue with version 3.6.4, 3.6.6 & 3.6.7
    I'm using Adobe flash player version 10,1,53,64 ; I've tried to downgrade to Adobe flash player version 9, I'd got the same issue.
    I've tried from multiple computer and still had the same blank square.
    Thanks for your help !
    == URL of affected sites ==
    http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test.html

    Having the same problem with our flash based design tool. For now we're recommending that our users use IE as it prints the flash objects fine. Would prefer to use Firefox, but that won't be an option until flash objects can be printed again (as they used to be).
    example:
    [http://webblox.libertycable.com/print_fl.asp?partid=202531&checksum=5523020.37&rand=728201062255PM]

  • Use VLC for YouTube and other Flash Player videos. Flash has become very slow and VLC Web Player works perfectly for other video websites.

    I'd like to use VLC Web Player for viewing YouTube videos rather than use Adobe Flash. Adobe Flash is very slow on my other computers and when websites use my VLC Web Player, I have no issues whatsoever. I'm curious if this can be done with Firefox, as I researched it only to find an add-on for Google Chrome only.

    You may be able to disable Flash entirely and just use HTML 5 video codecs to view the videos this is faster but you may lose access to some videos such as ones that have mandatory advertisements.

  • Why can't use adobe flash and witch app can I use to see movies on my ipad2 that requires adobe flash

    Why I can't install adobe flash player when I want to see a movie that requires adobe flash player and what app can I download that does the same that adobe flash player

    madelinefrommoca wrote:
    Why I can't install adobe flash player when I want to see a movie that requires adobe flash player and what app can I download that does the same that adobe flash player
    Because there is no such thing as Flash for iPad

Maybe you are looking for