My SWF got problems in AIR

I created an SWF, named e-Notice.swf, when I test Movie, publish setting was Flash Player 10.
And I copied e-Notice.swf to a directory under Apache, so it can be accessed by URL:
http://localhost/shadow-enotice-cms/e-Notice.swf
Note:under C:\Program Files\Apache Software Foundation\Apache2.2\htdocs, I also put a crossdomain.xml file.
After that, I created an AIR2.0 program, called player.swf, and use it to load e-Notice.swf:
[CODE]
function startLoad()
var  conText:LoaderContext = new LoaderContext();
conText.allowLoadBytesCodeExecution = true;
var mLoader:Loader = new Loader();
var mRequest:URLRequest = new URLRequest("http://localhost/shadow-enotice-cms/e-Notice.swf");
mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
mLoader.load(mRequest);
function onCompleteHandler(loadEvent:Event)
removeChild(perTxt);
addChild(loadEvent.currentTarget.content);
function onProgressHandler(mProgress:ProgressEvent)
var percent:Number = (mProgress.bytesLoaded/mProgress.bytesTotal)*100;
perTxt.text = percent + "%";
startLoad();
[/CODE]
then publish the AIR program, and install it.
The problem: when I played e-Notice.swf in AIR,  something didn't work.:confused:
If I test the Air Movie in Flash CS5, I got some prompt:
Warning: Ignoring 'secure' attribute in policy file from fpdownload.adobe.com/pub/swz/crossdomain.xml.  The 'secure' attribute is only permitted in HTTPS and socket policy files.  See //www.adobe.com/go/strict_policy_files] for details.
[SWF] /shadow-enotice-cms/e-Notice.swf/[[DYNAMIC]]/3 - 5445151 bytes after decompression
*** Security Sandbox Violation ***
SecurityDomain 'http://localhost/shadow-enotice-cms/e-Notice.swf' tried to access incompatible context 'app:/player.swf'
*** Security Sandbox Violation ***
SecurityDomain 'http://localhost/shadow-enotice-cms/e-Notice.swf' tried to access incompatible context 'app:/player.swf'
SecurityError: Error #2070: Security sandbox violation: caller localhost/shadow-enotice-cms/e-Notice.swf/[[DYNAMIC]]/3 cannot access Stage owned by app:/player.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at fl.text::TLFTextField/invalidate()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\ tlfRuntime\fl\text\TLFTextField.as:789]
at fl.text::TLFTextField/setSelection()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stag e\tlfRuntime\fl\text\TLFTextField.as:5768]
at fl.text::TLFTextField/switchToEditingMode()[F:\stage\Flash11_Main_485_Stage\main\authorto ol\Stage\tlfRuntime\fl\text\TLFTextField.as:6185]
at fl.text::TLFTextField/replaceText()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage \tlfRuntime\fl\text\TLFTextField.as:5650]
at fl.text::TLFTextField/set text()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\tlfRuntime\fl\text\TLFTextFi eld.as:3961]
at e_fla::eNoticeContent_1/onConXMLLoaded()[e_fla.eNoticeContent_1::frame1:69]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
*** Security Sandbox Violation ***
SecurityDomain 'http://localhost/shadow-enotice-cms/e-Notice.swf' tried to access incompatible context 'app:/player.swf'
SecurityError: Error #2070: Security sandbox violation: caller [url]http://localhost/shadow-enotice-cms/e-Notice.swf/[/url][[DYNAMIC]]/3 cannot access Stage owned by app:/player.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at fl.text::TLFTextField/invalidate()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\ tlfRuntime\fl\text\TLFTextField.as:789]
at fl.text::TLFTextField/setSelection()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stag e\tlfRuntime\fl\text\TLFTextField.as:5768]
at fl.text::TLFTextField/switchToEditingMode()[F:\stage\Flash11_Main_485_Stage\main\authorto ol\Stage\tlfRuntime\fl\text\TLFTextField.as:6185]
at fl.text::TLFTextField/replaceText()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage \tlfRuntime\fl\text\TLFTextField.as:5650]
at fl.text::TLFTextField/set text()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\tlfRuntime\fl\text\TLFTextFi eld.as:3961]
at e_fla::GridThumbs_35/createThumbs()[e_fla.GridThumbs_35::frame1:68]
at e_fla::Albums_46/coverMouseDown()[e_fla.Albums_46::frame1:249]
*** Security Sandbox Violation ***
SecurityDomain 'http://localhost/shadow-enotice-cms/e-Notice.swf' tried to access incompatible context 'app:/player.swf'
SecurityError: Error #2070: Security sandbox violation: caller [url]http://localhost/shadow-enotice-cms/e-Notice.swf/[/url][[DYNAMIC]]/3 cannot access Stage owned by app:/player.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at fl.text::TLFTextField/invalidate()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\ tlfRuntime\fl\text\TLFTextField.as:789]
at fl.text::TLFTextField/textFlow_ScrollHandler()[F:\stage\Flash11_Main_485_Stage\main\autho rtool\Stage\tlfRuntime\fl\text\TLFTextField.as:6271]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flashx.textLayout.elements::TextFlow/dispatchEvent()
at flashx.textLayout.container::ContainerController/updateForScroll()
at flashx.textLayout.container::ContainerController/set horizontalScrollPosition()
at flashx.textLayout.container::ContainerController/scrollToRange()
at flashx.textLayout.edit::EditManager/finalizeDo()
at flashx.textLayout.edit::EditManager/endCompositeOperation()
at fl.text::TLFTextField/replaceText()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage \tlfRuntime\fl\text\TLFTextField.as:5664]
at fl.text::TLFTextField/set text()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\tlfRuntime\fl\text\TLFTextFi eld.as:3961]
at e_fla::GridThumbs_35/createThumbs()[e_fla.GridThumbs_35::frame1:68]
at e_fla::Albums_46/coverMouseDown()[e_fla.Albums_46::frame1:249]
*** Security Sandbox Violation ***
SecurityDomain 'http://localhost/shadow-enotice-cms/e-Notice.swf' tried to access incompatible context 'app:/player.swf'
SecurityError: Error #2070: Security sandbox violation: caller [url]http://localhost/shadow-enotice-cms/e-Notice.swf/[/url][[DYNAMIC]]/3 cannot access Stage owned by app:/player.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at fl.text::TLFTextField/invalidate()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\ tlfRuntime\fl\text\TLFTextField.as:789]
at fl.text::TLFTextField/textFlow_ScrollHandler()[F:\stage\Flash11_Main_485_Stage\main\autho rtool\Stage\tlfRuntime\fl\text\TLFTextField.as:6271]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flashx.textLayout.elements::TextFlow/dispatchEvent()
at flashx.textLayout.container::ContainerController/updateForScroll()
at flashx.textLayout.container::ContainerController/set horizontalScrollPosition()
at fl.text::TLFTextField/set scrollH()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\tlfRuntime\fl\text\TLFTex tField.as:3610]
at fl.text::TLFTextField/set text()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\tlfRuntime\fl\text\TLFTextFi eld.as:3967]
at e_fla::GridThumbs_35/createThumbs()[e_fla.GridThumbs_35::frame1:68]
at e_fla::Albums_46/coverMouseDown()[e_fla.Albums_46::frame1:249]
*** Security Sandbox Violation ***
SecurityDomain 'http://localhost/shadow-enotice-cms/e-Notice.swf' tried to access incompatible context 'app:/player.swf'
SecurityError: Error #2070: Security sandbox violation: caller [url]http://localhost/shadow-enotice-cms/e-Notice.swf/[/url][[DYNAMIC]]/3 cannot access Stage owned by app:/player.swf.
at flash.display::Stage/requireOwnerPermissions()
at flash.display::Stage/addEventListener()
at fl.text::TLFTextField/invalidate()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\ tlfRuntime\fl\text\TLFTextField.as:789]
at fl.text::TLFTextField/setSelection()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stag e\tlfRuntime\fl\text\TLFTextField.as:5768]
at fl.text::TLFTextField/switchToEditingMode()[F:\stage\Flash11_Main_485_Stage\main\authorto ol\Stage\tlfRuntime\fl\text\TLFTextField.as:6185]
at fl.text::TLFTextField/replaceText()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage \tlfRuntime\fl\text\TLFTextField.as:5650]
at fl.text::TLFTextField/set text()[F:\stage\Flash11_Main_485_Stage\main\authortool\Stage\tlfRuntime\fl\text\TLFTextFi eld.as:3961]
at e_fla::PhotoStage_38/loadPhoto()[e_fla.PhotoStage_38::frame1:141]
at e_fla::PhotoStage_38/show()[e_fla.PhotoStage_38::frame1:68]
at e_fla::GridThumbs_35/onThumbDown()[e_fla.GridThumbs_35::frame1:266]
But I did not use Stage in my code of e-Notice.swf.
Any help will be highly appreciated.

