Problem using SVG text in FLASH --ViceVersa

hi all,
I had been developing an application to read SVG files in to
flash.....i am successful in reading shapes,,with the path's....but
the biggest problem is with the "SVG text".......the positions of
text with respect to FLASH and SVG differs completely.....
As far as i know the origin differs from flash to
SVG.....Flash has it's left top as origin ....SVG has lower left as
origin....
when i scale or rotate the flash text ....if i need to
convert those in to SVG text..the problem arises....because the
SCALING and ROTATION acts very differently in SVG...when compared
to FLASH
iam struck here....pls anyone help me to find a
solution......
THANKS in ADAVNCE !!!!!!

Thanks for answering
So you have IE8 and the hardware acceleration was able to be UNchecked and FP(Flash Player) is working properly with IE.
In IE flash works fine with any settings.
When I unchecked "Hardware acceleration" checbox in IE it also became unchecked in opera, but nothing changed in opera's behavior.
When you don't use the Aero it's displayed correctly but the settings do not work. What settings are you referring to?
It's about flash settings in Opera
With aero: http://img443.imageshack.us/i/settingsh.png/
Without aero: http://img816.imageshack.us/i/settingswoaero.png/
In both cases the settings dialog is displayed like in the screenshots above, but when I click on checkbox/tabs/'close' button in it nothing happens. I can't change any settings or close it (dialog disappers only after reloading page)
Just to sum up everything mentioned above:
- In IE flash works fine regardless of any settings
- In Opera text is displayed wrong when using windows aero, and without aero theme it's displayed correct
- I didn't manage to make settings dialog work in Opera
- When I change some flash settings in IE, they are also changed in Opera
Now Flash Player works thru the browser, do you have perhaps have an addon that is conflicting? What Anti-Virus do you have Installed? Any addons of that?
I have 7 extensions installed in Opera, I've disabled all of them, but nothing changed.
I use Kaspersky Internet Security 2011, disabling it also gives nothing.

