flash

Exporting flash cs6 to flash player 11.8

风流意气都作罢 提交于 2019-12-23 04:47:37
问题 When we press ctrl + enter to export flash movie, I want it to export it to latest flash player installed in my computer. But in publishing options of flash cs6, 11.8 version is not available. The latest option is 11.4. The reason I want to do that is because 11.4 does not support right mouse up event. And m tracing values during runtime, simply opening the swf in 11.8 won't help my job. Dats y I want the software to export to 11.8. 回答1: Here are some instructions that work for updating Flash

CS5.5 import video through jsfl without video wizard

血红的双手。 提交于 2019-12-23 04:47:09
问题 I'm trying to have a jsfl script import a video into my .fla project and export the entire thing as a .swf automatically Is it possible to disable the video wizard when importing videos? I'd hate to have to manually confirm all the options every single time. The video is in .flv format if that makes any difference 回答1: AFAIK you can't bypass the FLV import dialog directly (using the JSFL API). I've tried automating the FLV import wizard using a Sikuli script. The script can be run from JSFL

Scaling onstage MovieClip w/ “scaleX” breaks timeline animation …really?

丶灬走出姿态 提交于 2019-12-23 04:45:16
问题 I'm scaling onstage MovieClips via AS properties "scaleX" or "scaleY", which kills any kind of animation the clips have within their container MovieClip, be it Classic or Motion Tweens. When I don't scale the MovieClips, they animate fine. I'm able to tell the clips to "gotoAndStop" on their own internal frames, and that doesn't affect their animation within their container clip. I'm referencing the clips via AS w/ their instance names defined in the IDE. I've also tried different clips and

Why don't flash videos play after upgrading to Flash 10?

北慕城南 提交于 2019-12-23 04:45:11
问题 Upgraded to Flash 10 today and now many flash videos aren't playing on a lot of sites, including a couple i've created. What's the fix? edit Let me clarify here. this question is intended to find the code change that is needed to allow users of all versions of flash, including the most recent release, to be able to see them. 回答1: Flash APIs only provide the version number in String form, so the probable cause is scripts that pull a single character out of the version string, and see "1"

How can I use the YouTube API to support HTML5 and iOS devices?

爷,独闯天下 提交于 2019-12-23 04:44:05
问题 I have been working with the demo provided at http://code.google.com/apis/ajax/playground/?exp=youtube#chromeless_player. What I am wondering is if there is a way to make the player HTML5 or compatible with ios devices. I can't seem to figure out how I would do that? I don't think the code works out of the box as I have tried it from my iphone and it doesn't seem to work... The biggest reason I am using this is because I need to be able to adjust volume and get the video event changes... <!--

How can I use relative-paths in Flash Builder's “-load-config=…” compiler argument?

好久不见. 提交于 2019-12-23 04:43:33
问题 Not sure if this is a Windows 8/8.1 issue only, but seems like any "../" relative-paths gets stripped out of the resolved path when Flash Builder attempts to compile a project. Is there a special syntax to include relative paths? Is there one way to set it so it works both on a Mac and Windows system? 回答1: I'm not sure if this was pre-configured by another developer on our team, but seems like this Linked-Resource path is auto-generated PER projects (not created at the Workspace level), so

as3 Security Sandbox Violation

Deadly 提交于 2019-12-23 04:35:15
问题 I've read all similar topics already with no luck, so I'm posting a new question about this error. I am trying to load a swf file from another swf file using this code: var loader:Loader = new Loader() //listen for loading progress loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress); //listen for when the load is finished loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete); loader.contentLoaderInfo.addEventListener(SecurityErrorEvent.SECURITY_ERROR,

as3 Security Sandbox Violation

可紊 提交于 2019-12-23 04:35:05
问题 I've read all similar topics already with no luck, so I'm posting a new question about this error. I am trying to load a swf file from another swf file using this code: var loader:Loader = new Loader() //listen for loading progress loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress); //listen for when the load is finished loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete); loader.contentLoaderInfo.addEventListener(SecurityErrorEvent.SECURITY_ERROR,

TextFormat doesn't do anything

社会主义新天地 提交于 2019-12-23 04:27:19
问题 my code is correct, but anyhow, anyway my textformat does not work, examine follow code. Didnt see what i did wrong. //SCROLLING SPEED var scrolling_speed:int = 2; //TEXT TO SCROLL var url:String = "tekst.txt"; var loadit:URLLoader = new URLLoader(); loadit.addEventListener(Event.COMPLETE, completeHandler); loadit.load(new URLRequest(url)); var my_text:TextField = new TextField(); addChild(my_text); function completeHandler(event:Event):void { my_text.text = event.target.data as String; } /

socket.io transport 'flashsocket' takes 5 seconds to start on IE 8

别等时光非礼了梦想. 提交于 2019-12-23 04:03:12
问题 This is running against localhost, with all other transports disabled for testing. When testing other transports on IE and other browsers, there's no such lag. Anything that can be done about this? I've got the latest Adobe Flash installed, running Windows 7 64bit, socket.io 0.9. 回答1: The problem is with how Flash policy server is working: it tries to connect to port 843 at first and obtain policy file. If there is no response within 5 seconds it tries to obtain policy file from server - and