DaJoDa,
Could you please give me more specifics so i can answer your question?
LuSeeMoo

Similar Messages

  • HT203512 Got my iPad air replaced guy in store said my music was in cloud and it wouldn't be a problem to transfer over.turns out it is cause I had updated my system since then and my entire music Is

    I Got my iPad air replaced because it had problems connecting to the wifi.
    the guy in the Apple Store said my music library was stored in the cloud and would be easily restored.
    the problem is the new iPads operating system was updated there for couldn't retrieve my stored music I was livid I have an old pc
    that took me ages to get the full music library on in the first place and don't really want to go down that route again.
    please if you can give me any advice to get my library on my iPad from the cloud please help.....

    There are two ways to sync music across your computers and devices (e.g., iPads, iPhones).
    One (the "traditional" method) is to connect a cable between the PC or Mac and the device, open iTunes, and sync all or some of your music.
    The cloud method requires an iTunes Match subscription ($25/year in the US, £22/year in UK). With this method, you sign up, and all your iTunes music is copied up to the cloud, where it then becomes available on all devices. If you stop the subscription you lose cloud access to the music - however, you should keep a copy of the music in its original location (e.g., the PC you started with), or download everything from the cloud to another authorized computer, to keep a local copy just in case. If you're not sure whether or not you have an iTunes Match subscription active, check your emails from Apple, or just try to sign into iTunes Match on the iPad (Settings - iTunes - iTunes Match) and see if it lets you.
    "Device backup" is a separate thing from "syncing". You can back up an iPad to a computer or to iCloud. Much of your information is backed up - however, it does NOT include music. If the Apple representative told you that an iCloud backup would restore your music, he was mistaken.
    I don't know if that helps you
    Matt

  • I just got my macbook air and at least once a day it has frozen and ive had to restart it is there a way to fix that?

    i just got my macbook air, less then a week ago,  and at least once a day it has frozen and ive had to restart it is there a way to fix that?

    If the MBA is within 14 days of the purchase date from an Apple sore, you may return it for a refund or an exchange.
    Regarding the specific problem you are facing, can you provide more details, such as the application that you were using and exactly what the response was.
    Ciao.

  • Embedding swf into HTML+JS AIR app

    Hi
    I'm trying to embed swf into HTML+JS AIR app with no luck.
    First, I created flash library with this class in default package.
    package
         import mx.controls.Alert;
         public class Utilities
              public function Utilities()
                             //asdfasdf              
                   Alert.show("asdasd","");
    Then I compiled the project with Flash Builder and got library.swc as result. Then I extracted swf file.
    After this is added required code into my html:
    <html>
    <head>
        <script type="text/javascript" src="AIRAliases.js"></script>
        <script type="text/javascript" src="AIRIntrospector.js"></script>
        <script type="text/javascript" src="jquery-1.6.2.js"></script>
        <script src="library.swf" type="application/x-shockwave-flash"></script>
        <script type="text/javascript">
            $(document).ready(function () {
                alert('loaded');
                air.Introspector.logError("aaa");
                var v = new runtime.Utilities();
        </script>
    </head>
    <body>
    </body>
    </html>
    Then after I run application, I get error that result of expression is not constructor, function etc.
    Could you help me please?  Thanks in advance.
    Here is sample code:
    http://depositfiles.com/files/jztpnlb3a

    No. I mean that the Flex framework makes certain assumptions about the environment it is running in -- like having a stage to work with. The Alert function, for example, works by creating a sprite and adding it to the Flash display list. Since your embedded SWF is not on a stage, there's no way for it to work.
    You can can possibly use certain non-visual parts of the framework, such as the rpc package, but I can't guarantee it.

  • I recently got new mac air and transferred my old version garageband projects now when I open them in 10.0.2 I can add new tracks but then nothing can record, shows its receiving sound from software inst. but no sound. I checked audio preferences and

    i recently got new mac air and transferred my old version garageband projects now when I open them in 10.0.2 I can add new tracks but then nothing can record, shows its receiving sound from software inst. but no sound. I checked audio preferences and they are set as they should be. I tried it in all the other older projects and same issue anyone have any experience like this very frustrating.  Can one download old version still ? or can you run both versions on OS10.9.5 ?

    Ok, either my question was too long or nobody seems to have an answer. Sad, either way
    Here's something I found out in the meantime, maybe this is interesting for somebody or maybe - problem's not totally solved - enough info for any of you to give me further advice.
    When I start Logic Core Audio driver de-activated, I can open old songs. Then I save them in a new folder with all audio files and a new name. And I remove all EXS24 instruments as well as the Space Designer. I quit Logic, re-open with Core Audio activated and I can open the song.
    Problem no.1: EXS24 instruments don't find the appropriate samples, but EXSMananger Pro did help me with this. Same problem with Space Designer, which doesn't find the impulse responses, connected to a certain preset.
    Two questions, every idea would be great!
    - Is there any way to teach Space Designer Presets where to look for impulse respones. I can load IR samples directly and create a new preset, but I can't use my old ones.
    - Is it possible to install Logic from scratch over an existing version? Or how should I de-install everything connected with Logic and then install a fresh version from CD?
    Thank you again,
    Joern

  • I recently got new mac air and transfered my old version garageband projects now when I open them in 10.0.2 I can add new tracks but then nothing can record shows its recieving sound from software inst. but no sound. I checked audio preferences OK

    i recently got new mac air and transferred my old version garageband projects now when I open them in 10.0.2 I can add new tracks but then nothing can record, shows its receiving sound from software inst. but no sound. I checked audio preferences and they are set as they should be. I tried it in all the other older projects and same issue anyone have any experience like this very frustrating.  Can one download old version still ?
    thanks,

    Ok, either my question was too long or nobody seems to have an answer. Sad, either way
    Here's something I found out in the meantime, maybe this is interesting for somebody or maybe - problem's not totally solved - enough info for any of you to give me further advice.
    When I start Logic Core Audio driver de-activated, I can open old songs. Then I save them in a new folder with all audio files and a new name. And I remove all EXS24 instruments as well as the Space Designer. I quit Logic, re-open with Core Audio activated and I can open the song.
    Problem no.1: EXS24 instruments don't find the appropriate samples, but EXSMananger Pro did help me with this. Same problem with Space Designer, which doesn't find the impulse responses, connected to a certain preset.
    Two questions, every idea would be great!
    - Is there any way to teach Space Designer Presets where to look for impulse respones. I can load IR samples directly and create a new preset, but I can't use my old ones.
    - Is it possible to install Logic from scratch over an existing version? Or how should I de-install everything connected with Logic and then install a fresh version from CD?
    Thank you again,
    Joern

  • Problem Installing Air on 2 Macs

    I'm having a problem installing Air on 2 macs.  The symptoms are the same - the installer launches and nothing else happens.
    Configuration 1:
    Macbook Pro (Feb 2008); 2.5 GHz; MacOS 10.6.3
    Configuration 2:
    PowerMac G5; dual 2.5 GHz; MacOS 10.5.8
    Both computers have Design Premium CS3 installed, in case that matters.
    Here's the log off of the laptop:
    Performing runtime install
    UI SWF load is complete
    UI  initialized
    starting user confirmation
    Version of  this installer: 1.5.3.9130
    Installation type: new
    And there it stays.  The installer is running and I can choose Quit from its menu.  It looks like it's waiting for user authentication, but the dialog never appears.  Since the symptoms on both are the same, I'm guessing that whatever the cause is something common to both computers.  I've had no problems installing Flash or any other program.  This looks to be specific to Air.
    FWIW, I tried installing the beta of Air 2.0 hoping that might work.  No difference!  Here's that log (from Console):
    4/8/10 2:55:22 PM Adobe  AIR Installer[1488] Performing  runtime install
    4/8/10 2:55:22 PM Adobe AIR  Installer[1488] UI SWF load is complete
    4/8/10 2:55:22 PM Adobe  AIR Installer[1488] UI  initialized
    4/8/10 2:55:22 PM Adobe AIR  Installer[1488] starting user  confirmation
    4/8/10 2:55:22 PM Adobe AIR Installer[1488] Version  of this installer: 2.0.0.11670
    4/8/10 2:55:22 PM Adobe AIR  Installer[1488] Installation  type: new
    The only difference is when I quit out the version 2 installer, a crash report is generated.  I can post that if anyone thinks it would help.
    Any suggestions?
    -Larry Gelfand

    Could you please tell us where the "ar" binary is located?
    i.e. output of following command
    $ which ar
    Also we can discuss it on below mentioned eepc discussion
    forum, to unify all eepc issues:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1423014&CFID=12140508&CFTOKEN=3729f92530290ab0-45A604F7-08F3-0E8E-C4F904066B27BEE0&jsessi onid=48305a2eb43f1104ac0259491523602b5c55
    -Syed

  • GOT PROBLEM! READ THIS FIRST! (Updat

    Today, i will cover about sound quality. It means you get to understand the problem of sound and understand what is SOUND!! You will find my own tweaks setting below of it...
    Distortion:
    Distortion is not just Booooo....booooo sound you heard!! If you listen to a distorted above average speaker output it will never crack. But this doesnt conclude the speaker didnt distort and can blast until FULL volume!! If you hear the bass hitting isnt percise or hard to hit with added of loud boooo boooo noises, IT MEANS IT HAD REACHED ITS LIMIT
    In addition, if you hear your sub woofer wood had lossen screw or wood sound, it also means it had reach it limit.
    So, FOR GOD SAKE, THE TABLE SHACKING BY BOOO BOO SOUND IS NOT BASS, IS A CRAP RETART LOSSY DISTORTED SPEAKER. Some music booo a lot...but it will be a mighty booo, then again, it depends on the music. Good speaker like the S750 wont boo a lot! How to test it's Switch on "Hooboostank-The Reason" if your speaker boo like hell in this music, IT SUCKS!! UNDERSTAND? END!
    UNDERSTANDING THE MUSIC CONCEPT
    When i say this topic, please dont judge people speaker distort badly. You should understand that some music causes that too. Music bit rate is the cause of the sound quality. The higher the better, the lower the worse. Hissing sound is the problem of the music itself or bit rate of the music. So, please check the bit rate of your music content if it doesnt sound right. To understand more of music concept, get a headset to hear it clearer, they do make a diffrence ^_*...
    Bass Audjustments
    Most NOOBS or nuts thing that the only way to get strong bass is turning the bass setting to the highest! WRONG!!!(It is true if you had a $30 below speaker) If you had a surround or a high end speaker, turning the bass to the highest will sound like a lossen plate with nuts being screwed tight! As a result, you will hear no deep down firing bass, instead of a tight screwed bass listening experience. IF you turn your bass setting to center, and use the master sound volume to go up, the bass can beat more smoother and easier. Is hard to explain, but it makes a diffrence in terms of deep and precise of it...try it out!
    VARIOUS SPEAKERS
    Speakers can be categorized to_O. For example, while do people gives praise to altech lansing more ? and comments klipsch as the best game speaker in the market ? why?
    It is because diffrent speaker gives diffrent output. some speakers like 2. speakers often tweak it for average used, thats games, music and movies.. Ever heard of road show TV speaker that cost $0,000 and sound great in movies but sound terrible in music? THATS THE POINT! How to diffrentiate? To diffrentiate it, a speaker that gives out hard bass is mainly for games, not suitable for music or movies. Secondly, speaker bass that is soft is for movies and musics. Althought sound card can configure it, but it still makes a diffrent in speakers type. Now why do my s750I 200++ walt RMS power is not as good as the logitechz5500 00++ walt?
    Design WOOFER output
    Is not about design, is about how the bass output. If you buy a woofer that had a satellite hole(Not the output air hole, the hole that had cage in it) facing down to the floor, you wont hear bass hit outside your room. It is because the bass all gone down. As a result, your downstair neighbours is mad @_#(Read speaker placement for details). So again, why people said s750I bass is not good as the logitech? it is because S750I bass is facing the floor and the Logitech Z5500 is facing to the outer direction like the standard direction used by all 2. speaker. Facing Left or front or back and NOT DOWN like S750i! Lastly, S750I bass is better than Z5500 just that you cant know it ^!^...
    HEAT MANAGEMENT
    I had receive report saying that gigaworks wont last for a year..... So, You think you can on your speaker 24/7? THINK AGAIN. They say your listening will decrease after hours of long bass firing music. WRONG!!! If you blast your speaker too long, the hearing decrease is not you, but is the SPEAKER! To maintain a healthy speaker, blast it for 3 to 6 hours a day and rest between 2 hours before continuing. If you dont believe it, try it yourself!!! Make sure you turn it off, not on without use!
    SUB PLACEMENTS
    A lot of people tends to put their sub woofer under their desk, center of their sit. GOOD, BUT IDIOT!! Why? if you put like that, you wont had a enjoyable listening experience, cause the bass would irritate you too much. To maximize your listening experience, put your sub woofer at places that dont block left, right backwards, foward sections. Gi've the speaker a big clear way. If you do that, the sound will blast nicely. If you dont, the blocked junction will compressed all the bass towards a specify direction, resulting in overwhelming bass experience *~*. In my opinion, put it left or right of you !
    Example of some distorted sound problem quality games
    DOOM 3
    Problems: Hissing while monster attacked with fire
    Solution: Sit far from your speaker, you wont feel it
    Case: Weird
    BATTLE FIELD 2
    Problems: distorted and cracked sound while Jet missles hit something or car blow out
    Solution: sit far from your speaker, it wont happend!
    Case: **bleep** weird
    Quake 4
    Problems: surround speaker with "Tak" like there's a speaker problem when user countering a lot of enemies while firing happily ^!^.
    Solution: 00% game need a patch
    Case: is normal (EA fault)
    Examples of music that had some problems
    IN LUV with a striper & T-Sprung
    Problem: Just listen to that bass sound, people will think your bass got problem in far listening
    KElly Clarkson Because Of You.
    Problem: the bass, is a terrible bass song. This can be heard clearly by turning on 24-bit crysterllizer.
    All Hilary Duff Old Album Songs
    Problem: her song bass is recorded in low quality, so you will experience some weird experience
    Example of music that sounds good ^!^
    Try listening to some club music like
    BeniBessi
    Linkin Park
    Where is the love
    Result: their bass is percise and strong.
    So, IS MUSIC PROBLEM, PLEASE UNDERSTAND THE CONCEPT!!
    WHAT SETTING I USE?
    My Hardware's
    P4 2.8
    Gigayte mother board
    756 Ram
    Direct 9xC
    Window XP pro
    X-Fi Platinium
    Gigaworks s750i.
    Software
    Windows Media Player 0 for movies and music (REMEMBER, EQUALIZER MUST BE TURN OFF, IT AFFECTS QUALITY)
    Power DVD XP as codec
    *NEVER USED CREATIVE PLAYERS (Wont support full surround)
    *make sure your divx sound setting is not interfering with your sound setting (It always does, So i never install it ^!^)
    *make sure there is only sound driver installed and thats only CREATIVE. No remix application or stupid bass boost applications, or no crapy sound filtering applications installed.
    Settings
    ENTERTAINMENT MODE
    Equalizer OFF
    SVM OFF
    BASS REDIRECTION OFF
    FULL DYNAMIC RANGE SELECTED
    -Side,and Rear.
    -decode with sound card
    Dolby Digital On
    DTS On
    CMSS-3D Stereo surround 50 percent
    24-BIT CRYSTLELLIZER MAXIMUM
    7. setting
    GAME MODE
    -SAME, D. I.K HEADS!!
    With this setting i make, i had no such problem as you encounter! JUST TO LET YOU KNOW THAT,good products will discover the bad things of other products. For example, if the music is distorted, you will listen it clearly. it just a meaning of whether you can understand the meaning of it ^_*
    TAKE A LOOK AT A SURVEY CONDUCTED:
    35 percent of user have more money than brains
    70 percent of user that i had conducted says that his $43 speaker system will not distort at high volume! for example of the conducted users speakers are, altech lansing 2., Klipsh Promedia 2.!!!
    95 percent of user doesnt aware of KPBS quality formats in MP3, WMA...
    00 percent of user is stupid enough to cheat by advertisements ^!^...
    thas all ~
    by: Meow ^-^Message Edited by MeowHelper on 03-26-20060:20 PM

    MeowHelper wrote:
    but a distort booo will become tuuuuuuuu, tuuuuuu ,tooooo
    :smileyindifferent:
    Are you absolutely certainI was convinced it it would be a wuuuuu wuuuuu wooooo!
    MeowHelper wrote:
    HEAT MANAGEMENT
    I had receive report saying that gigaworks wont last for a year.....
    So, You think you can on your speaker 24/7? THINK AGAIN. They say your listening will decrease after hours of long bass firing music. WRONG!!! If you blast your speaker too long, the hearing decrease is not you, but is the SPEAKER! To maintain a healthy speaker, blast it for 3 to 6 hours a day and rest between 2 hours before continuing. If you dont believe it, try it yourself!!! Make sure you turn it off, not on without use!
    You'll find that most of the thermal problems people experience on here are actually the BASH power amp ICs burning out; heat dissipation is a problem with most IC power am
    ps.
    I've never heard of a speaker's output decreasing when the voice coil gets hot. Some amps reduce the volume as a safety mechanism to protect the output devices when they become too hot, then normal power is restored when the temperature dro
    ps.
    If what you experience is actually happening, and you're not temporarily deafening yourself with?your booo booo's and toooo toooo's , then it's probably the?thermal protection in the amp, and nothing to do with the speaker voice coil.
    MeowHelper wrote:
    thas all ~
    Thank god for that!? :smileyvery-happy:

  • Problem launching Air 1.5 app in Windows 7

    I've got an internal tool that is written in Flex/Air and distributed to our content designers for producing game content.  It's been working great until we started getting Windows 7 machines in the office.  On some of these machines, after installing Flash/Air and our tool (TerrainEdit), TerrainEdit will just fail to launch.  Everything claims it installed fine, a process gets started (which I can see in Task Manager), but as far as I can tell my code never gets called.  I've tried putting a log file write in the init function and it never happens.  Since I'm an Air app it doesn't write to the flash log.   The first time this occured I managed through some combination of uninstalls of air, reinstalls of air, reboots of the machine, etc to have it just start working.  So I wrote it off as a Windows 7 fluke.  But now it's happening again, and I can't seem to make it work.  I've tried clean installs of flash, air,  and TerrainEdit, and I'm getting exactly the same result.  A process spins up, but it never gets to me.  Anyone else seen something like this?  Have a magic incantation I can try to make it work?  I'm worried this will become an ongoing hassle as more new machines with Windows 7 appear in house.
    Thanks,
    Rick

    So I made some progress on this, which might point to the answer.  It appears that installing my app in Program Files x86 is the issue.  If
    I try to install in Program Files it redirects to x86, and continues to fail.  If however, I install in a completely different directory, say c:\tmp\TerrainEdit, then it runs just fine.  So I suspect there's some funky permissions problem between air and Windows 7 with running out of the holy thou shall not touch Program Files directory, but it works fine elsewhere.

  • HT4623 Just got an ipad air and the apps that are meant to be free ie pages iMovie are coming up with a price how to I get them free

    Just got an ipad air and the apps that are meant to be free ie pages iMovie are coming up with a price how to I get them free

    EvaCarton wrote:
    I have this problem too on my ipad 2.
    It's best to create a new post rather than tag onto an older post.
    How to get all the iWork apps, iPhoto, and iMovie for free on an eligible iPhone or iPad
    http://www.imore.com/how-get-all-iwork-apps-iphoto-and-imovie-free-eligible-ipho ne-or-ipad
    About Free Apple Apps for iOS 7 compatible devices
    http://support.apple.com/kb/HT5913
     Cheers, Tom

  • My iphone 4s wifi on/off appear grayed out or dim i can not use and battery got problem with retain charge even not in use. and i am in india here no taking my product for repair . how i sort out this issue

    Hi,
    i bought iphone 4s in london but now return to india . right now i can not access wifi option because wifi on/off grayed out or dim . and also battery got problem to retain power it automatically loose power even not in use. i went to local apple service centre they said could not repair in india.they said talk to uk apple centre. so what i do now please any one give guidence .

    You posted in the iPad forum instead of the iPhone forum. To get answers to your question, next time post in the proper forum. See https://discussions.apple.com/index.jspa  I'll request that Apple relocate your post.
     Cheers, Tom

  • I got problem when trying to contact my iphone 4 using facetime,it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

  • TS3274 its almost 10 months,i purchased ipad2 32 3g wifi.itinially i got problem with applications shut off frequently now since last 4 months my ipad starts with a message (connect iTunes)like first time start and going to restore mode and it occurs freq

    its almost 10 months,i purchased ipad2 32 3G wifi.itinially i got problem with applications and safari shut off frequently now since last 4 months my ipad starts with a message (connect iTunes)like first time start and going to restore mode and it occurs frequently.plz advise.

    If you have followed the standard Apple troubleshooting processes (see user guide )
    probably a trip to the local Apple Store Genius bar is called for before warranty runs out
    Assuming the iPad has been released in your Country if not you may have to take it to a
    neighbouring Country where it is available
    This page will tell you ,via the drop down menu Countries that can support iPad
    http://support.apple.com/kb/index?page=servicefaq&geo=United_Kingdom&product=ipa d

  • My iPhone and iPad are on my moms icloud account and i just got a macbook air and i want all my devices on my own iCloud account - i went to all of my settings and it won't let me change my iCloud account on my phone and iPad. can i change this?

    My iPhone and iPad are on my moms icloud account and i just got a macbook air and i want all my devices on my own iCloud account - i went to all of my settings and it won't let me change my iCloud account on my phone and iPad. can i change this?

    You will have to do more than simply changing settings in your moms account. To set up everything in your own account, go to Settings > iCloud > scroll down and press sign out. From this, check out this link for how to setup iCloud on all of your devices after making a new icloud account on your phone: https://www.apple.com/icloud/setup/
    Before you set that up, you will have to make a new iCould account which you can simply do after you sign out of your mom's account on your devices.
    Hope I can help!

  • We just got 2 iPad air today and Set up both with the same Apple ID, now I'm getting messages and FaceTime for my 13 yr old daughter.  Do I have to create a different Apple ID for her?

    We just got 2 iPad air today and Set up both with the same Apple ID, now I'm getting FaceTime and messages for my 12 yr. old.  Do I have to set up a separate Apple ID  for her to avoid this?

    It's a trust issue. You can set them up so you don't receive each other's messages as long as you each have your own email address.
    The trust issue is the fact that either of you can change the separation at any time via Settings by checking the appropriate (inappropriate?) email address.
    To be absolutely sure you can never receive each other's messages will require two Apple IDs.

Maybe you are looking for

  • How do i connect my macbook air to a wireless printer as there is no cd slot

    I have a wireless printer and it has a CD to insert into the computer to connect it but i have a macbook air....and therefore no CD slot. what can i do? thanks!

  • Hotspot on rollover image

    Hi there, I have an image rollover and I'd like to put a couple of hotspots linking to other pages on the rollover image. e.g. on this page http://pixeld.99k.org/comics.htm, I'd like to have hotspots over 'part 1' and 'part 2' on the rollover image f

  • Accessing Row-Wise Initialization variable in OBIEE Answers 11g

    Hi All, I need to access row-wise initialized session variable in answers fx section, i came to know from following blog http://carpediemconsulting.wordpress.com/ that i can use VALUELISTOF(NQ_SESSION.ROW-WISE-VAR)) function to get the list of values

  • MBP slow after Mavericks upgrade?

    Ever since installing Mavericks (or maybe it's unrelated, who knows) my MBP just seems sluggish. My impression is that the sluggishness is related to disk IO. I've thought about upgrading to an SSD since I know that would help, but I think it would j

  • Field headings display in clasical report

    Hi ABAPERS iam working on clasical report. in that i have to display 16 field headings. when executing the report, the column headers should be frozen at the top so that when the user is scrolling down, they can see what the column title is. how can