Using sounds in flash catalyst?

Is it possible to use sound files?
Example:
When you click on a button, is it possible to play a sound?
Thanks!
OnlyNK

http://forums.adobe.com/thread/445228 :
Importing sound files and importing them isn't supported in the current build, but it is on our list features for future releases.
- Ty
I've asked it to soon!
The same question has already been answered.
But I couldn't find it first...
Long live Google!
Cheers!
OnlyNk

Similar Messages

  • Using Lightroom Flash Galleries in Flash Catalyst

    Hi there. I love the ability of Lightroom to create brilliant Flash Galleries especially since there are so many plug-ins out there for the Lightroom Web Module.
    My questions is, Is there a way to take the exported Flash Gallery from Lightroom, and use it in Flash Catalyst? In Flash Catalyst I have tried to import the .swf file created by Lightroom but when I try to view the Catalyst project, the gallery doesn't work. I have also tried after the fact to move the remaining files exported by Lightroom into the same folder Catalyst places the .swf file, but still to no avail.
    Am I doing something wrong here? I'm not a programmer and have limited knowledge of code, but I'm also a quick learner and would very much like some help finding a solution to this.
    If you have any advice, it would be much appreciated!
    Thanks,
    Stef

    I'm not familiar with Lightroom in particular, but there is a tutorial on using a similar swf gallery here.
    Things to check:
    The lightroom files are all in the same location relative to the swf when you move them to your project
    If your html page and your Catalyst swf are in different directories, make sure you set the base url
    If you're still having trouble, you may want to install the debug player from here:
    http://www.adobe.com/support/flashplayer/downloads.html
    It can generally show you any problems that pop up. They may not be very human-readable, but if you post them here I bet someone can help you decrypt them.

  • Flash Catalyst swf won't load as external swf

    I'm loving Flash Catalyst since the beta app came out. I've transformed several design's into flash components with great ease. But when I try to use the swf Flash Catalyst spits out as an external movieclip, it wont load. It loads just fine in the html doc but not when I try to load it with a flash CS4 swf.
    I don't have the slightest idea what to look for in the actionscript FC wrights, so is there a way to make it work or can I consider this a real bug?

    The swfs that Flash Catalyst generates use the Flex framework and can't be used as standalone movie clips. If you'd like to use a componet that you've made in FC along with something you've created in Flash Authoring, I would recommend importing your FC project into Flash Builder and then loading your swf from Flash Authoring into the Flex project. When you do this, the Flex runtime will be available to the components you've made in FC and everything ought to work properly.

  • FAQ: How can I make my Flash Catalyst application scale/use a liquid layout?

    Flash Catalyst CS5 currently only supports applications with fixed dimensions. Custom components you create in Catalyst have absolute sizing.
    If you want to experiment with creating resizable applications (liquid layouts) and components in a preview of the next version of Flash Catalyst, codenamed "Panini",  you can find more information here:
    Introducing Adobe Flash Catalyst "Panini"
    Download Adobe Flash Catalyst "Panini"
    Adobe Flash Catalyst "Panini" help
    Keep in mind that Flash Catalyst "Panini" preview is meant for exploration and testing, not real production. If you are doing real production work, here are some options that work with Flash Catalyst CS5 and Flash Builder:
    Liquid Layouts
    If you are building an application that requires relative constraints, you can take the FXP file from Flash Catalyst into Flash Builder, and apply constraints there so that your components resize according to your application dimensions.
    For more info, see this Help topic:
    Using constraint-based layouts in Flash Builder
    SWF Scaling
    If you want your swf to scale, without relative constraints, there's a simple way to make that work in Builder as well. Simply save out your FXP file from Flash Catalyst and import it into Flash Builder. Open up the "Main.mxml" file. Remove the width and height attributes on the Application tag, and add the attribute:
    preinitialize="systemManager.stage.scaleMode='showAll'
    The entire Application tag should look something like:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:d="http://ns.adobe.com/fxg/2008/dt"
                      xmlns:fc="http://ns.adobe.com/flashcatalyst/2009"
                      xmlns:ATE="http://ns.adobe.com/ate/2009"
                      xmlns:ai="http://ns.adobe.com/ai/2009"
                      xmlns:flm="http://ns.adobe.com/flame/2008"
                      xmlns:lib="assets.graphics.*"
                      xmlns:components="components.*"
                      backgroundColor="#FFFFFF"
                      preloaderChromeColor="#FFFFFF"
                      preinitialize="systemManager.stage.scaleMode='showAll'"
                      >
    There are a couple other scale modes you may want to try, such as "exactFit", which are outlined at the below link:
    Flash Stage Scale Modes
    Finally, you will have to adjust the object embed code in your html page to set the size of your swf.
    Original discussion here

    you can`t. allow your application internet access without the network admin defining an exception for it specifically.
    If you have admin rights use the router`s/proxy`y configuration software to allow an exception.

  • Using Flash Catalyst Custom Component in Flash Builder

    I created a custom component in  Flash Catalyst that is intended to be used in the way that one would use  a BorderContainer in Flex/Flash Builder. Can anyone advise me how I  might go about doing this?
    many thanks,
    Mark

    And also there's a lot of new content to help every one started at http://www.adobe.com/devnet
    If you're a CF/Flex developer you're gonna enjoy the new content here too
    http://www.adobe.com/devnet/flex/flex_cf.html?devcon=f3

  • Using Flash Catalyst to create a portfolio gallery... Problems

    I'm using Fc to create a portfolio site, yet have been struggling with creating a gallery that shows the way I want it to. I've tried to streamline the process using states and substates, as several people have suggested to others, yet I'm having a difficult time figuring out exactly how to transition to these states without having the content from another state show, or really finding the best method to achieve the desired result. Given that I'm pretty new to Catalyst, a detailed solution would be very appreciated!
    edit... Also, I do not wish to use a data list, because I don't want even rows and columns for each set of photos.
    Message was edited by: Chip Davis

    Here is a tutorial that I wrote on extending Flash Catalyst to use keyboard navigation:
    http://chrisgriffith.wordpress.com/2011/11/13/adding-keyboard-navigation-to-a-flash-cataly st-project/
    Chris

  • How to use field validators, like an EmailValidator, in a Flash Catalyst project?

    After making a contact form in Flash Catalyst, I added an EmailValidator in Flash Builder.
    Unfortunately, the validation error message is not visible: only the outline of the message box and the red outline around the input field.
    Does someone has some tips or suggestions how to make the error text visible?
    details:
    1. code snippets:
    in de <fx:Declarations> section:
      <mx:EmailValidator id="emailValidator"
                                                                   source="{emailInput}" property="text"
                                                                   triggerEvent=""
                                                                   requiredFieldError="Email address must be entered"
                                                                   missingAtSignError="add @-sign, please" />
    2. screenshot of 'empty' error message:
    (rectangle on the right in the image should display an error message)
    Thanks for any help,
    Peter van der Post

    The issue is that Flash Catalyst uses the Wireframe Theme. Validators display in this fashion under that theme. What you need to do, once you are done with the project, take it back into Flash Builder, and change the Theme. This can be done under Project > Properties > Flex Theme > Spark
    Hope this helps.
    Chris

  • How to create an ad banner using Flash Catalyst

    This should be an easy question to answer...I've been able to create a variety of ad banners using Flash Catalyst but none of the online tutorials show how to link the ad banner to a URL...i.e. when someone clicks on the banner.  I don't like the idea of having to create a button + Go To URL (on click) because the button doesn't appear on all screens/states, etc.
    Is there a way to turn the entire project into a button without losing the animation action?  i.e. so that no matter what state the banner is in, if someone clicks on it, they go to the URL?

    Hi Chris,
    Thanks for your advice.  It's for our own sites, so we can accept the overhead.
    The animation is simply fade in image, fade out image, fade in text message, fade out text message, fade in next image, etc.
    So, when you say "they are instead wrapped inside a single custom component", I understand it conceptually but need a few details:
    1.  Does this mean I first create the custom component (before doing anything else)?
    2.  At what point to I import/load my Photoshop file with all of the layers?
    Jim

  • Interactive ROI Calculator using Flash Catalyst?

    Hello, a client of ours has asked us to create an interactive ROI calculator similar to the one in the following link:
    http://bit.ly/98vjCF
    Our design and production department does work in Flash, mainly to create simple web banners, however they're not hardcore Flash developers by any means. We'll be upgrading from CS4 to CS5 with Catalyst soon. Is it possible to create an interactive ROI calculator using this software or would using a seasoned Flash developer be a better choice?
    Thanks for any info.
    henry

    Hi Henry,
    You can use Flash Catalyst to design the UI of your calculator, both for protyping and optionally for final production too.  However, to do the actual calculations you'll have to write a bit of code using another tool.  For example, you can import the Catalyst project into Flash Builder and wire up the calculation logic to the UI you've created.  This gives you the option of having a nontechnical designer work on the UI, while a less design-oriented developer writes code without having to worry much about the visuals.
    The underlying code used in a Catalyst project is Flex 4.  This should be a snap for a seasoned Flash developer to work with.  Or, a Java or JavaScript developer should also be able to get up to speed on Flex pretty easily (especially if the UI was already built in Catalyst and the dev is just wiring up the "business logic").
    Hope that helps,
    - Peter

  • Exporting file for Flash Catalyst use?

    Hey everyone.  I've made a video in Flash Pro, and I want to be able to play it in Flash Catalyst.  I'm using 5.5 of both versions, btw.  I export the Flash Pro video to a .mov file and then use Media Encoder to make that a .flv file.  I bring that file into FC and publish to web.  However, when I put those 'deploy to web' files on my website, the video doesn't play.  Everything else works except for the video.  So I put a generic, short .flv file that I downloaded from the internet into my FC file.  I published it to my website again, and everything worked fine.  The video played.  So obviously the problem with my video must be in the encoding process.
    How should I do this?  I read one article online that said when I export a .mov file for FC, I should make sure that I don't have 'Fast - Compressed Header' selected in the Streaming options.  Well, I checked and I don't.  It's just under regular 'Fast'.  So what am I doing wrong here?  I've even tried converting my .mov file to a f4v file, and that doesn't work.  Help here would be so greatly appreciated.

    Ah.  I think they just tested the .html file.  Though, they were trying nearly everything yesterday, so they might have tried the swf file, too.  I'll ask him this afternoon.  There's a webpage included in both deploy-to-web and run-local folders.  Both are entitled main.html.  I'm looking at both codes in Dreamweaver to see what would be different, how the code is calling to the flv video, and I can't see any change!  I switch from one code view to the other, and nothing is different.  The only difference is that in the video size area, the html file from the run-local folder is bigger.  So obviously something more was put into the run-local html file, but what I don't know.  I can't figure that out from the code.  Here's the code from the run-local file, though it looks the same in the deploy-to-web html file, too.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
        <!--
        Smart developers always View Source.
        This application was built using Adobe Flex, an open source framework
        for building rich Internet applications that get delivered via the
        Flash Player or to desktops via Adobe AIR.
        Learn more about Flex at http://flex.org
        // -->
        <head>
            <title></title>
            <meta name="google" value="notranslate" />        
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
                 the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
                 the percentage of the height of its parent container, which has to be set explicitly.  Fix for
                 Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show
                 if JavaScript disabled.
            -->
            <style type="text/css" media="screen">
                html, body  { height:100%; }
                body { margin:0; padding:0; overflow:auto; text-align:center;
                       background-color: #ffffff; }  
                object:focus { outline:none; }
                #flashContent { display:none; }
            </style>
            <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
            <!-- BEGIN Browser History required section -->
            <link rel="stylesheet" type="text/css" href="history/history.css" />
            <script type="text/javascript" src="history/history.js"></script>
            <!-- END Browser History required section --> 
            <script type="text/javascript" src="swfobject.js"></script>
            <script type="text/javascript">
                // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
                var swfVersionStr = "10.2.0";
                // To use express install, set to playerProductInstall.swf, otherwise the empty string.
                var xiSwfUrlStr = "playerProductInstall.swf";
                var flashvars = {};
                var params = {};
                params.quality = "high";
                params.bgcolor = "#ffffff";
                params.allowscriptaccess = "sameDomain";
                params.allowfullscreen = "true";
                var attributes = {};
                attributes.id = "Main";
                attributes.name = "Main";
                attributes.align = "middle";
                swfobject.embedSWF(
                    "Main.swf", "flashContent",
                    "405", "350",
                    swfVersionStr, xiSwfUrlStr,
                    flashvars, params, attributes);
                // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
                swfobject.createCSS("#flashContent", "display:block;text-align:left;");
            </script>
        </head>
        <body>
            <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
                 JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
                 when JavaScript is disabled.
            -->
            <div id="flashContent">
                <p>
                    To view this page ensure that Adobe Flash Player version
                    10.2.0 or greater is installed.
                </p>
                <script type="text/javascript">
                    var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
                    document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
                                    + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
                </script>
            </div>
            <noscript>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="405" height="350" id="Main">
                    <param name="movie" value="Main.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="Main.swf" width="405" height="350">
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
                        <param name="allowScriptAccess" value="sameDomain" />
                        <param name="allowFullScreen" value="true" />
                    <!--<![endif]-->
                    <!--[if gte IE 6]>-->
                        <p>
                            Either scripts and active content are not permitted to run or Adobe Flash Player version
                            10.2.0 or greater is not installed.
                        </p>
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflashplayer">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </noscript>    
       </body>
    </html>
    But I don't see anything where it calls to my bathinline.flv file.  Yet this one plays just fine.  I've played both .html files, and only the run-local html file plays fine on my computer (not viewing from website this time).  So I agree with you that I think it's a pathing issue on the deploy to web thing, but I have no idea what.  The code isn't showing any difference.
    Any more ideas.  You've been really, really helpful so far!

  • Can I use Flash with Flash catalyst?

    I was wondering, since Flash Catalyst apparently only uses
    "rudimentary animation", can I use Flash Professional with Flash
    catalyst? I would like to do more complex animations, and I was
    wondering if there was a way to import those animations into Flash
    Catalyst,

    Flash Professional will definitely be the tool for creating
    complex animation. The tweaks they have done to the animation
    engine will blow away designers giving them intuitive tools to use
    for creating animation. Designers will absolutely love how easy it
    is to animate now.
    As for whether or not Flash Catalyst can handle that... From
    the trial software I received at Adobe MAX... it appears you can
    import SWFs. In fact, as soon as you import them, they start
    playing right there in the IDE. But I am not sure how much control
    you have over the SWF once you import it. No SWC import though.
    I was curious if there are any round tripping features
    between Flash Professional and Flash Catalyst. Because the way I
    understand it, Flash Catalyst is a way for traditional designers to
    use Fireworks, Illustrator and Photoshop to build RIAs... they said
    nothing of using Flash Professional.

  • After Flash Catalyst discontinued - What Workflow Designer / Developper to use? and how skin compone

    Hi,
    Now  that Flash Catalyst is discontinued before being totally usable,
    I used Flash Catalyst for skinning components and prototyping design of App.
    So i wonder how experienced people do that without Flash Catalyst?
    And more im asking to Adobe the same questions. What do you propose to do now what Flash catalyst helped to do until now?
    how do you skin components?
    how do you work with designers to get their App Pages designs?
    in a word, what is the WorkFlow?
    Thanks

    I couldn't agree more with you that developers need a solid WYSIWYG tool, and Catalyst was Adobe's closest rival to Blend. It had much more potential than the amount of attention it received. Adobe was very foolish pulling the plug on it, not to mention all their other recent decisions related to the Flash Platform.
    My point was that with all of the importing and exporting capabilities of Illustrator, Photoshop, Flash Professional, and especially Fireworks, you already have all of the capabilities of Flash Catalyst, at least in regards to making creative assets available to the Flex framework. That was the sole purpose of Catalyst- to bridge the gap between Adobe's design applications and Flex. If you weren't concerned with Flex, Flash Catalyst would be of no use, even if it were still in development. Exporting a Catalyst project to Flash Professional or HTML was never on it's roadmap, although I'm sure I'm not the first person who thought of those possibilities.
    Catalyst, simply put, was the FXG editor which Flash Builder's design mode was not. For example, you could not draw a rectangle using Builder's design mode. With Catalyst CS5.5, it allowed you to directly assign FXG assets to MXML skins for ten of the nineteen Spark components which use the MXML skin architecture. This was a huge limitition, and espeically obvious with the new roundtripping feature, because using any of the non-supported components could easily break the connection between Builder & Catalyst. Honestly, myself and many of the Adobe engineers I talked to on the Flash Builder team, still do not understand why Catalyst wasn't merged into Flash Builder in the first place.
    Perhaps it's not as useful out of context, but I compiled a presentation a few months ago for my Adobe user group, titled "Creative & Production Harmony": https://acrobat.com/#d=jNyu*qRjpF68tbl*8lCiTw&x=s
    Basically what it outlined, was when to use Catalyst, and when you are better off exporting straight from the other design apps. My conclusion, was that you're generally better off designing your assets in the app you're comfortable with. That IS your WYSIWYG editor, to the precision of 1px. It was also a future proof answer since Catalyst was discontinued and many of the other Flex related workflows have evaporated. The main loss behind discontinuing Catalyst, were its states, timeline, and visual editing of FXG less commonly preserved when exporting from the other apps.
    A workflow example for a project I recently used Catalyst with, http://disneycruiseadventure.com/ was to open the PSD provided inside of Photoshop, launch Catalyst, draw a shape (or copy/paste in a vector smart object from Illustrator), and use it's properties panel to match the Photoshop layer styles. This basically the climax of the day, because the rest of it was all spent manually editing code in Builder (and often fixing a lot of the crap code Catalyst spit out). For advanced use of graphics, we relied heavily on the Flex Component Kit, which basically lets you work with any MovieClip inside of Flex or even insert Flex components into a Flash Professional container. The integration between Flex & Flash Pro is most commonly overlooked, which is sad because it still offers the very most design freedom for Flex and has been around long before Catalyst.
    In my personal project, my workflow heavily involves Fireworks. It's exporting capabilities are unparralled by any of the other Adobe design apps. You can design with the 1px precision you are after, and almost always preserve that precision after exporting to Flex 3, FXG, and even CSS. Speaking of CSS, now you can export to CSS3 and jQuery mobile themes using Fireworks. If I had a choice between Fireworks and Catalyst, I would take Fireworks without any question. If you're looking for another workflow, consider the idea of taking HTML/CSS exported by Fireworks and opening it inside of Adobe Edge for adding animation and interactivity. Then do your final editing with Dreamweaver, or skip the Edge step if you don't need it.

  • Good information for anyone using Flash Catalyst CS5 !!!

    I am using FC_CS5 and I am a huge fan and can not wait for the next version to come out. I have already maxed out the potential of this program and I have noticed many other people having the same problem that I had when it comes to not being able to create any more than 20 different states or 20 different pages.
    The way around this is simply to design your project within AI CS5, Fireworks CS5, Photoshop CS5. I started my project out in Illustrator CS5 simply because Flash catalyst will recognize your layers and your individual artboards and will lay them out for you in your Catalyst project. This is the great part!!!
    You can't  create new or duplicate anything over 20 states from within Catalyst but you can create a large amount of artboards or in catalyst terms, "states", thus allowing you to get by the restriction within catalyst.
    My project has about 45 different artboards. I created a few extra artboards incase the client wanted to add some stuff later on. I create a catalyst project from my AI project and now I have 45 different states.
    I hope this will help anyone who is using Flash Catalyst and I can't wait for the adobe crew to fix this issue allow for more than 20 states in the future and I better not find out that the adobe crew stops the "work around" I described above!

    OH man it's precious.
    Do you have any insight into my imported swf problem?
    I have just now updated dw and fc and redone the process (heard imported swfs was easier on the beta version) don't know why I can't manage my assets, or what I did wrong in one instance, but correctly in the other.  (see the animation on the LW corner).
    The help files really need to be developed in this area, I guess..
    two versions, testing server correct: www.cachetrade.com
    Not running swf (with rollover of the yogi on the left): www.desertypalmyoga.com
    Is this a hijack or a top-post?
    I really just want to understand the issues so I can plan workflow: really quite powerful, that's why this first design in most b+w (though curious how the color overlays and modes will work... )
    THANKS!

  • Using Artworks of Photoshop & Illustrator with Flash Catalyst

    I am not sure if I am posting this in the proper area yet I need to know if the Flash Catalyst works with only Artworks of PS CS4? Or will it work with any older versions such as PS CS2 or PS CS3?  Any help with this would be greatly appreciated.  I want to try the Catalyst and maybe even purchse it yet it needs to be compatiable with my programs in order for myself be able to use it, the demo only mentions PS CS4.  If anyone could let me know, please email me at [email protected]

    Hi guys,
    Please see this thread: http://forums.adobe.com/message/2120587#2120587
    -Adam

  • How can I setup Datalist's itemrenderers in Flash catalyst so Flex can use it as Skin ?

    Hello Everyone !
    I'm struggling with Flash Catalyst / Flex, as long as repeating google request in the objective to find an answer, but nothing so far...
    Here is the deal : i want to have a clear Workflow between Catalyst and Builder. Therefore, i have two separates projects : one is modified by catalyst only and contains all my application's skins and design. The other one is edited by Flex Builder and contains all the logic. But i run into a very annoying problem, when it comes to Datalist !
    I have an itemrenderer in a datalist that displays 3 information in 3 differents fields. Catalyst handles this good with it's conception time data panel. But, when you look at the source code, text properties of the created itemrenderer are binded to some stupide data object : {data.text1}, {data.text2}. That's great, but... In my Flex application, the real data object is more like data.name, data.firstname, data.score...
    Is there a way i can tell Catalyst to use some {data.name} for its binding, so when the project is imported into Flash i can use Catalyst's generated code as "Skin" instead of modifying the catalyst's generated code ? That would break the workflow making iterative work impossible ?
    Thanks in advance for information sharing or any solution to this...

    There is no ddns setup in the TC so how are you going to get your public IP??
    Port forwarding works ok.. give us a few screen shots of what you are doing..
    And of course you need to make sure the target IP has a static IP address.. preferably set on the TC itself.
    Overall though the Cisco router is probably better for this job.. just bridge the TC and use it as a backup device.. which is much closer to what it is in reality.

Maybe you are looking for

  • Using xml to load urls

    I am a designer working on a flash project that is used to navigate to html pages. The project is a map - when you roll over different states there is an animation making that state pop out and show the state name. When you click each state (Button),

  • Windows Server 2012 Standard - Remote Desktop Management service won't start

    Dear colleges, I'm seeking your help in resolving a weird issue with Remote Desktop. The Remote Desktop Management service gives the following error message any  time it is attempted to start: "The Remote Management Service on Local Computer started

  • I want to display the both Hindi and English font in single text object

    hi... my problem is i want to display both Hindi and English font together in a single text object... the data is retrieved from Database in detail section... is there any font which supports both Hindi and English font for single text object... help

  • Solaris problem:  libmawt.so not found

    I also posted this message to the JRE group. Sorry it you've already seen it there. Not sure which group is right for this topic Whenever I try to run any graphic application on my Solaris machine, I get a fatal exception: "libmawt.so: open failed: N

  • What exactly does Verizon's *228 option 1 do for Iphone?

    Does it do anything bad to my phone if I do it several times for either option 1 or 2?