Enlarging text in XSPF player w/Flash CS5

I took a class in Flash way back when it first came out. I haven't used it since then until I recently got the CS5 version for a specific task. I'm revising a small site which includes articles about musicians and sound clips of their work. The mp3 player I'm using is the open-source XSPF Player. It has a clean minimal look that fits my page design. The only problem is the text size inside the player that shows the artist name, song title, etc. It's way too small. I contacted one of the people who has released a modified version of this player, and he said yes it would be no problem to modify the .swf file to display the text differently. However, when I open the player with Flash, the tools are grayed out. I explored all the options on the menus and panels without finding a way to get at the insides of this player. I've two options here: 1-Get specific advice from one of you who has used Flash more than I have, or 2-Get advice about the location a good tutorial. I tried Googling the info I need but didn't get useful results. Any tips? Here's a page where I've implemented the player ...
http://www.keithpurtell.com/kthings/fripp.htm

Never can tell when a question will be answered in this forum and when it will be ignored.
Anyway...
More research has yielded the likely answer, for the benefit of anyone else trying to do the same thing I'm doing and searches here.
To get inside a .swf file and change it with Flash CS5, the file must be converted to its previous .fla version. There are a wide variety of swf-to-fla converters available, some commercially and some for free. Use Google to find them. Good luck!