Similar Messages

  • Problem with displaying text in flash player

    I have flash player 10.2.152.26 and opera 11.01  installed.
    The problem is that text in flash is diplayed in an awful way like this:
    http://img651.imageshack.us/img651/6918/alljo.png
    And when i choose "settings" the window appears, but it doesn't react when I click on it.
    Can anyone help, please?

    Thanks for answering
    So you have IE8 and the hardware acceleration was able to be UNchecked and FP(Flash Player) is working properly with IE.
    In IE flash works fine with any settings.
    When I unchecked "Hardware acceleration" checbox in IE it also became unchecked in opera, but nothing changed in opera's behavior.
    When you don't use the Aero it's displayed correctly but the settings do not work. What settings are you referring to?
    It's about flash settings in Opera
    With aero: http://img443.imageshack.us/i/settingsh.png/
    Without aero: http://img816.imageshack.us/i/settingswoaero.png/
    In both cases the settings dialog is displayed like in the screenshots above, but when I click on checkbox/tabs/'close' button in it nothing happens. I can't change any settings or close it (dialog disappers only after reloading page)
    Just to sum up everything mentioned above:
    - In IE flash works fine regardless of any settings
    - In Opera text is displayed wrong when using windows aero, and without aero theme it's displayed correct
    - I didn't manage to make settings dialog work in Opera
    - When I change some flash settings in IE, they are also changed in Opera
    Now Flash Player works thru the browser, do you have perhaps have an addon that is conflicting? What Anti-Virus do you have Installed? Any addons of that?
    I have 7 extensions installed in Opera, I've disabled all of them, but nothing changed.
    I use Kaspersky Internet Security 2011, disabling it also gives nothing.

  • Problem with Arabic text with flash player 10 32bit under linux platforms

    Arabic encoding characters do not show correct in the right form at all linux distributions .
    note: with windows platforms, it shows arabic characters correctly.
    this video contains captions and subtitles, in the attachement two snapshots,
    First, show the arabic sentences in the right form with "swfdec mozilla" plugins.
    The other, show the arabic words with "adobe flash player 32bit" plugins,
    for example: Arabic font enconding cp-1256
    the character ب
      in the beginning of the word " بـ ".
    in the middle " ـبـ "
    at the end "ـب"
    isolated character "not in word "ب"
    the word
      كتب in the right form
    begin from right with " كـ "
    with adobe flash player
    ب ت ك
    it shows from left to right and use only isolated characters.
    I report to adobe and they response
    Hi Ghost,
    Since you do not have a 64 bit machine please proceed to reinstall the
    32 bit edition.
    For the current release version of Flash player 10, it does support
    Right to left, But you can’t use a text field on stage and have it
    work. When authoring the content in Flash cs4, you would have to use
    the Flash text engine. more information on that can be found here:
    http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS6C0BB8ED-2
    Thank you.
    Regards,
    Thomas S.
    Technical Support Engineer
    Adobe Systems, Inc.
    Get the answers you need, when you need them!
    Knowledge Base: <(><<)>http://www.adobe.com/support>
    Support Plans: <(><<)>http://www.adobe.com/support/programs

    I too am having this problem. On all of my linux distributions, including Ubuntu 8.04, 8.10, knoppix 5,1, fedora 8,9,10 flashplayer 10 is broken in the same way.  It reports that it cannot find webcam, and the settings dialog refuses to recognize mouse clicks.  I've poked around the web quite a bit and have not yet found a solution.  I saw the problem mentioned on an adobe bug reporting site and their response was to close the issue saying it wasn't repeatable on their system.  I tried to re-open it and my post was deleted without comment (I may have posted incorrectly or something)
    Looking here  and elsewhere I see that the problem is very common and I don't see any posted bug-fixes, or even acknowledgement that a bug exists.  Has adobe lost interest in being cross-platform compatible?

  • Using dynamic text in Flash Builder

    Hi,
    I'm trying to get some dynamic text to my web page. The text is readed from .txt file
    I use AS script which i was using in a project I made with Flash Pro and now i try to implement it in Flash Builder project
    The script look like this:
    var req:URLRequest = new URLRequest("design_1.txt");
    var loader:URLLoader = new URLLoader();
    function textLoaded(event:Event):void
    design.text = loader.data;
    loader.addEventListener(Event.COMPLETE, textLoaded);
    loader.load(req);
    So first I made a project with Flash Catalyst and in there I created an area text element. Then I imported the project to Flash Builder and put the AS script in the <Script> section and gave the <RichText> an id="design".  The text is just simple text and formatting happens in richtext element.
    So, when i try to compile the FB project it give me and parse error "undefined property error req", "undefined property error loader" etc.
    So should i alter the AS script for FB or is there something else wrong? I tried to google how to use dynamic text in FB but couldn't find any easytyutorials. I'm mostly a desginer so coding isn't my speciality. But thanks for help!

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Problems using larger text

    I have a few machines using Appleworks and trying to use larger text. When they are typing text with a 48 or 72 pt font the cursor is behind 3 letters. Is there any way to fix this?

    AppleWorks, being an OS 9 application carbonized to run in OS X, doesn't take advantage of a lot of OS X features, one being the display of text. This is not something that got fixed with the 6.2.9 update. Usually turning Fractional Character Widths on in Preferences > General… > Topic: Text will fix the problem. It is not at all unusual for the problem to appear on one Mac & not another, even though they are running the exact same system & AppleWorks version. It even can vary document to document on the same Mac.

  • Can you use html text in flash cc html5 project type?

    I'm attempting to dynamically change font color of various words inside a dynamic text field.
    I have tried both these lines of code below. have you dont this can you correct my code please?
    I'm using flash cc and html5 project type. This was possible in previous versions of flash.
    this.Logger.Log_File.htmlText = "<font color='#000000' size='-1'>"+MyGreatNumber+" "+"</font><BR>"+this.Logger.Log_File.htmlText;
    this.Logger.Log_File.htmlText = "<p style="color:#ff0000">"+MyGreatNumber+"</p><br>"+this.Logger.Log_File.htmlText;

    from the easeljs docs: Please note that Text does not support HTML text, and can only display one font style at a time. To use multiple font styles, you will need to create multiple text instances, and position them manually.
    to resolve, edit text in the js file where it's relatively easy to even use rtl text.

  • (Help) Using Input text in Flash CS4 AS3

    I am trying to take a user's input (His Name) and then greet the user on the next frame using the name he previously entered. I googled for 2days and was unable to find a way to do this on flash CS4 AS3, i guess because im very new to flash (only 2-3weeks )
    Any help would be greatly appreciated, and i am sorry if this was already answered in the forums.
    thanks for reading.

    If your interested... here's some general "rules of the road" that are basically courtesies...
    Don't post the same question in different forums (crossposting).  Folks that help don't like that because they can waste their time providing the same response someone else already offered elsewhere, or their helpful info gets no attention because the OP (original poster) got wrapped up in the discussion elsewhere and never went back to the other forums.  I saw one time where the OP suffered from doing this... the first person to respond in one forum said what they wanted couldn't be done, while my response in another forum showed them how to do it... but they accepted that it couldn't be done and never returned.
    Don't post in someone else's posting unless the exact same situation applies to you and it is a current posting.  It is a bit rude to step into someone else's posting just to get attention, which some people do... some with totally unrelated problems.  Or if your problem is even slightly different, it can end up confusing matters for all involved... trying to juggle helping two people where different solutions are needed.
    If you get one problem resolved and have another you want help with that does not involve the first, start a new posting.  People search these forums so it helps to have topics match the postings, which will not apply if mutliple topics get resolved under one title.  I recently saw one person tell someone to start a new posting even though they were following up to clarify something of the solution they received... that's wrong and is more likely someone with a case of points greed... as useless as points are, it happens.

  • Problem using ebook text for LR4

    I have been using the ebook text Classroom in a Book for Lightroom 4.  I am working on two screens:  Classroom in a Book is on the secondary screen; LR4 is on the main screen.  I have gone through 4 of the lessons.  At some point during Lesson 4 I must have done something and I can't figure out how to undo it.  What happens is that Classroom in a Book disappears from the secondary screen when I move the curser from the secondary screen to the main screen where I work on LR4 exercises.  What appears on the secondary screen is either a LR4 photo or a blank LR4 screen that says "No Photo Selected".  I can get back to Classroom in a book if I move the curser to the left margin and click.  But then I have to do this every time I move the curser from the secondary screen to the main screen.  How do I undo this so that Classroom in a Book remains on the secondary screen as I go from one screen to the other screen.  How do I undo this?  Any help would be appreciated. 

    I'm not at all familiar with classroom or book, but since no else has responded I'll throw this out there.
    Try going to Window -> Secondary Display and trying switching some of the options in there. Hope that helps

  • HELP: Problem using AS3 and CF-Flash Remoting CFC

    I am trying to use CF flash remoting from an AS3 Class using
    the NetConnection class. The approach I am using is directly from
    "ActionScript 3.0 Cookbook" by Joey Lott et. al.
    I am using a totally standard default install of CF, Flex and
    SQL server on Windows 2003 R2.
    When I do a CF Flash remoting call using,
    _netConnection = new NetConnection();
    _netConnection.connect('
    http://pordev2.wcrt.xeroxlabs.com:8500/flashservices/gateway/');
    _netResponder = new Responder(onGotData, onGotError);
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest);
    all seems OK. The CFC returns the integer and string just
    fine.
    HOWEVER, when I also add an associative array, "aa", to the
    string of arguments, I get an error...
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest, aa);
    returns the error: "Unknown object type tag (17)"
    The same error is also returned if "aa" is an XML variable
    instead of an associative array.
    So:
    a) Is this a bug?
    b) Is there an AS3 specific gateway I should have referenced?
    c) Is Flash Remoting not yet supported in AS3?
    Thanks you for your time,
    Ned
    =================================================================
    Here is my test code:
    <cfcomponent displayname="ProjValuationRemote"
    hint="Returns an array of Project Header, Valuation and supporting
    data recordsets">
    <cffunction access="remote" name="getProjValuationData"
    output="false" returntype="String">
    <cfargument name="test1" type="numeric" required="no"
    default=1>
    <cfargument name="test2" type="string" required="no"
    default = "a default string">
    <cfargument name="AA" type="Struct" required="no">
    <cfset testReturn = #test2# & ": TESTING -- This is
    the return integer: " & #test1#>
    <cfreturn testReturn>
    </cffunction>
    </cfcomponent>
    public function requestVRD():void {
    var strtest:String = "Simple test string";
    var aa:Object = new Object();
    aa.curDataSet = 86;
    aa.curYear = 2007;
    _netConnection = new NetConnection();
    _netConnection.connect('
    http://pordev2.wcrt.xeroxlabs.com:8500/flashservices/gateway/');
    _netResponder = new Responder(onGotData, onGotError);
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest);
    private function onGotData(re:String):void {
    // arVRD = re;
    trace(re);
    returnString = re;
    trace("got remote data response");
    private function onGotError(error:Object):void {
    trace("Executing the gotProjectData_Fault: " +
    error.description);
    trace("Executing the gotProjectData_Fault -- no detail");
    // setErrorAlert();
    This works as expected producing the following trace:
    Simple test string: TESTING -- This is the return integer: 1
    Replacing the remote with the following, which adds an array
    to the parameter list...
    _netConnection.call("porTechDB.PorComponents.ProjValuationRemote.getProjValuationData",
    _netResponder, 1, strtest, aa);
    Produces the following error:
    Executing the gotProjectData_Fault: Unknown object type tag
    (17)

    I didn't think so,
    We are putting together ads with alot of images with that 40k limit
    so the images don't look great.
    I was trying to find the best way to work with the images, while keeping it as simple as possible.
    Oh.... your right I was hoping to slowly introduce my associates into AS3, I thought If this could be done
    It woud be a great tool to introduce them to, but no
    Thank you for your time and feedback

  • How to use an dynamic text from Flash in FlashBuilder with swf ?

    Hello,
    i'm trying to develop a game in flex builder and i got a problem with the dymanic text i've imported from flash. I want to insert a scoreboard in my application and for doing that i should use dynamic text in flash. I create a dynamic text in flash and then a import it to Flash Builder in a movie clip, and i called the dynamic text "Score". Now i've tried to use the "Score" variable to change the value of the dynamic text box un my flash builder application, but it doesn't change anything.
    I read somewhere that i've got to use the score.text value to change the number of my score but that doesn't works because Flash Builder tells me that this sort of variable don't contain the .text value.
    Thank you for trying to help me.
    bye.

    Thanks Ned,
    I always welcome learning something new.
    I did not know creating a new keyframe,
    creates a new instance.
    Yes, I had used the same dynamic text field instance name in
    numerous, new layers (great observation).
    With the objective to display the User's name throughout
    the timeline (on and off)...
    I'll attempt to paraphrase your solution;
    Use a single layer to display the dynamic text field.
    Extend this layer's timeline throughout the movie, or end use of the dynamic text field.
    Help with this one ??
    Set the visible properties to true or false as need through out the timeline.
    ( Does require an AS3 ? )
    I'll give that a try.....
    ~~
    Side of effect of using the above solution;
    The SWF in it's attempted state, uses the dynamic text field instance, in
    different places, different text sizes, on the stage, throughout the Movie.
    (i.e. the User's first name appears in different sentences...)
    Per the solution above,
    I believe I will be limited to One location, one format setting.
    Is this assumption correct?
    I can make this work from a display / Movie point of view.
    However, your first VAR concept, noted above, might be
    worth exploring should more flexibility be required.
    Thanks for making the time to coach...
    D-

  • Can't get dynamic text in Flash 8 pro to work

    Hi,
    This is driving me nuts. I am using SWObject to send a
    variable to my Flash 8 swf. The swf is basically a header that
    plays a video and I want to put the name of the web page
    dynamically on top of it. Sounds simple right. Well I can not get
    it to work. In the past I have done dynamic text boxes without any
    problem.
    I have uploaded all the files to my clients server (
    including the fla and the HTML page that accesses the swobject code
    I have also tried other more conventional means to load the
    Variables ( in the URL address and using Flashvars with a normal
    object and embed tag ) Nothing seems to work.
    Is there a problem with dynamic text and Flash 8?
    I'm pulling my hair out any help would greatly be
    appreciated, Thanks in advance.
    Zip file on the
    server with all the files

    Hi jimWPX, I have no problems with dynamic text in Flash 8,
    and I see no problems in your file.
    Could it be that the js doesn't parse for Flash 8 correctly?
    A quick check for version seems to suggest that it's embedding with
    tags for v 6 Flash. Might be problematic.
    An alternative is FlashTag.js,
    http://www.macromedia.com/go/flashjavascript/
    which works fine for me also. Hope it helps

  • Problem in displaying Arabic text in flash cs3/cs4

    Hi All, I'm creating one website. I have to display dynamic xmlize arabic text in flash. I have done it using flash cs3/AS3. But problem is that when text displays in flash it is not rendering as expected. Some gaps comes in the characters. But when I open my xml in browser, arabic text displays correct.
    Is there any way to do it in flash cs3 or Flash cs4 using player 9? It would be really great if anyone can give me solution on this. Thanks
    Chandrakant

    You have to do it yourself -  I don't have a ready solution. Just look into documentation how StyleSheets are used and see what properties work best for you:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/StyleSheet.html
    Also, with embedded fonts you need to play with TextFormat settings and AntiAliasType
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/AntiAliasType.html
    In addition, on my machine even if I don't emebed fonts - Arabic works in Arial, TImes and others.

  • Invisible Text in Flash Player Using Windows XP

    I seem to have a problem with the Flash Player and invisible text. The Flash Player will load but there will be some buttons that are not labeled with text, so you don’t know what the buttons are, fill-in text boxes that have no text or text description, so you don’t know what to type in them, and drop-down lists that are blank, but there is supposed to be text to select from.
    I tried uninstalling and reinstalling FireFox, that did nothing; unistalled the Shockwave Flash Plug-in and reinstalled it, that did nothing; unistalled Flash and Shockwave standalone Players entirely, leaving only the Plug-in, nothing; uninstalled and reinstalled Flash Player standalone, nothing there either. I cannot seem to find a solution and every browser I have, the same problem occurs – invisible text.
    I was reading on the Adobe Forum that there is this same issue sometimes with Mac and that the problem seems to be font incompatibility.
    This happens with any browser I use – Firefox, Flock, PaleMoon, IE, Opera, Netscape.
    My OS is Windows XP Home Edition
    Main browser is FireFox version 3.6.17
    Shockwave Flash Plug-in version is 10.3.183.7
    I also have the Shockwave Player standalone version 11.6.1.629
    Has anyone, using Windows, had this same problem? Is there any solution?
    Thanks for any advice.

    Invisible text in Flash enabled web pages is a frustrating problem that is affecting Mac Users who play Farm Town (8.5+ million people on FaceBook) and probably many other games too.  See this forum as an example of the problem:  http://slashkey.com/forum/showthread.php?p=2531318
    Before even reading this forum I did everything that appears here with no success and then everything listed in the referenced forum (above) with no success... but the following did fix the invisible text problem and I hope that it will help others too.
    1.  Drag the Font folder from the User directory to the trash  ie. ~/Library/Fonts.  (where ~ is = your User Account Name.)
         Be careful; this is NOT the Font folder in the main library.
    2. Download Font Finagler v1.5 beta for Mac OS 6, and clean the font cashe files following the instructions for this free shareware app.
            http://homepage.mac.com/mdouma46/fontfinagler/
    3. Open the Font Book app which is a new app that is included with the Mac OS Snow Leopard (10.6). (Font Book is in the Applications folder.) Read the Help info for this app and then: Choose "All Fonts" in the left column and then choose "Select Duplicate Fonts" from the Edit menu. Disable or delete all duplicate fonts that this process identifies. After dealing with the duplicate fonts, select "All Fonts" again in the left column and choose "Validate Fonts" from the File Menu.  Deal with the results that it will display using the help file for guidance.  Interestingly, in my case there were no corrupt fonts in my Mac system, but the validation process identified more duplicate fonts that the previous step did not find. Again deal with the findings and disable or delete the duplicate fonts.
    4. Reboot your Mac and get on with using your Flash enabled web pages.  Duplicate fonts seems to be the problem that cause invisible text in Flash enabled web pages.
    Hope this helps you... it worked for me.
    Clark

  • Barcode using flash - Denes, Pavel's examples use SVG, not flash

    Has anyone tried creating barcode using flash charts available in Apex ?
    I came across 2 examples, which are given below. These examples use SVG, but SVG is being retired by Adobe
    Denes Kubicek:
    Barcode ???
    Pavel MAREK:
    Re: Barcodes in HTMLDB - solved
    Ravi

    Ravi,
    I would be interested to see how you would utilize flash charts to generate barcodes in
    apex. Where does this idea come from?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Problem using flash

    I am trying to open a paper demanding flash - all the time I get the message you need flash - download here
    Still I am using Crome browser, with flash as enabled plugin
    So I downloaded flash and installed. then I got this message - and the paper still demands flash - I have checked on the plugin and restarted the computer and still I am not able to open the paper
    What can I do?

    So your problem is on Chrome only?

Maybe you are looking for

  • Commons-fileupload

    I have a strange situation where the components on a form are dynamically built and the form is submitted to an action method "create" on a Controller class. Basically the form looks like this: HtmlPanelGrid (ROW 1) --HtmlOutputText --HtmlPanelGrid -

  • Add Same Photo to a Group of Contacts

    Can anyone please help with an Applescript to add an image to a group of contacts in one foul swoop. My intention is to add a logo image to a group of colleagues. Here is what I have so far, - but receive this error tell application "Address Book" se

  • Contacts Update from CSV file

    Hi, I have a CSV file which has all my contacts and I have just got a N73 can you please help me how do I import the contacts from a CSV file. Incase CSV is not possible I have a VCF file which has all the contacts. I also Have a sony ericsson phone

  • GMDERIVE - Best Practices

    Hello experts, Do you have any best practices to share for the setup of GM DERIVE? Although I know this is company-specific, I would appreciate if you could give some advice. I am currently analyzing 2 possibilities for the derivation of sponsored ob

  • Automating awrrpt.sql

    Hi, Does anyone know how to pass parameters to awrrpt.sql? I want to cron or use dbms_scheduler to generate this report. However when I issue the script with trailing parameters it ignores them. I am hoping it has something equivalent to a .par file