Using StrobeMediaPlayback inside a Flash application?

hi all -  i've got this to a point where i feel like i'm banging my head against the wall.
i used this thread as a guide and it got me further along than all my previous attempts:
http://forums.adobe.com/thread/702338
HOWEVER, i still can't get it working.  flash is giving me this error:
ReferenceError: Error #1065: Variable StrobeMediaPlayback is not defined.
at global/flash.utils::getDefinitionByName()
at main::Video()
at InterfaceLayout/loadedVideos()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
i am creating a flash professional project in flash builder, and i've got a class that i'm trying to instantiate SMP from.  the plan is to add my class (which extends sprite) to the display as needed, with the smp inside it.
here is the code for my parent class:
package main
import flash.display.DisplayObject;
import flash.display.LoaderInfo;
import flash.display.Sprite;
import flash.display.Stage;
import flash.utils.getDefinitionByName;
public class Video extends Sprite
public static const MAX_VIDEO_WIDTH:Number = 1000;
public static const MAX_VIDEO_HEIGHT:Number = 600;
private var _stage:Stage;
private var _loaderInfo:LoaderInfo;
private var _source:String;
public function set source( string:String ):void { _source = string; }
public function get source():String { return _source; }
public function Video( src:String, loaderInfo:LoaderInfo, stage:Stage )
super();
_loaderInfo = loaderInfo;
_stage = stage;
source = src;
// For statically linked StrobeMediaPlayback you can use this snippet
var strobeClass:Class = getDefinitionByName("StrobeMediaPlayback") as Class;
var strobe:Object = new strobeClass();
strobe.initialize({src:source}, stage);
addChild(strobe as DisplayObject);
am i totally barking up the wrong tree here?  i've added the smp source to my source path in flash builder, i've configured the CONFIG::LOGGING and CONFIG::FLASH_10_1 vars in flash pro, i've put the assets.swc and the OSMF.swc files in my lib dir that is configured in my swc paths in flash builder.
what am i missing?

Hi,
I assume that the StrobeMediaPlayback class is not linked into the SWF that is generated.
Try adding the following metadata on top of your class definition:
[Frame(extraClass="StrobeMediaPlayback")]
Hope this helps,
Andrian