Similar Messages

  • Flash Builder Standalone player opens Flash CS5

    Hi I have just upgraded to Flash Builder 4, and I'm running it on MAC  OSX 10.6.4. I am trying to run my projects in the standalone Flash  Player, and everytime I try to run my project Flash Builder opens Flash  CS5. I have previoulsy used Flex Builder 3, and never had this issue.  Can somone help me out with this issue?

    Hi,
    Flash Builder simply tells the OS to launch the SWF when generate HTML wrapper is off.
    Go to Finder, right click a swf file, choose "Get Info".
    Say open with, point to a standalone Flash Player and choose "Change All".
    Note: We understand this is not an ideal experience - see this post for more details: http://forums.adobe.com/message/2909868#2909868
    Thanks,
    Anirudh

  • Updating Flash CS5 Built-In Player, Flex SDK 4.1

    QUESTION 1:
    I'm trying to update the built-in player of Flash CS5 to the latest 10.1.53.64 version.
    I've downloaded and replaced the "Players" folder from this link:  http://www.adobe.ca/support/flashplayer/downloads.html. However, when i trace which version Flash CS5 uses when launching from the built-in player, it displays "MAC 10,1,52,14".  How can i update this?!
    QUESTION 2:
    what is the proper way to update the Flex SDK for Flash CS5?  after installing the software, i see it's using Flex 4.0, but i want to update it to the current version 4.1.  the default install includes $(AppConfig)/ActionScript 3.0/libs/11.0/textLayout.swc, but i removed that and simply placed the Flex 4.1 version of textLayout.swc in the $(AppConfig)/ActionScript 3.0/libs folder, but how can i perminantly remove the reference to $(AppConfig)/ActionScript 3.0/libs/11.0/textLayout.swc? 
    i've search for information on updating libraries, .swc files, etc. for Flash but it's not clear.  links containing clear, up-to-date instructions on how to properly update Flash CS5 would be greatly appreciated.

    If I had to summarize my problem in ten words :
    With Flex 4.5 SDK and AIR 2.6 SDK I can stream dynamic http in the VideoPlayer element, but it won't play on a Samsung TV.
    With Flex 4.1 SDK and AIR 2.6 SDK I can launch the app on a Samsung TV, but the VideoPlayer element won't play any dynamic http stream.
    I assume this problem comes from OSMF because it is the library supposedly handling the dynamic streaming. I just can't make it work within Flex 4.1 :
    If I delete the native osmf.swc and remove it from the Flex Build Path properties, Flash Builder won't compile, claiming there is an error, even if I add other more recent osmf.swc.
    If I don't delete it and still add another one, either I get a conflict error or a "not found" error. either way it won't compile.

  • Update the Player Flash CS5 Uses (In Test Movie)

    So Flash CS5 came with a beta version of Flash Player 10.1.
    Now that the official release of Flash Player 10.1 is released, how do I update what Flash CS5 uses when I Test Movie?
    I have so far updated the Flash Player in my browser and my standalone players but I can't seem to figure out how to update the Player that Flash CS5 uses.
    This wouldn't be so bad if the beta of 10.1 wasn't breaking my project because of bugs.
    Any help appreciated.

    More bumps, there has to be a way to do this.  Adobe wouldn't cement in a beta verison of Flash Player into Flash CS5 would they?

  • SQLite Database and TLF Text in Flash CS5

    I encountered the following problem when working with the built-in sqlite database and using TLF TextFields in Flash CS5
    When I tried to use TLF TextFields alone, I don't face any probelem,
    but when I start using a database connectivity code, the TLF TextFields placed on the stage are not shown, but instead, the SWF file is showing the built-in preloader with five dots looping.
    I tried changing the default Linkage in ActionScript 3 Settings to Merge Mode, but in this case nothing is shown, not the textfields, neither the preloader.
    I think the problem is related to loading the TLF Text Engine, but I couldn't figure out what to do.
    The following is my code placed in first frame:
    ==========================================
    import flash.data.SQLConnection;
    import flash.events.SQLErrorEvent;
    import flash.events.SQLEvent;
    import flash.filesystem.File;
    var conn:SQLConnection = new SQLConnection();
    conn.addEventListener(SQLEvent.OPEN, openHandler);
    conn.addEventListener(SQLErrorEvent.ERROR, errorHandler);
    // The database file is in the application directory
    var folder:File = File.applicationDirectory;
    var dbFile:File = folder.resolvePath("DBSample.db");
    conn.openAsync(dbFile);
    function openHandler(event:SQLEvent):void
        trace("the database was created successfully");
    function errorHandler(event:SQLErrorEvent):void
        trace("Error message:", event.error.message);
        trace("Details:", event.error.details);
    stop();
    ==========================================
    and I am using one TLF TextField on the stage for later use.
    Publish Settings>> Player: AIR 2.6
    and not to forget, when I test the file using Contol Panel >> Test in Air Debug Launcher (Desktop), the file is working correctly.
    but when I open the generated SWF file, the problem appears.
    I hope that I find some help
    Thanks.

    http://www.flashandmath.com/flashcs5/rsltip/

  • MP3 Player in AS3 Flash CS5 with autoresume feature?

    I created a web site with an MP3 player on several of the pages. I created the player using AS3 in Flash CS5 Professional. It has a volume slider on it that I set the initial value to 2. It music that is loaded is identified in an XML file. If the user changes the volume, pauses or stops the music, I want to use autoresume (or something equivalent) to make sure the player continues in the same status across pages.The player is embeded on the pages using SWFObject.
    I have searched for several days on the web trying to find a solution and have not found one. I don't know if there is something I need to do in AS3, in Flash, on my pages or if it can be handled in PHP or XML. Does anyone know a good approach?

    Thank you for your help. I put the code in and it works except for one thing, the position of the slider does not change when I bring the player up the second time, it is always set to the default position. I do not know what value to store and reset for the slider position.
    I have three different books that I have searched and I have searched on the Internet but cannot find the answer. I have pasted the Action Script below. I hope you can help me. In the meantime, I will continue to look more myself. Thank you again.
    import flash.display.DisplayObject;
    import fl.events.SliderEvent;
    import flash.media.SoundTransform;
    import flash.net.SharedObject;
    // rewind and fast forward rate
    const SEARCH_RATE:int = 3000;
    // XML file that holds reference to the mp3 files and used to load the tracks
    const XML_FILE:String = "tracks.xml";
    const FORWARD:String = "forward";
    const BACKWARD:String = "backward";
    var playDirection:String;
    var index:Number = 0;
    var trackPos:Number = 0;
    var trackOn:Boolean = false;
    var trackXML:XML;
    var trackList:XMLList;
    var urlRequest:URLRequest;
    var urlLoader:URLLoader;
    var track:Sound = new Sound  ;
    var newTrack:Sound;
    var newUrlRequest:URLRequest;
    var chan:SoundChannel = new SoundChannel  ;
    var context:SoundLoaderContext = new SoundLoaderContext(7000,false);
    var trackTimer:Timer = new Timer(200);
    var trans:SoundTransform;
    var mySO:SharedObject = SharedObject.getLocal("MP3Vol");
    var currVol:Number = mySO.data.MP3CurrVol;
    if (!mySO.data.MP3CurrVol) {
        currVol = .2;
    // create a new URLRequest object and use to reference the XML file
    urlRequest = new URLRequest(XML_FILE);
    // create a new URLLoader object to load the XML file
    urlLoader = new URLLoader(urlRequest);
    urlLoader.addEventListener(Event.COMPLETE, onceLoaded);
    urlLoader.load(urlRequest);
    //listener for the volume slider;
    volSlide.addEventListener(SliderEvent.CHANGE, volumeChange);
    function onceLoaded(e:Event):void
        trackXML = new XML(e.target.data);
        trackList = trackXML.track;
        urlRequest = new URLRequest(trackList[index].path);
        trans = new SoundTransform(currVol);
        track.addEventListener(Event.COMPLETE, trackCompleteHandler);
        track.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
        track.load(urlRequest, context);
        chan = track.play(trackPos);
        chan.soundTransform = trans;
        chan.addEventListener(Event.SOUND_COMPLETE, playNext);
    function trackCompleteHandler(e:Event):void
        trackOn = true;
        title_txt.text = trackList[index].title;
        performer_txt.text = trackList[index].performer;
        e.target.removeEventListener(Event.COMPLETE, trackCompleteHandler);
        e.target.removeEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
    function trackProgressHandler(pe:ProgressEvent):void
        var percent:int = (pe.target.bytesLoaded / pe.target.bytesTotal) * 100;
        performer_txt.text = "Loading...";
        title_txt.text = percent + "%";
    play_mc.addEventListener(MouseEvent.CLICK, playTrack);
    stop_mc.addEventListener(MouseEvent.CLICK, stopTrack);
    next_mc.addEventListener(MouseEvent.CLICK, nextTrack);
    prev_mc.addEventListener(MouseEvent.CLICK, prevTrack);
    pause_mc.addEventListener(MouseEvent.CLICK, pauseTrack);
    ffwrd_mc.addEventListener(MouseEvent.CLICK, ffwrdTrack);
    rewind_mc.addEventListener(MouseEvent.CLICK, rwndTrack);
    function playTrack(e:MouseEvent):void
        trackTimer.stop();
        if (! trackOn)
            newUrlRequest = new URLRequest(trackXML.track[index].path);
            newTrack = new Sound  ;
            newTrack.addEventListener(Event.COMPLETE, trackCompleteHandler);
            newTrack.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
            newTrack.load(newUrlRequest, context);
            chan = newTrack.play(trackPos);
            chan.soundTransform = trans;
            chan.addEventListener(Event.SOUND_COMPLETE, playNext);
            play_mc.removeEventListener(MouseEvent.CLICK, playTrack);
    function stopTrack(e:MouseEvent):void
        trackTimer.stop();
        if (trackOn)
            chan.stop();
            trackOn = false;
            play_mc.visible = true;
            play_mc.addEventListener(MouseEvent.CLICK, playTrack);
        trackPos = 0;
    function nextTrack(e:MouseEvent):void
        if (index < trackList.length() - 1)
            index++;
        else
            index = 0;
        trackPos = 0;
        chan.stop();
        newUrlRequest = new URLRequest(trackList[index].path);
        newTrack = new Sound  ;
        newTrack.addEventListener(Event.COMPLETE, trackCompleteHandler);
        newTrack.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
        newTrack.load(newUrlRequest, context);
        chan = newTrack.play(trackPos);
        chan.soundTransform = trans;
        chan.addEventListener(Event.SOUND_COMPLETE, playNext);
        track = newTrack;
    function prevTrack(e:MouseEvent):void
        if (index > 0)
            index--;
        else
            index = trackList.length() - 1;
        trackPos = 0;
        chan.stop();
        newUrlRequest = new URLRequest(trackList[index].path);
        newTrack = new Sound  ;
        newTrack.addEventListener(Event.COMPLETE, trackCompleteHandler);
        newTrack.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
        newTrack.load(newUrlRequest, context);
        chan = newTrack.play(trackPos);
        chan.soundTransform = trans;
        chan.addEventListener(Event.SOUND_COMPLETE, playNext);
        track = newTrack;
    function pauseTrack(e:MouseEvent):void
        if (trackOn)
            trackPos = chan.position;
            chan.stop();
            play_mc.visible = true;
            play_mc.addEventListener(MouseEvent.CLICK, playTrack);
            trackOn = false;
    function ffwrdTrack(e:MouseEvent):void
        if (trackOn)
            playDirection = FORWARD;
            trackTimer.addEventListener(TimerEvent.TIMER, trackSearch);
            trackTimer.start();
    function rwndTrack(e:MouseEvent):void
        if (trackOn)
            playDirection = BACKWARD;
            trackTimer.addEventListener(TimerEvent.TIMER, trackSearch);
            trackTimer.start();
    function trackSearch(te:TimerEvent):void
        trackPos = chan.position;
        chan.stop();
        chan.removeEventListener(Event.SOUND_COMPLETE, playNext);
        if (playDirection == FORWARD)
            if (trackPos + SEARCH_RATE < track.length)
                trackPos +=  SEARCH_RATE;
                chan = track.play(trackPos);
                chan.soundTransform = trans;
                chan.addEventListener(Event.SOUND_COMPLETE, playNext);
            else
                if (index < trackList.length() - 1)
                    index++;
                else
                    trackPos = 0;
                    chan.stop();
                    newUrlRequest = new URLRequest(trackList[index].path);
                    newTrack = new Sound  ;
                    newTrack.addEventListener(Event.COMPLETE, trackCompleteHandler);
                    newTrack.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
                    newTrack.load(newUrlRequest, context);
                    chan = newTrack.play(trackPos);
                    chan.soundTransform = trans;
                    chan.addEventListener(Event.SOUND_COMPLETE, playNext);
                    track = newTrack;
                    te.target.stop();
                    te.target.removeEventListener(TimerEvent.TIMER, trackSearch);
        else if (playDirection == BACKWARD)
            if (trackPos - SEARCH_RATE > 0)
                trackPos -=  SEARCH_RATE;
                chan = track.play(trackPos);
                chan.soundTransform = trans;
                chan.addEventListener(Event.SOUND_COMPLETE, playNext);
            else
                if (index > 0)
                    index--;
                else
                    index = trackList.length() - 1;
                trackPos = 0;
                chan.stop();
                newUrlRequest = new URLRequest(trackList[index].path);
                newTrack = new Sound  ;
                newTrack.addEventListener(Event.COMPLETE, trackCompleteHandler);
                newTrack.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
                newTrack.load(newUrlRequest, context);
                chan = newTrack.play(trackPos);
                chan.soundTransform = trans;
                chan.addEventListener(Event.SOUND_COMPLETE, playNext);
                track = newTrack;
                te.target.stop();
                te.target.removeEventListener(TimerEvent.TIMER, trackSearch);
    function playNext(e:Event):void
        if (index < trackList.length() - 1)
            index++;
        else
            index = 0;
        trackPos = 0;
        chan.stop();
        chan.removeEventListener(Event.SOUND_COMPLETE, playNext);
        newUrlRequest = new URLRequest(trackList[index].path);
        newTrack = new Sound  ;
        newTrack.addEventListener(Event.COMPLETE, trackCompleteHandler);
        newTrack.addEventListener(ProgressEvent.PROGRESS, trackProgressHandler);
        newTrack.load(newUrlRequest, context);
        chan = newTrack.play(trackPos);
        chan.soundTransform = trans;
        chan.addEventListener(Event.SOUND_COMPLETE, playNext);
        track = newTrack;
    // uses volume slider value to control volume
    function volumeChange(e:SliderEvent):void
        currVol = e.target.value;
        trans.volume = currVol;
        chan.soundTransform = trans;
        mySO.data.MP3CurrVol = currVol;
        mySO.flush();

  • ERROR: DW020:  - Adobe Flash CS5.5 depends on Adobe Flash Player 10 ActiveX to be installed.

    I have encountered the following errors during installation, My OS is Window 8.1 pro. .
    What should I do, thanks
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005}
    WARNING: DW066: OS requirements not met for {B4749B38-C5BD-4A02-8E9F-C1EF7CCEA651}
    ERROR: DW020: Found payload conflicts and errors:
    ERROR: DW020:  - Adobe Flash CS5.5 depends on Adobe Flash Player 10 ActiveX to be installed.
    FATAL: DW020: Conflicts were found in the selected payloads. Halting installation.

    renka,
    When you uninstall and reinstall, it is always worth running the Cleaner Tool in between.
    http://www.adobe.com/support/contact/cscleanertool.html
    Apart from that, you may try this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html
    or you may hope that some staff sees it here in this forum.

  • Flash CS5 problem - missing text

    We've got several Flash files created by a partner organization that we're trying to edit. The files are for an e-learning course and contain four or five "tabs," each with a multiple choice or true/false question, each option labeled A, B, C, etc.. The learner clicks through the tabs, answers each question using either radio buttons or click boxes, and clicks "submit" to check the answers. When they click submit they should get a line below that either says "Correct!" or, if they're wrong, "Answer:" followed by the letter of the correct option(s).
    What's happening instead is that about 75% of the time when you answer incorrectly nothing at all appears after "Answer:", or in a couple of cases where it was a multiple choice question with more than one correct option, it may only display one of the correct answers.
    Things that may or may not be relevant:
    We are working in Flash Pro CS5. These were created in an earlier version, probably CS3 or 4. The published SWF files we received from the original developer at our partner agency don't have this problem, but if we open the Flash files and republish them the error shows up, even if we make no changes to the files. We had a developer working on contract with us for a while using I think CS4 and he was able to republish them without a problem.
    Every time we run the debugger on the files we get a Font Mapping dialog box indicating that it contains a font (Universal Condensed) that is not available on our system. I always opt to map it to a font we do have but the next time I open the file I get the same message again.
    On any of the question tabs where happening, when I run debugger I get several messages like this in the output window: Target not found: Target="_parent.q1r5" Base="_level0.checkbuttons.q1r1" or Target not found: Target="_parent.q1r6" Base="_level0.checkbuttons.q1r2". I believe the "r5", "r6", etc. is referring to something that the original developer created to automate the creation of these animations. In Designer view, off to the side there are set up instructions, invisible when published, that apparently allow you to enter letters and numbers to create up to 6 questions in any of 8 styles, with up to 8 answers each.
    Again in the output window, I'm getting this message: "Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.". I've embedded both fonts that I believe are used in the animation but it doesn't seem to change anything.
    I was also getting errors like this in the compiler window: Symbol=radio button, layer=Layer 2, frame=1, Line 1  Case-insensitive identifier 'button' will obscure built-in object 'Button'. I am able to click over to the "Actions-Frame" window and the first line there reads either button = "off" or button = "on". If I change button to Button this message is cleared but it doesn't seem to impact the other problem.
    I've spent what is officially now a stupid amount of time trying to figure this out, and I'm starting from search a knowledge deficit that my usual Google research skills are failing me. None of us on staff have any formal Flash training, but two of us have taught ourselves enough to successfully make minor changes to all but this one type of file, and there are several of them like this. I have a vague idea that it has something to do with embedding fonts and dynamic text fields, but none of the suggestions I've seen so far works and I'm at a loss. Would appreciate ideas anyone might have about where to look before I pull out any more hair.

    Hi,
    We have a problem with our action script and seems to be using cookies of clients computers.
    We have a action script as under ..........----------
    function my_function38()
        var _loc1 = my_xml.firstChild.childNodes;
        totalNodes = _loc1.length;
        cityname_mc.fl_name_mc.fl_name.text = my_xml.firstChild.childNodes[cnt].attributes.name;
        rate_mc.rate_anim_mc.fl_rate.text = my_xml.firstChild.childNodes[cnt].attributes.rate;
        fl_month.text = my_xml.firstChild.childNodes[cnt].attributes.month;
    // End of the function
    my_Date = new Date();
    my_xml = new XML();
    my_xml.load("DEL.xml?uniqueID=" + getTimer());
    my_xml.onLoad = my_function38;
    my_xml.ignoreWhite = 1;
    if (!cnt)
        var cnt = 0;
    } // end if
    ++cnt;
    if (cnt >= totalNodes)
        cnt = 0;
        gotoAndPlay(1);
    else
        gotoAndPlay(1);
      Xml Data as under
    <?xml version="1.0" encoding= "UTF-8" ?>
    <cities>
      <city name="Delhi" rate="£365" month=""file location"></city>
    </cities>
    What is happening is we are storing many swf files and xml files for different cities on server location 1 with same code but are just changing the xml file to be picked.
    I.e
    DELHI.XML    DELHI.SWF
    BANGKOK.XML  BANGKOK.SWF
    SYDNEY.XML SYDNEY.SWF
    All are in one folder and we are just changing the xml path in fla files and loading the new swf.
    Then we are giving out swf urls to an advertising company which is in turn picking up swf files from sever location 1 and displaying the same on their website.
    The problem is each time we access the swf file on there site the data doesnot display properly. It is picking up the wrong xml data. When we check the fla the path for xml is ok. What we think is it is saving swf or xml in cookies of user computer. Is there anyway to prevent it from happening.
    We Are using Adobe Flash CS5.
    Thanks
    kam.p

  • How to display dynamic text in flash CS5....

    i am using flash cs5...i created a game but when i m running it...it is  showing a message saying "Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts""
    and i am not getting my dynamic text output.......please hwlp me out!!!!!!

    As the error message says, you need to embed the font(s) that you use in any input or dynamic text object so that Flash will have that font to use when displaying the dynamic text. There are several different ways to accomplish this. Are you using textField objects on the stage, or are you creating instances of textFields using Actionscript?

  • Flash CS5 Greeter.cs HelloWorld.fla text type Dynamic not an option? ActionScript 3

    Learning to program in ActionScript 3 for Flash CS5 Pro,
    http://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7fdf.html
    The tutorial says that the text box, should be text type Dynamic, but the only choices are TLF and Classic
    Since the Classic closed the Instance name box, I chose TLF text.
    When I test the scene, I get a blank screen, instead of a "Hello World" greeting.  Is there a way around this?

    I had the class file in the wrong directory, and so now it works!  Thank you for looking.

  • Library font Bitmap text (no anti-alias) Flash CS5

    Ok, in previous version of flash we had this window:
    But now in Flash CS5 the new font embedding window is changed, and there is no Bitmap text checkbox, so how am I to create dynamic Text Fields with ActionScript, and embed the fonts in them using Bitmap text [no anti-alias]? And don't give me the GridFitType.PIXEL solution, I want true Bitmap text.

    Can someone please help me with the above problem?
    I've published two images to show what appen.
    This it's the correct
    one (without embedding font and with font installed in the client
    machine).
    This it's the wrong one
    (with font embedded and not installed in the client machine).
    I'm so sad... thanks
    -g

  • Properly updating Flash CS5.5 to use the lastest Flash Player/Debugger

    Hey all,
    I'm just about to uninstall and reinstall at this point but I'm getting my install all screwed up trying to update Flash Pro CS5.5 to use Flash Player 11. I had it fine using the MXP provided in this adobe blog. Though that's 11.0 not 11.1. It did work however.
    I downloaded the latest Flash Player / Debugger .exe and the latest SWC for 11.1 and now Stage3D is no longer being seen. Clearly I screwed something up. I uninstalled and reinstalled the MXP after deleting the FP11 XML and FP11 directory but it's not working anymore.
    Is there a clear cut simple way to explain how to overlay the latest Flash Player for FPCS5.5?
    I used the AIR overlay instructions for 2.6 - 3.1 and it worked every time. Now I just need Flash Player overlay instructions.
    I'm very interested to start trying to Starling framework with Stage3D. I select FP11 to export and it tells me it can't find Stage3D. D'oh!
    Thanks for tips!

    Just an update. Upon printing flash.system.Capabilities.version I can see for CTRL+ENTER it's using version WIN 10,2,153,2. When I do a debug test it's using version WIN 11,1,102,55. That clearly explains why Stage3D is only available in debug testing.
    I did overlay release and debug .exes in the Flash CS5.5 Player folder. Does anyone know of another place I might need to overwrite the flash player or which .exe CTRL+ENTER actually launches?

  • Getting Flash Player Error when uploading Flash CS5.5 Website

    Hi Guys,
    I m trying to upload my website from Flash CS5.5 and I m getting following "error" on the web site : "Für diese Seite ist Flash Player Version 10.2.0 oder höher erforderlich " (For this Site only Flash Player Version 10.2.0 or higher is needed). I set up Action Script 3 and Flash Player 10 and 10.1. (hashed Flash Player recognize) in HTML settings.
    Any idea where I m doing mistake? I would be greatful for each help.
    Many thanks
    Siriusk

    Show the link and the html code you used

  • Cannot find text in Flash CS5

    I can't search for text in Flash CS5.
    I've created a new project, added some actionscript in the first frame ("stop();")
    When trying to search for this string (CTRL-F > Find and Replace) I get no results.
    Search in: Current Document
    For: Text
    Text: stop
    Replace with (blank)
    Checked items:
    Text fields contents
    Frames/Layers/Parameterss
    Strings in ActionScript
    ActionSript
    Nothing (ever) shows up in the results. Does anyone have any advice? Thanks!

    3 years later... I'm having the same luck with the "Find and Replace" tool.
    The only way I had any success using this tool was to drag all the MCs from the library to the stage before using "Find and Replace".
    I could not figure out how to find and replace text within a mc that was in the library only and not on the stage.
    Note: I also had to specify to search in "Current Document" as it would not work in the "Current Scene".

  • HELP: Flash CS5, can't publish for flash player 4

    Hello!
    I want to create a flash ad for google AdWords using Flash CS5.
    according to the guidelines (http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guide.cs&guide=1308145&topic =1310862&answer=176108&rd=2) I am required to publish for flash player 4:
    Flash versions: All Flash ads must be published for Flash Player version 4-10.
    Flash CS5 doesn't offer me to target flash player 4 in the publish settings!
    how to resolve that issue?
    Thanks!

    I googled it! A funny thing is:
    http://www.google.com/support/forum/p/AdWords/thread?tid=262eb148dc312b92&hl=en
    Flash versions: All Flash ads must be published for Flash Player version 4-10.
    It include the version 10 too right? then why do you go for flash 4?
    Anyway, I will reply you if I come across a solution.

Maybe you are looking for