AS3 Works in Captivate, not Executing in Browser

I have a swf file with AS3 coding. The file consists of a timeout timer in frame 1, then jumps to frame 10, where upon there is more AS3 sprite/movie clip animation coding that simply move MC onto the stage. 
This code works fine when ran as a swf OR when tested in the Captivate environment.  
However,  when published to a browser, the frame 10 code does not execute?
Summary: The code works fine except in IE 8 browser.
Any suggestions?
Thank You
iaustin

im not an expert on this, but i have a similar problem.
i know that there is a problem with the <applet> tag. I think its deprecated.
Anyway, try using the the program installed with SDK to make the conversion from <applet> to <object>.
its located in:
...\j2sdk1.4.2\bin\HtmlConverter.exe
let me know how it goes.

Similar Messages

  • PO Response approval Work item is not executing from approver inbox.

    Hi,
    PO Response approval Work item is not executing from approver inbox. After click the approve button system is not showing any error and also work item is not clearing from user inbox. When we checked the status of the work item in SWI1 Transaction is still READY.
    Standard Task: TS14508055 - Transfer purchase order response data to purchase order
    Business Object: BUS2209
    Scenario:
    1. Create PO in SRM System, Vendor belongs to SUS System Vendor
    2. SUS Vendor creates the PO Response SUS system, POR Value is greater Than PO Value
    3. Approval Work item will go to Buyers of purchasing group
    4. Buyer trying to approving The PO Response from his approval inbox
    Regards,
    Surya Sankar

    what all buttons do you see when you open the workitem in the approval inbox.
    as far as i know , there will only button 'transfer response to purchase order'..
    what happens if you click the above button.

  • MS Word report works in debug not executable

    When I am in debug mode my vi is able to open MS Word with no problem. I am using Labview 7.1 and windows 2000.
    When I create and executable,  MS Word does not open.  (Everything else works.)
    I've included the sub vi, located in the vi.lib >> addons >> _office >> _wordsub.llb >> _worddynamicvis.vi, as a dynamic vi when building my app. 
    I've attached my build script, but I have to admit, I have no idea what to do with it.
    Any ideas on what I am doing wrong?
    Bill
    Attachments:
    Friction Tester Oct 8_2.bld ‏46 KB

    There was another thread similar to this recently, and the cause of the problem was that the user was building a path to a Word (or Excel) template based on the Current VI's Path.  When built into an EXE, that function returns a different path (that includes the .exe), which was screwing up his template path...when an invalid template path is sent into the New Report.vi, it won't open Word/Excel.  Could this be the problem?
    If that doesn't help, it would be useful for you to post a simple VI that demonstrates the problem (when built into an EXE) so we can help investigate.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Bluetooth Headset only works for iTunes not in web browser?

    I've recently upgraded to Snow Leopard. I've reconnected both of my Plantronics Headsets and have been able to use them with iTunes. Today I wanted to watch some shows on Hulu, and while the bluetooth "appears" to be connected, when I select Use Plantronics for mono audio, I can't hear anything. I've disconnected, re-connected, rebooted, etc., and I can't seem to get it to work in any browser.
    Any suggestions greatly appreciated!

    I use the Nokia BH-804with my Pc (win 7) no problems, only thing is i also use this medialink USB adapter as my laptop does not have bluetooth embedded (yea i know im behind the times) While that may not be much help to you it could be because the 505 is stereo?? Meaning your OS/computer does support bluetooth but no the A2DP profile? 

  • Programmed(AS3) components of swf do not display in browser

    Hi friends,
    I am new to Flash and tools, however I have searched Internet, tried various suggestions for flash embed before posting the question here. The issue is that swf plays in Flash Player but when I view html (generated by Flash Professional CC to embed swf) in a browser only Flash components that I drew on stage display. Any customization done to flash components using AS3 are lost. Other components such as seek bar coded in AS3 do not diplay and none of the functionality coded using AS3 play/work either. For example clicking on play button does nothing (I have tried about 3-4 browsers - this is not specific to a browser). The AS3 is inframe coded; there is no class file outside swf (I know this is not good but for now that is how it is).
    I have made this swf using Flash Professional CC where I also generate the html to embed the generated flash. I have tried various embed methods they had this same issue. I have a feeling that all AS3 related stuff does not work when used in a browser  for some reason while they work when used in Player. I have an older version of my swf playing well here (Flash CS4?): http://shruti.hejje.com  I have also checked all settings for weeks. I have a feeling I have missed something basic to get in to this trouble.
    I am not allowed to post the code here because of copyright issues so posting the swf which is here: http://sourceforge.net/projects/shrutipettige/files/Windows/ShrutiSAv1.2.zip (I have a newer version but that has the same problem). This issue is preventing me from making new version of the app available online for users. I really appreciate any help suggestion you can provide in solving this. I will duly credit those who help me resolve this issue on the website where I want to make this available.
    Regards
    Ragu

    I will try to create a link to the problematic embed later today (Reason for not having link is that there is a working swf in the link). Here is the html for now (audio will play only when swf is played from the server so- not playing in the local html is expected): You can put this in a html file to see what is happening. To see how it should look and work locally you can download: http://sourceforge.net/projects/shrutipettige/files/Windows/ShrutiSAv1.2.zip/download or simply look at screen shot: http://a.fsdn.com/con/app/proj/shrutipettige/screenshots/Shruti1.2.PNG
    html
    =========
    <div id="flashContent"> <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    id="Shruti" height="180" align="middle" width="400"> <param
    name="movie" value="http://hejje.com/shruti/Shruti.swf"> <param
    name="quality" value="high"> <param name="bgcolor"
    value="#191611"> <param name="play" value="true"> <param
    name="loop" value="true"> <param name="wmode"
    value="opaque"> <param name="scale" value="showall">
    <param name="menu" value="true"> <param
    name="devicefont" value="false"> <param name="salign"
    value=""> <param name="allowScriptAccess"
    value="sameDomain">
    <!--[if !IE]>--> <object
    type="application/x-shockwave-flash" data="http://hejje.com/shruti/Shruti.swf"
    height="220" width="400"> <param name="movie"
    value="http://hejje.com/shruti/Shruti.swf"> <param name="quality"
    value="high"> <param name="bgcolor" value="#191611">
    <param name="play" value="true"> <param name="loop"
    value="true"> <param name="wmode" value="opaque"> <param
    name="scale" value="showall"> <param name="menu"
    value="true"> <param name="devicefont"
    value="false"> <param name="salign" value=""> <param
    name="allowScriptAccess" value="sameDomain">
    <!--<![endif]-->  <a
    href="http://www.adobe.com/go/getflash"> </a>
    <!--[if !IE]>--> </object>
    <!--<![endif]--> </object> </div>
    Please note there are two swfs 1) http://sourceforge.net/projects/shrutipettige/files/Windows/ShrutiSAv1.2.zip which has audio embded and 2) p://hejje.com/shruti/Shruti.swf which is made for putting online and loads mp3 from the server shruti.hejje.com based on what is selected. I want to use the web version of the swf (2).

  • Self-Paced Learning - Bookmark not working in Captivate 5

    I followed the directions of adding a Table of Contents to one of my captivate projects and selecting Self-Paced Learning in order to create a bookmark but this does not work.  I have saved it as Adobe Flash 9 and Adobe Flash 10 but I am not getting the message about starting where I left off when either refreshing the browser or exiting and going back in.  What am I missing?
    Thanks for your time,
    Brenda

    All slides in the presentation are marked as continue.  I have gone
    through the first 5 slides and when I refresh the browser or exit out of
    Internet Explorer and open the project again it just starts at the
    beginning.
    Brenda
    From:   Lilybiri <[email protected]>
    To:     Brenda Dersham <[email protected]>
    Date:   01/25/2011 08:33 AM
    Subject:        Self-Paced Learning - Bookmark not
    working in Captivate 5
    Hello Brenda,
    How did you check: after uploading to a LMS?
    You have to be aware of the fact that a slide will be marked as 'viewed'
    only when the playbar has played the whole slide till the end. If you do
    pause slides with a click box, button, TEB and attach the action 'Go to
    Next slide' or something similar instead of the default action 'Continue'
    this will not happen and the slide will not be marked as completed.
    Lilybiri

  • Flash Catalyst SWF file not working in Captivate 4

    Hi,
    I downloaded the trial version of Flash Catalyst to use in conjuction with Captivate (I don't know how to write code) so that I have scrolling text boxes in my project. Well, Flash Catalyst works as designed, but when I go to import the swf file into captivate, they don't play nice together. My project is in AS3, which is congruent with Flash Catalyst. Any ideas on what I'm doing wrong, or work arounds to get it to run would be greatly appreciated.
    Thanks,
    Tony

    Hi Tony,
    I got your file, thanks! I have not tried it inside Captivate because I was not on the same machine were Captivate is installed. However, if you tried to use,  in Captivate, the main.swf file located in the deploy-to-web folder than you will have some issues. The file in that folder is very lightweight because it will download at run-time the flex framework. Therefore, if the framework is not in the same location as the main.swf when captivate runs, the animation will not show up properly. So, if you copy the other swf and swz in the same folder were Captivate publishes, then it should work.
    However, there is an easier way to do this. You have another folder called run-local. This folder contains a bigger main.swf file. This file already contains all the framework part in it. So, if you try to use this file instead, it should work inside Captivate.
    Give this a try and let me know if it works out.
    Whyves
    www.flash-factor.com

  • Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with "server not responding" Can somebody give me a solution for this ?

    Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with an error message "server not responding" Even the same thing is happening with youtube also. The worst part is am able to check my mails, able to chat and so on... only thing not able to browse through the browser.  I have tried restore option also.  This is happening with both Wlan and Data con. too
    Please help...

    I do not really know much about this kind of problem, but i may be your internet connection.
    If you are on your own #G network then:
    Go to Settings > then enable "Airplane Mode". Count to 10 and then disable it.
    Then wait patiently until you get a good connection and then try again.
    If you are on a nearby Wi-Fi connection then:
    Go to Settings > Wi-Fi > then disable then enable after counting to 10. Make sure that you are connected and then try again.
    If all else fails, then you need to contact your provider for assistance.
    Sprint:888-211-4727
    AT&T:?
    Verizon:?

  • Error in mail box work item not executable

    HI,
    i build simple WF for approve and reject  that send for user to  sap inbox
    some decision ,when i check the inbox of the user and double click on the line i get some red triangle in the status Colman  with
    error work item not executable,
    what can be the problem?
    Regards

    HI Raj,
    i build very simple WF ,
    user decision , i put there user  and approve and reject that it.
    i execute the WF and go to the SAP user inbox.
    in the Work Flow folder i see the task in column executable i see green V work item executable,
    status ready  when i double  click on it to open i get  in column executable message work item not executable ,
    and status error ,What it can be?
    P.S. i check something like that in other system and i don't get the error .
    i start the trace SWELS but in SWEL i just see in the log Trace on trace off nothing more .
    Best Regards

  • Flash work in preview but not in the browser!?

    Hi there:)
    I have a .swf file in a table in Dreamweaver. When I preview it in place and in Safari, it plays. When I upload eveything, it is not in any browser on the server.. any ideas?
    Thanks!
    V

    Hi John!
    Yes, sorry about that.. here it is.
    http://farmingtonfarm.com/appraisal.html
    Thanks for your help!!
    v
    Date: Thu, 8 Apr 2010 18:52:05 -0600
    From: [email protected]
    To: [email protected]
    Subject: flash work in preview but not in the browser!?
    Can't really help without a link to the site. Can you provide one?
    >

  • Resetting the "DO not Execute " in closed work orders.

    Hi Guys,
    I have a scenario where I have to open old and closed work orders to make some changes and then save it. I am facing problem wit some work orders which were closed by using the "do not Execute" option, is there a way to reverse it so that I can update the work orders and then closed them again?
    Thanks and regards
    Anoop Sharma

    Reference [Thread|changing of system status do not execute]
    -S.N

  • AS3 iOS Twitter Reader not working

    I created a Twitter Feed reader using a tut from fladev.com.  By itself, it works GREAT! However when I try to incoroporate it into my fla for compiling into my ipa it doesn't work in my swf.  I know that if I compile the twitter reader at runtime with my main fla that it won't work in my ipa because my swf has a class as running in it. But when I try putting my twitter reader directly into my main fla I get nothing! My scene loads but it pulls down no data. Here is my class code that I am using:
    package fladev.twitter
              import flash.display.Loader;
              import flash.display.Sprite;
              import flash.display.MovieClip
              import flash.events.Event;
              import flash.events.SecurityErrorEvent;
              import flash.net.URLLoader;
              import flash.net.URLRequest;
              import flash.text.TextField;
              import flash.events.MouseEvent;
      public class MainClass extends Sprite
                        public var content_txt:TextField;
                        public var posted_txt:TextField;
                        public var info_txt:TextField;
                        public var name_txt:TextField;
                        public var btnhome:MouseEvent;
      private static const USERNAME:String = "mytwitterid";
                        private static const URL:String = "http://pathtomyphp.com/proxy.php";
      private static const REQUEST:String = URL + USERNAME;
                        private var urlLoader:URLLoader;
                        private var xml:XML;
                        private var loader:Loader;
                        private var num:Number = 5;
                        public function MainClass() {
                                  urlLoader = new URLLoader();
                                  urlLoader.load(new URLRequest(REQUEST));
                                  urlLoader.addEventListener(Event.COMPLETE, displayInfo);
                                  urlLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, onSecurity);
                        private function onSecurity(e:SecurityErrorEvent):void
                        private function displayInfo(e:Event):void
                                  xml = new XML(e.target.data);
                                  content_txt.htmlText = getContent(0) +  getContent(1) +  getContent(2)+ getContent(3);
                                   info_txt.text = "Followers: " + xml.status[num].user.followers_count + "; " + "Following " + xml.status[num].user.friends_count + "; " + "Tweets " + xml.status[num].user.statuses_count + ";";
      name_txt.text = xml.status[num].user.screen_name;
      loader = new Loader();
                                  loader.load(new URLRequest(xml.status[num].user.profile_image_url));
                                  addChildAt(loader, 1);
                                  loader.x = 116;
                                  loader.y = 102;
                        private function getContent(num:Number) {
      var posted:String = xml.status[num].created_at;
                                  var content:String = "<font color='#224466'><a href=" + '"http://twitter.com/' + USERNAME + "/statuses/" + xml.status[num].id + '" target="_blank">' + xml.status[num].text + "</a></font><br/><font size='9'>" +"Posted on: " + posted.substr(0, posted.length - 11) + "; " + "From: " + xml.status[num].source + "</font><br/><br/>";
      return content;
    Like I said, on its own, it works great, just not when I try to create a new scene in an existing fla.
    Thanks in advance for any advice you can give me.  I'm a little bit of an as3 newbie, so please bare with me . . .

    I put MainClass in the same folder as the fla (it was in a subfolder in the same directory) and I still get the 1180 and 1046 errors.  Just to confirm, I have this in the first frame of the timeline:
    var mc:MainClass=new MainClass();
    addChild(mc);
    and here is what I have for MainClass:
    package fladev.twitter
              import flash.display.Loader;
              import flash.display.Sprite;
              import flash.display.MovieClip
              import flash.events.Event;
              import flash.events.SecurityErrorEvent;
              import flash.net.URLLoader;
              import flash.net.URLRequest;
              import flash.text.TextField;
           public class MainClass extends Sprite
                        public var content_txt:TextField;
                        public var posted_txt:TextField;
                        public var info_txt:TextField;
                        public var name_txt:TextField;
                        private static const USERNAME:String = "ctistechapps";
                        private static const URL:String = "http://preview.fladev.com/how-to-build-a-flash-actionscript-3-0-twitter-widget/proxy.php?u rl=";
                        private static const REQUEST:String = URL + USERNAME;
                        private var urlLoader:URLLoader;
                        private var xml:XML;
                        private var loader:Loader;
                        private var num:Number = 1;//display first post info, you can use also ?count=5
                        public function MainClass() {
                                  urlLoader = new URLLoader();
                                  urlLoader.load(new URLRequest(REQUEST));
                                  urlLoader.addEventListener(Event.COMPLETE, displayInfo);
                                  urlLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, onSecurity);
                        private function onSecurity(e:SecurityErrorEvent):void
                        private function displayInfo(e:Event):void
                var _root:MovieClip = MovieClip(this.root);  // assuming you add this class instance to the main timeline before loading is complete.
                xml = new XML(e.target.data);                  
                _root.content_txt.htmlText = getContent(0) +  getContent(1)+ getContent(2) + getContent(3);  
                //trace(xml);
                //show some info about the user
                _root.info_txt.text = "Followers: " + xml.status[num].user.followers_count + "; " + "Following " + xml.status[num].user.friends_count + "; " + "Tweets " + xml.status[num].user.statuses_count + ";";
                //display the user account
                _root.name_txt.text = xml.status[num].user.screen_name;
                //create a loader for picture
                loader = new Loader();
                loader.load(new URLRequest(xml.status[num].user.profile_image_url));
                _root.addChildAt(loader, 1);
                loader.x = 116;
                loader.y = 102;
                        private function getContent(num:Number) {
                                  //show just month, day and hour
                                  var posted:String = xml.status[num].created_at;
                                  var content:String = "<font color='#224466'><a href=" + '"http://twitter.com/' + USERNAME + "/statuses/" + xml.status[num].id + '" target="_blank">' + xml.status[num].text + "</a></font><br/><font size='9'>" +"Posted on: " + posted.substr(0, posted.length - 11) + "; " + "From: " + xml.status[num].source + "</font><br/><br/>";
                                  //return all info
                                  return content;

  • Jsp code not being executed in browser

    Even though my applications deploy and redeploy, I can see .html files but not .jsp files. The server presents the path, i.e. http://localhost:7001/ITDC/index.jsp, but the jsp code is either not being compiled and exceuted in a client browser or the .jsp is being compiled but not executed in the client broswer.
              

              Akilah <[email protected]> wrote:
              >Even though my applications deploy and redeploy, I can see .html files
              >but not .jsp files. The server presents the path, i.e. http://localhost:7001/ITDC/index.jsp,
              >but the jsp code is either not being compiled and exceuted in a client
              >browser or the .jsp is being compiled but not executed in the client
              >broswer.
              How about you tell us exactly what happens, and what you expected to happen. I
              can't tell if you're getting error messages, or whether you just don't see what
              you expect on the screen.
              Note that JSP code is not ever executed in the browser. It's only ever executed
              in the appserver, and the generated output is viewed in the browser.
              

  • XMLSocket works while testing in CS3, not in a browser?

    I am sure that I am missing something simple but I am doing an overhaul of a flash chat application that I wrote a few years back.  I have everything humming along in Actionscript 3 and it works well when I test the .swf in Flash CS3 Pro but when I publish it and view it in the browser, I get no joy.
    I can see the flash plug-in retrieving the crossdomain.xml in my web server's root directory but in the browser, the XMLSocket Object fails to connect.  I installed flashpolicy server that is responding on port 843, but again, through the browser, the XMLSocket Object fails to connect.
    I have tried both Firefox and Safari browsers with the same result.
    I have swapped out the XMLSocket Object for the Socket Object and I am able to connect to my socket server, from within Flash CS3, but not from a browser.
    Any thoughts appreciated.
    Mario

    Hi MiniFridge,
    I tried both relative and absolute and I am still stuck.
    Security.loadPolicyFile("xmlsocket://" + host + ":" + policyPort);
    Security.loadPolicyFile("http://" + host + "/crossdomain.xml");
    I can see that crossdomain.xml was requested and delivered to the browser from my apache logs:
    192.168.1.216 - - [17/Aug/2009:17:54:41 -0700] "GET /crossdomain.xml HTTP/1.1" 200 111
    but still no joy with the XMLSocket object.
    This should not be this complex of a task.

  • Twitter Widget not working in Captivate 8 (Mac)

    When I add the A3C widget to my lesson, check to add Twitter Collaboration, enter my Twitter handle, and then click Register, I get an error stating the widget has expired. When I follow the directions for sending an email to get the latest version, I receive a bounce back. How can I get the latest version of this widget so it works in Captivate 8 on a Mac?

    Hello,
    Welcome to Adobe Forums
    You may download the latest Widget from here : https://files.acrobat.com/a/preview/de077110-1e10-439c-b256-96b46e584254
    Note : Use Insert -> Widget in Adobe Captivate
    Thanks,
    Vikram Gaur
    Adobe Support

Maybe you are looking for

  • Interest accrual method calculation for loan interest

    Hello, Our company is using the Trsy module for intercompany loans with these settings on the deal: - Interest calculation method of 7 360/360 - Linear Interest Calculation and the - Pro Rata Temporis Calculation selected for both the first and last

  • HT1495 two different apple id's on the same computer

    My girlfriend's laptop is about to die.  I am in the process of transfering all of her files over to my computer.  I want to set up my iTunes so that she can plug her iPhone into my computer whenever she needs to...but I want to make sure to keep her

  • Can't Sync my iPhone4 Windows XP

    Can't Sync - iPhone4 - Windows XP - iTunes version 10.4.1.10 1st AppleMobileDevice seems to run and run and uses up all my CPU capability. When I connect and get iTunes to recognize my iPhone4, it starts the Sync process.. "Backing Up"  (step 1 of 4)

  • Can´t add texteffects to editorable text

    Hi, did i do something wrong or is it a bug? I can´t add effects to text, but to textframes.

  • Windows drivers for 5k retina display

    I bought the new iMac 5K retina and installed Windows 8.1 as a virtual machine. The operation is seamless but when running Windows as a VM the resolution is limited to half that of the OSX. Not even the 3820x18XX is available. Does anyone know if or