Menu keeps appearing in the swf file

I made a flash for my website and used the fscommand to hide
the menu, and it works well when i open the swf file. But when i
insert it inside a web page the menu still there when any one click
the mouse right button :S I think i did this before and worked but
now i dont know y is this happening :S

Hi there,
Im not absolutely sure on this, but i think in order to use
fscommand in a browser, you need some javascript in your html code
to handle it.
You should check the flash docs on fscommand for browsers.
Hope this helps.

Similar Messages

  • How to create the SWF file which was included surrogate pairs.

    I would like to make sure how to create the SWF file which are included surrogate pairs.
    The error of outside the scope of unicode occurred when I compiled(mxmlc) the as file which was set surrogate pairs to 'Unicoderange'.
    Ex, I set the '  '(UTF-16 is '20B9F') to 'Unicoderange'.
    However, I cannot add the surrogate pairs.
    The error of outside the scope of Unicode occurred when I compiled the AS file.
    The reason of error was that the Unicode(UTF-16) of surrogate pairs is invalid.
    Then, I read the following pages.
    These pages are written that unicode-range supported surrogate pairs.
    http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_07.html
    http://www.w3.org/TR/1998/REC-CSS2-19980512/fonts.html#descdef-unicode -range
    So please let me know how to create the SWF file which are included surrogate pairs.
    Environment
    - Flex3.5a
    - TTC: meiryo(ver6.02), msgothic(ver2.50), mspgothic(ver2.50)
    Thanks,
    Takeshi Ishihara.

    I've been able to create project jar files in Eclipse by selecting Export from the File menu, then choose Java - Jar file - and provide the required information, name, destination folder etc. But when I do this, I do not export other jars on the build path this way nor do I expect to do this. I am only concerned with creating a jar file of my own work. A jar file does not "contain" other jar files. If the jar file contains the main method, and requires other jars for it's execution, then you may wish to include a reference to required jars on the class path entry of the Manifest file of the jar file you create. I'm not sure how to create a Manifest file in eclipse though..

  • Detect end of the .swf file from captivate

    Hi,
    I've a .swf file sent by our clients. They want to put that .swf file on the webpage. The .swf file is published from captivate.
    Now they want to display a submit button on end of the .swf (video). I don't know how to detect end of the video.
    Need help...!!!
    Thank you,
    Himadri

    Welcome to our community
    Within Captivate you are able to choose different actions to occur when the Captivate movie completes play. Of course if you don't have Captivate and the project file you are pretty much stuck with what you have. If you *DO* have access to the source, you would then configure the end action to be what you like. Perhaps execute some JavaScript, load a different page, etc.
    If you don't have access to the source file, you may be better off asking whomever provided the SWF to you to make a small change to the end action. They would then compile a new SWF and provide that to you to use.
    You just said a "Submit" button should appear after the video plays. What exactly is this button supposed to do?
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Error #2136: The SWF file

    I am trying to learn how to use classes.The book i am using gave me this example.
    In Vechile.as
    package{
                import flash.display.MovieClip;
                import flash.events.Event;
                public class Vehicle extends MovieClip{
                            public var _gasMileage:Number;
                            public var _fuelAvailable:Number;
                            public var _milesTraveled:Number =0;
                            public var _go:Boolean;
                            public function Vehicle(mpg:Number=21, fuel:Number=18.5){
                                        _gasMileage=mpg;
                                        _fuelAvailable = fuel;
                                        this.addEventListener(Event.ENTER_FRAME, onLoop, false,
                                        0, true);
                public function onLoop (evt:Event):void{
                            if (_go){
                                        _fuelAvailable--;
                                        _milesTraveled+=_gasMileage;
                                        if (_fuelAvailable < 1){
                                                    this.removeEventListener(Event.ENTER_FRAME,
                                                    onLoop);
                                        trace(this, _milesTraveled,_fuelAvailable);
                                        this.x=_milesTraveled;
                public function go():void{
                            _go = true;
    In the main.fla
    In frame 1
    var vehicle:Vehicle = new Vehicle(21,18.5);
    addChild(vehicle);
    vehicle.go();
    when I compile it gives an output error.
    Error #2136: The SWF file file:///C|/Users/Ravenwind/Documents/Main.swf contains invalid data.
                    at Vehicle/frame1()
    I am stumped

    " I then assign Vehicle to document class box in the property box" Do not assign the Vehicle as the document class... remove it from there. 
    In the main file, if you didn't already create one, create a movieclip symbol (just draw a shape in it for now).  Right click the symbol in the library and select the Linkage option.   In the interface that appears, select the option to Export for Actionscript, and assign it the Class name "Vehicle" in the field labeled "Class"
    Make sure you save the Vehicle.as file after you put the code into it and have that file in the same folder as your Main.fla file.
    If you do the things I just described you should see an instance of the movieclip moving across the stage when you run the file.

  • How to reduce the swf file size of an imported After Effects file

    Hi!
    I am trying to make a web banner for an internet marketing company, so it has very specific requirements. We had it made in After Effects, and I was able to export it as a FLV file and import to Flash just fine along with the SWF. Now, I need to make the SWF file significantly smaller.
    Right now it is 2.5 MB and we can only submit a 40K size SWF. Is it even possible to reduce the size so much and still keep the animation's intregrity?
    I am more familiar with Flash than After Effects, but can play around with settings, etc if someone can tell me what to try.
    Thank you for your help!

    the easiest way to load and play your flv is to use an flvplayback component.  you just drag it from the component panel to the stage and, in the properties panel, assign its properties (eg, skin and source).
    but that will probably put you just over your 40kb limit and will require the skin.swf to be placed on the server with your banner ad.
    to decrease your swf size to negligible, use actionscript to play your flv.  this is the barebones code needed.  just replace your_video_url.flv:
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    ns:NetStream = new NetStreamnc);
    ns.play("your_video_url.flv");
    var video:Video = new Video();
    video.attachNetStream(ns);
    addChild(video);

  • The webpage in the swf file

    hi,i want to catch a function that when i open the swf file ,
    then the webpage shows in flash, how to realize it? if i use the ie
    to parse the html code can achieve the goal. and i want to know how
    the AIR achieve the goal. please give me some advice,
    thanks.

    Yes, I think I am going to have to just use Flash. The flash I was creating was very simple, and Encore would have done the trick if it had not been for the fact that the file would always require the AuthoredContent.xml file.  I was just trying to avoid having to learn ActionScript, and most of my animation is coming directly from AfterEffects, with which I am much more comfortable. However, since I first made that post, I have started learning ActionScript, and also realized how to use the XFL format, so it does not appear to be too bad. Within a few weeks, I should be able to create in Flash what I was trying to do in Encore.
    Thanks for the advice!

  • Why the swf file have some lines on it?

    I have made a software simulation and published it as the swf file. And I don't know why there are some lines on the screen when I play it in IE? Just as some lines in the fax we ussually see. I have no such problem in playing it in captivate. What goes wrong? And how could I change it? Thank you.

    Hello
    Quite a lot of threads are in this forum. There could be several reasons. Did you rescale the project? What is the quality you use for the slides - default quality is Low (8-bit) you could try one of the other possibilities? Do you keep this slide quality or do you override it when publishing (you can choose 24-bit for publishing which will increase the filesize but also the quality). You could also deacitvate the compression.
    And I forgot to ask: is your version up to date, it should be 5.0.1.624.
    Lilybiri

  • XMLForm Service message keep showing in the log file

    Hello,
    The message below keeps showing in the log file when the form is opening in Workspace ES. It keeps repeating like hundred times in the log file when the form is launching.
    It just happen to some forms but not to all forms. I tried to see if there is any thing strange in the form but could not find any thing wrong in the form nor any explaination about this error on Adobe site or Internet. Note that I am still using LiveCycle ES 8.2.1 with SP3.
    =============
    [10/18/11 13:46:22:644 CDT] 0000003e XMLFormServic W com.adobe.service.ProcessResource$ManagerImpl log ALC-XTG-102-001: [1712] Bad value: 'designer__defaultHyphenation.para.hyphenation' of the 'use' attribute of 'hyphenation' element ''. Default will be used instead.
    ============
    Can any one please advise.
    Thanks in advance,
    Han

    Yes,
    Upgrade it to SP1 with hot-fix. SUN has a very big bug in the 4.16 SP1 software . u have to apply that hot-fix otherwise you will in big bug in userpassword attribute and some other security issues.

  • How to display PDF file, inside the SWF file or flash exe file

    I  have create the application for Employee details using flash actionscript 3.0
    This application is to view the organization employee details, iam using the tree component in this application,
    the tree component is to get the dada via xml file, this xml file save in the remote server ,
    I display the PDF file inside the swf file to using " StageWebView" class . Then i goto Publish Setting to change the  player Adobe Air 2.6 and run the flash file using
    ctr-l + Enter . It is work correctly the PDF file is Displayed inside the Swf Output. But I Publish this file to exe . then i run the exe it is not working .
    The application is run The xml data is onely get and displayed the Tree component then i click the tree item employee name the xml data in not display and the pdf file is not open .
    Pls Help...................

    hi i need to display the pdf file inside the swf file or flash exe file .
    I use the navigateToURL class this is open the pdf file on the browser. I want to display the pdf file in the swf window .
    Please suggest.

  • How to Open or load the swf file only in Java application

    Hai.,
         How I Secure my Flash SWF files(AS2 and AS3).?
         The SWF files are only work through java application. When the java call the swf file that time only it will work otherwise it won't work including browsers also..

    I attached the file to this post. It would be great if you could send me the pdf version of the block diagram. It's not totally finished, but that doesn't matter, I can complete it in school.
    Thank you, really, thank you.
    I know that this is not the purpose of this forum, but it was the easiest solution for my problem.
    Attachments:
    Programma transportmiddel.vi ‏129 KB

  • The Taskbar context menu to appear behind the Taskbar

    This bug was first found in Windows 8 but after some time we noticed that its also present in Windows 7. This bug causes the Taskbar context menu to appear behind the Taskbar.

    That's the for the secondary track.  But how do I trim the primary audio song from itunes.  I did find a work around. 
    select  the song in itunes.
    command + I to get the information screen.
    Under one of the tabs there is a "start" and "end" timer.  Trial and error will put allow you to start and stop at the time specifed.
    I renamed it " trimmed" so I knew it was a timmed version...then I inserted it into aperture the normal way...
    A pain, but it works...

  • Does the Captivate Demo cripple the SWF file?

    Is the Adobe Captivate Free Demo limited?  I created a SWF file but I'm not able to insert into a Sharepoint web part.
    Are the demo files not compatible with regular Flash player or is the trial version crippling the output files?  If so, will I need to download the actual software to fix this problem?
    Once I purchase the software, will all employees in my organization be able to view the SWF file I create?
    Thanks.

    Please, read the etiquette for posting on the forums. Now you have 2 users reacting to the same question in different threads. Almost everyone that visits these forums are users, wanting to help others in their free time.
    Lilybiri

  • Why the swf file cannot be played by itself?

    Hi,
    After I run the source code, I opened the bin folder and
    locate the swf file that has been packaged. I double click it but
    the program will not run. But if I double click the html file that
    embed the swf file, the program will run.
    Am I doing anything wrong?

    Thanks for your help. However the code is too big to show
    here and I am not sure the client would allow me to do it. I am
    trying to think to shorten it, but it's hard to find where to start
    since I don;t know what actially could cause the problem. I thought
    about using external xml data is the reason. I then tested one app
    with external xml and one without. Both of the two swf can rrun
    standalone.
    So what is the general guideline? Thanks again.

  • I want to save and load the swf-file to a local disk of any user. Possible?

    Hi, It's good to see you.
    I am a developer in Web Flash Game.( I use AS3.0 )
    I want to save and load the swf-file to a local disk of any user,
    Because I want to decrease the time for loading a flash movie from site.
    Is it possible?
    If it is possible, I hope the swf-file has only one loading from site and
    it will be loaded from a local disk of any user after that.
    (I know a concept of Internet temporary file.
    I want to know the other techniques of only using AS3.0.)

    Hi,
    I have similar problem. We are producing a 70 meg browser based game and would like the user to be able to cache the game to avoid reloading the game the next time. Can this be done if the user authorise the save? If, so how? We don't care where the game is cached .
    Can we prompt the user to download the file by providing a link from within the SWF application?

  • Dreamweaver Cs6 Uploading to remote server to web-host,the.swf files do not load on the webpage

    all the content works fine with the file path being the computers harddrive  :/C "etc"
    once i upload to webhosting server all the swf files don't work.
    My website is fully complete and ready to go on the web can someone help me and tell me why my content is not showing.
    the webhosting customer service rep told me i need to upload with media files checked? im like i never heard of that lol.

    The links in the webpage all point to your local hard drive
    <param name="movie" value="file:///C|/Users/lol/Documents/Website flash art 5.swf" />
    No-one can see these links except you.
    This suggests that you have not defined a site in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Is this the case?

Maybe you are looking for

  • Inspire 7800 MF7025 drivers for win 7 64bit

    I bought a new dell xps8300 with windows 7 64bit home. I need the drivers for my speaker system which is the Inspire 7800 MF7025. Thank you for any help finding them

  • Problem with SAP GUI for HTML

    Hi SDN I am creating a SAP transaction iView with SAP GUI for HTML. I have give the Transaction code VA01 but when i execute the the iView it is displaying the  SAP Easy Access screen in html. Can any one suggest me how to rectify this error and disp

  • On start up sometimes I get a blue screen and start up hang there

    On start up I sometimes get a blue screen and it hangs there the only way to get out of this is to turn the iMac off at the back then when you turn it back on the desk top appears without going through the startup screens. Even had the blue screen wh

  • When I try to receive my mail a message pops up saying "cannot connect to server" how can i fix this?

    Hi im wondering if anyone can help me! When I try to receive my mail from my account a message pops up and says "cannot connect to server" I have tried things like deleting my account and adding it again, rebooting my Ipad, restoring my Ipad. it has

  • Install error FB3 on Leopard

    Hi I try to get started using FlexBuilder 3 on Leopard using jdk 1.6.0_05, but I keep on getting an error during installation. I removed all previous installations, run the setup as root, etc, etc. I also installed a fresh eclipse 3.2.2 but this has