Similar Messages

  • Web browser inside web flash applications

    Dear all, I need  web browser inside my web flash application.. i use Flash Builder.. i dont find a any straight way to do this.. i saw examples using iFrames.. cud anyone help with how to do this in the best way..?

    JEditorPane (http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JEditorPane.html)
    offers some support for displaying HTML.

  • Error while loading a swf created in flash cs4, inside a flex application

    Hi there,
    I have created a rotating logo in flash cs4 using motion presets, named logoRotar.swf. I have used this inside my flex application:
    <mx:SWFLoader width="33.33%" height="100%" source="assets/logoRotar.swf">
    When I execute the flex application, I get this runtime error message:
    VerifyError: Error #1014: Class flash.geom::Matrix3D could not be found.
        at global$init()
        at fl.motion::AnimatorFactory3D/getNewAnimator()
        at fl.motion::AnimatorFactoryBase/addTargetInfo()
        at logoRotar_fla::MainTimeline()
    I also tried adding import flash.geom.*; statement in my flex application, I still get the same message.
    Flash player 10,0,22,87 is running in my browser.
    Please help me out....
    Cheers!
    Deepak

    Get Flex 3.3 and use -target-player=10
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Problems playing video within flash application on windows 7

    Hello, I am trying to debug a problem with a stand-alone flash player application.  I have been given some educational content that has been packaged as an adobe flash player application for windows.
    This program has embedded mp4 files.  I can see the files on disk also and I can play them fine with every video player on my PC.
    However when I play the videos inside the flash application they video sticks, replaying the first frame over and over (the audio continues fine).  I don't think this is a problem with the adobe application because it works fine on several other machines.
    This seems to be an issue with one specific machine (windows 7) and how it interacts with this application.
    The properties tab on the abobe player exe shows a version of 11.4 r402.
    I have tried to research this online and also on these forums but all advice seems targeted at the players for browsers, and this is something different. I am not sure how it is produced, I think perhaps by some adobe packaging product the provider is using.
    I also realize this may be the wrong forum but it was the best match I could find.
    Any tips and pointers greatly appreciated!
    thanks
    James

    Any ideas here? Even a suggestion for a better forum would be great. 
    I am really confused that the videos play fine with media players I have but not within the adobe player app.
    Any suggestions?

  • Java.lang.NoSuchMethodError: getSocket using JavaMail inside JBoss

    Hi,
    i built a library to easily send emails with JavaMail, via SMTP. When i use my lib in a stand-alone java application, it works fine, but when i need to use it inside my web application, deployed on JBoss AS, i get the following error:
    Servlet.service() for servlet action threw exception
    java.lang.NoSuchMethodError: getSocket
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
         at javax.mail.Service.connect(Service.java:233)
         at it.compit.mail.helper.send.SMTPSender.send(SMTPSender.java:39) where it.compit.mail.helper.send.SMTPSender.send is the method i use to send email in my lib. SMTPSender.java at line 39 is
    SMTPTransport tr = (SMTPTransport) session.getTransport("smtp"); I don't want to use SessionBean to send email from JBoss AS. I did not include mail.jar in server/default/lib dir because JBoss has got a built-in implementation of JavaMail. Using javamail debugging, i've noticed that javamail inside my JBoss is "JavaMail version 1.3.1", while i used version 1.4ea to build my lib.
    So, any ideas to solve my problem?
    Thanks in advance.
    Elisa Distefano a.k.a Etha

    Hi bshannon,
    i looked for other javamail libs in my JBoss dir: found nothing but the only mail.jar located in server/default/lib/ (provided by default installation). I tried to specify the classpath into mail-service.xml without success.
    I also noticed that when JBoss starts, logs print "DEBUG: JavaMail version 1.3.1 " while the MANIFEST.MF inside my mail.jar contains "Implementation-Version: 1.4".
    My JBoss version is 4.0.4 GA. Any idea?!?

  • New release Safari 7.1 blocks all keyboard input in Flash Application

    Since I have upgraded to Safari 7.1, none of our Flash Web Application are accessible; Meaning that all Flash Input field are blocked.
    We have created many (R.I.A = Rich Internet Application) with Flash / Flex... And the new release of the Web Browser Safari 7.1 cannot be used to
    run the Flash application.
    Can Apple fix to quicly ?
    I believe I'm not the only one concern by this big issue; Flash platform is widely used over the world thus I want to believe that Apple is taking into account that big issue and will sort that out very quickly !
    Thank you
    Cheers

    Hi,
    I have the same issue, but only with Flash Player debug version (version 14.0.0.145 and also 15.0.0.152).
    When installing the non-debug player, I am able to input text into textfields.
    I also hope this will be fixed soon.

  • How to use GUI_DOWNLOAD inside BSP Application event

    Hi All,
    I am facing one issue while using GUI_DOWNLOAD inside BSP Application. When the processing goes at GUI_DOWNLOAD it gives me unknown error where as the same code is working when used in report program. My requirement is to save password into excel file at my local machine. I am using FM MS_EXCEL_OLE_STANDARD_DAT to save password in excel file but this function module fail when it reach at GUI_DOWNLOAD . Can you please help me out.
    Thanks and Regards
    Pradeep Kr. Rai

    Dear Pradeep,
    Find the below link which explains a simple data download to excel from a table view.
    www.sapt echnical.com/Tutorials/BSP/Excel/Index.htm
    Try to avoid the way your using in the BSP application and it is abdicable to use the standard methods / class available like "cl_bsp_utility"
    Hope this will be helpful.
    Regards,
    Gokul.N
    Edited by: Gokul on Oct 8, 2009 9:57 AM

  • Can I use QuickTime in Flash application?

    Hi.
    I'm planning to develop a media player in Flash, and I would
    like to know if it is possible to do the things I wanna do. Can I
    use the QuickTime player in my Flash application to play video and
    music files? If I can, can I use the original controls from
    QuickTime to play, pause, stop, fast forward and rewind the
    video/music? (Why I ask is because I want to be able to hear the
    sound go fast forward and rewind when I press these controls, and
    the only player I know that does that is QT.) I also wanna be able
    to show the video and music files the user has on the computer with
    icons (or pictures). Is it possible to search video and music files
    in a computer (in specific folders)? Or do I have to know from the
    start, when I develop the application, which files exist?
    I'm really grateful for answers on my questions!
    Regards from Beeeaaa

    Beeeaaa wrote:
    > Hi.
    > I'm planning to develop a media player in Flash, and I
    would like to know if
    > it is possible to do the things I wanna do. Can I use
    the QuickTime player in
    > my Flash application to play video and music files?
    No you can't. You can't have player within a player.
    > If I can, can I use the
    > original controls from QuickTime to play, pause, stop,
    fast forward and rewind
    > the video/music? (Why I ask is because I want to be able
    to hear the sound go
    > fast forward and rewind when I press these controls, and
    the only player I know
    > that does that is QT.) I also wanna be able to show the
    video and music files
    > the user has on the computer with icons (or pictures).
    Is it possible to search
    > video and music files in a computer (in specific
    folders)? Or do I have to know
    > from the start, when I develop the application, which
    files exist?
    You can open a folder and look for file but you can't search
    user drive and get list
    of it. Only File - Open - Browse, that type of dialog.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Built-in iSight produces heavy load (Tiger) using flash applications

    On my MacBook the built-in iSight produces a heavy processor load when the camera is used in a flash application and the skype viedo beta.
    The load is about 120% in Firefox, Safari and Skype, when the application connects to the iSight camera. In other applications (iChat, photoBooth) I don't have that problem. Under Windows, the same application in the same Browser (Firefox) works just fine with round about 11% processor load.
    Does anyone else has this problem (maybe in other applications) ??
    Mac Book 2Ghz 2Gb 100GB Mac OS X (10.4.7) BootCamp 1.1

    I like the idea to put a camera in the computer.
    I have not seriously used a macintosh since 1992, when I was in 2nd grade. Ever since I tinkered on my dad's mac now and then when he was not looking. But, I need to know where in the settings do I go to enable the built-in iSight camera to work on the web or any flash application
    MacBook Pro   Mac OS X (10.4.10)  
    MacBook Pro   Mac OS X (10.4.10)  
    MacBook Pro   Mac OS X (10.4.10)  
    MacBook Pro   Mac OS X (10.4.10)  

  • Using JSF inside enterprise applications

    Dear Community,
    at the moment I put alot of effort in learning JSF, but on some questions I hardly find any information, so I hope maybe you could help me a bit. As the questions are probably not easy to answer within some sentences, I rather need you show me the right direction than giving me a comprehensive answer ;)
    Anyway, I welcome any help.
    1. If a JSF web application handles sensitive data (e.g. customer data), how can I secure the application so the data cannot be stolen? Is SSL recommended? If yes, are there practical samples how I can use it inside JSF applications?
    2. Are there any samples how I can secure XML web services? I read alot about SAML, XMLencryption and WS-Security, but I lack practical samples.
    3. In case alot of customers work with a JSF application at the same time, how do you handle load-balancing in case the application needs to be distributed on 2 servers? Is it a good idea to handle communication between two servers via webservices?
    Thank you.

    1. If a JSF web application handles sensitive data
    (e.g. customer data), how can I secure the
    application so the data cannot be stolen? Is SSL
    recommended? If yes, are there practical samples how
    I can use it inside JSF applications?Yes, you can just use https. This is not JSF specific, just webcontainer/applicationserver-specific. Check it's documentation.
    2. Are there any samples how I can secure XML web
    services? I read alot about SAML, XMLencryption and
    WS-Security, but I lack practical samples.http://www.google.com/search?q=saml+tutorial provides enough samples tho.
    3. In case alot of customers work with a JSF
    application at the same time, how do you handle
    load-balancing in case the application needs to be
    distributed on 2 servers? This is webserver-specific. Inside JSF you don't need to worry about this.
    Is it a good idea to handle
    communication between two servers via webservices?Why should it be a bad idea anyway, you think?

  • HT5312 I can not use my account to buy applications inside because I forgot the answers safety questions

    I can not use my account to buy applications inside because I forgot the answers safety questions

    You need to contact Apple. Click here, phone them, and ask for the Account Security team.
    (86795)

  • Help w/speed of Flash application - Use load vars, flash remoting or other....

    I'm looking for a little help with a dynamic Flash
    application I am building with ColdFusion integrated. I need the
    Flash to load and interact with a SQL Server database as quickly as
    possible as the user interacts with the Flash application. I have
    done research and thought that Flash Remoting was the way to go
    especially when using ColdFusion with Flash, but I am experiencing
    a lot of lag time when a user tries to load more data.
    So I'm looking for some advice on what is the fastest/best
    way to pass data back and forth between Flash and ColdFusion.
    Currently I am using Flash Remoting via ColdFusion web services
    (first time using this), but again with the lag time I am receiving
    I am thinking maybe my old way of using LoadVars would be faster? I
    am also open to any other means to pass data from ColdFusion/SQL
    database to Flash that exist. I am just looking for the quickest
    way for my customers to interact with the Flash piece.
    Thanks for all your help!

    Also would like to note that internet explorer does not have this problem, I would prefer to figure out why this is happening and resolve it as I hate IE.

  • How to Bookmark in Flash Application

    hi iam new to actionscript ... and our team developing lms
    using flash ... pls help me how to book mark the flash content
    inside flash application....

    Hi,
    If you refer, how to start to Oracle Database XE... this link can help you...
    http://st-curriculum.oracle.com/tutorial/DBXETutorial/index.htm

  • Using Webkit inside of AIR to load in PHP

    Hello,
    We have a game that we are developing for tablets that we are porting over from a browser based Flash game. In that game, there is a link to a PHP script that loads in player information and displays it on a web page. We would like to be able to reuse this functionality without having to rebuild it all in Flash for AIR. I know that AIR has Webkit support built in but I'm having a hell of a time finding out if it can display a web page from inside the application, rendered with PHP. Also I'm having trouble finding any information on how to actually use Webkit inside of AIR, other than an old mx:HTML component. Any help on this would be much appreciated.

    While it is possible to serve local html files to an instance of a StageWebView, it is not running as a server. Thus, your PHP code will NOT execute. You can display the html that lives on your server, since you are haing the user sign, some form of network access is need. You could look at using the SQLite DB to save the user information, so you could enable offline playability, then sync the data once there is a connection.
    Here is something I wrote on using SWV and Google Maps. Maybe you can find it useful: http://chrisgriffith.wordpress.com/2011/01/04/integrating-maps-into-your-mobile-applicatio n/
    Good luck,
    Chris Griffith

  • Editing swfobject.js code so hyperlinks inside the flash widget open in a new window

    0down votefavorite
    I have a flash calendar widget (code shown directly below) and I do not have access to anything other than the compiled .swf file (no access to .fla).
    The widget contains some hyperlinks to other websites, these links are dynamic and changes based on a number of things.
    There is also a corresponding swfobject.js file that is used to add functionality to the flash widget. The swfobject.js code is shown further down this post.
    Currently, the way the code is now, when I click any of the hyperlinks that are available to me in the widget, the destination website that hyperlink takes me to opens in THE SAME PAGE as the flash widget which is a big problem.
    I need to edit the code below so that any hyperlinks that are clicked inside of the flash widget open in a brand new browser window and do not take the user away from the original widget other than opening a new page with new content.
    Because the hyperlinks that are available are always changing, the swfobject code below uses some functions and parameters.
    I am hoping you can show me exactly what code I must insert, and exactly where I must insert it, in order to alter the behavior that happens so that when a user clicks one of the hyperlinks inside the flash widget, so that the content at the other end of the hyperlink opens in a new window, instead of opening in the same window.
    See code below.
    Thank you in advance for any help you can provide
    Flash Widget Code
    <!-- Embedded Calendar --> <div id="activecontent"> <script type="text/javascript" src="swfobject.js"></script> <div id="awccalendar"></div> <script type="text/javascript"> var so = new SWFObject("awc.swf", "awccalendar2", "700", "180", "8", "#ffffff"); so.addVariable('calendarid', '0'); so.addVariable('appurl', ''); // Flash Widget Initial Date should be ddmmyyyy so.addVariable('ldate', '20052014'); so.write('awccalendar'); </script> </div>  <!-- Embedded Calendar -->
    SWFOBJECT.JS CODE
    /** * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ * * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php * */ if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(

    In that case, I will have no choice but to decompile the .swf to get the .fla because the original .fla is un-obtainable. Unless there is a way to edit the contents of the .swf file without decompiling it.
    I can see the code inside via various decompile tools and it seems that I would need to add the equivalent of <src target=_blank> to some of the lines I have shown below.
    obj_xml.load(appurl + "loadconfig.aspx?calendarid=" + calendarid);  -- need to edit this so it opens in a new window using something similar to target = _blank
    dest_page = appurl + "default.aspx"; -- need to edit this so it opens in a new window using something similar to target = _blank
    I know a lot of decompile tools can get you the code and the .fla but once you edit and re-compile and attempt to replace the original with the new & updated file, the decompiler did not necessarily generate the properly formatted flash pro project file, so compiling it back into an operational .swf often ends in failure.
    Do you know or can you recommend a tool that has a very good track record of re-compiling the decompiled modified.fla into a workable and usable .swf?

Maybe you are looking for

  • Acrobat X Quick Manual Link Building

    I'm trying to highlight rows of text to manually add links to them. The problem is the highlighting becomes unstable with the line between the text and page number. If you strictly highlight the text or page number it is stable but that forces me to

  • Is a 2006 iMac a good kid's computer?

    I want to buy a computer for my youngest to use for online games and educational websites.  Based on my experience with my late 2007 iMac I was thinking that the 2006 would fit the job and the budget well, but wanted to get the advice of the group be

  • Repeater to Boost 3G Signal?

    Anybody tried one of these Cell Phone Signal Boosters/Repeaters in your house? http://www.amazon.com/Wireless-Extenders-Phone-Signal-Booster/dp/B000E14G7S/ref= pdbbs_sr2?ie=UTF8&s=electronics&qid=1219788955&sr=8-2 not sure which freq. the 3G is on? Y

  • How to typecast an object, if the target class name is stored in a str var

    Hi, I have a method, in which i will receive an object as an attribute. I need to typecast it to another class, and that class name is stored in a string variable. public void printContent(Object obj) /* Here i have a variable strClassName - in which

  • Restful Web Services - First Party Authentication with custom authentication schemes

    Hi I've successfully enabled security using first party authentication on our Restful web services however these only work with the built in Apex accounts and not other authentication schemes. Ideally I'd like to authenticate against LDAP, however wh