Video Not Displaying With Player 10 Publish Settings

May 24, 2009

I'm just getitng started learning Flash  CS4(fully updated). I was going through the Flash Downunder tutorials, and creating an interactive player with slider bars to change the 3D X and Y rotation.[code]I get no compile errors (using ActionScript 3.0, BTW) But when testing out the video with Flash PLayer 10 In the publishing settings, the video shows up blank. I thought it may be an issue with windows, but when trying the SWF on a WinXP machine, the same issue occurs.I tried using Flash player 9 in publish settings, and the video plays, but I need to use player 10 to use 3d rotation settings.I'm not sure if this is just a bug with Player 10, or if I'm doing something wrong.

View 11 Replies


Similar Posts:


Professional :: Publish Settings - Flash Player 11 And AS 3.0

Jun 25, 2010

Yes correct I'm talking about Flash Player 11, thats what it says in Flash CS5 software. Whatever I do in Publish Setting, Flash software always returns option to be Flash Player 11, I don't get this. I choose Flash Player 8 and AS 2.0 and re-open Publish Settings it is again back on Flash Player 11 and AS 3.0.
First screenshot
Second screenshot

View 2 Replies

Professional :: Changing Flash Player In Publish Settings?

Nov 11, 2011

I am on mac and haven't upgraded my OS from 10.5 to 10.6 so when I upload a file creted in Flash CS5 it won't play because it needs the Latest flash player which uses 10.6 OS.So what I'm getting to is that can I go into "publish" settings and change the Flash player from 10.2 to an older version and then will this work.Also, which version should I change it to? For example sould I select Flash Player 5, 6, 7, 8, 9, 10 or 10.1?

View 3 Replies

ActionScript 2.0 :: Changing The Publish Settings To Flash Player 10?

Jun 17, 2010

The following script works fine in a file that I created:

Code:
import flash.external.ExternalInterface;
refresh_btn.addEventListener("click", pageRefresh);
function pageRefresh(eventObj:Object):Void {

[Code]....

However, the same script in another file that I have doesn't work! There's no alert and no refresh. I tried setting allowscriptaccess to always and that didn't work. I tried changing the publish settings to Flash Player 10, that didn't work.

View 4 Replies

ActionScript 2.0 :: Publish Settings - Force Player To Use Specified Version?

Mar 26, 2007

I made a 'whiteboard' app. Originally it was for Flash Player 7 then I changed the Publish Settings to point to Flash Player 8. Worked fine for me, but caused problems with my customer, so I changed Publish Settings back to Player 7. When the customer opened up the .swf which I'd emailed him, it opened in Flash Player 6, even though he had the latest player installed. When he deleted the old V6 player the problem was fixed. So my question is, why did my .swf open Flash Player 6 - and therefore lose some of it's functionality - when the customer had a later player installed?

View 2 Replies

Crash When Changing Publish Settings?

Jun 2, 2009

I turned off all the check boxes in my Publish Settings dialog except for making Macintosh and Windows projectors. Now, when I try to check ANY of the check boxes (Flash, HTML, GIF Image, etc...), Flash crashes.

View 3 Replies

ActionScript 2.0 :: Change The Publish Settings

Jan 20, 2009

I have a file I am working on that was coded in AS1 and I need to Publish in AS2 (so I can incorporate an AS2 Gallery I have). When I change the publish settings to AS2 I get errors on a couple pieces of code. I will paste them below and attach an Error Log txt file as well.

[Code]....

View 7 Replies

Skin Selection Overrides Publish Settings In CS3?

May 14, 2009

I have imported an FLV file into Flash CS3, and chosen "Progressive Download from a Web Server" as my deployment option.
 
It appears that none of the stock skins make any provisions for a deployment in "pause" mode, so I figured I would just specify that in the Publsh Settings. It would also appear that when deploying in this manner, all (or many) of the Publish Settings are being overridden either by unseen code in the small generated .swf file, or in the skin's own .swf file.
 
Is there anyway to publish where the generated movie loads in the browser in paused mode other than embedding the video in an .swf and playing in the timeline?

View 2 Replies

10.0.2 Update Breaks AIR Publish Settings Option?

May 15, 2009

Since updating to 10.0.2, I have been unable to access the AIR settings (File -> AIR Settings) for my FLA file which is published as AIR 1.5.I get an JavaScript error pop up about "Apollo_OpenSettingsDialog.jsfl" every time I click on the menu option. The same thing happens when accessing the AIR settings through File -> Publish Settings -> Flash (tab) -> Player [Adobe AIR 1.5] (settings).This has rendered my previously working AIR project totally unusable as I can no longer make any changes to the AIR settings. Four months of work is now inaccessible.

View 1 Replies

ActionScript 3.0 :: Class Creation In Publish Settings

Mar 24, 2010

now iam working in flash 8 version .fla file.firstly iam save as it to cs4 via Macromedia flash cs4....when i trying to add a new main class for this file it showing error as "This feature is not supported by flash 8 , Action script 2.0,to use this feature ,you must flash player 9,Action script 3.0"but when i publish this to flash player 9,Action script 3.0 it not working properly.

View 2 Replies

Professional :: Publish Settings With Dynamic File Name?

Jan 27, 2011

I'm having a little trouble with my publish settings setup.Let's say that I have a file called MyFirstAnim.fla under the folder AnimSource.Then, I set the swf publish path to ../AnimFinal/MyFirstAnim.swf, and everything is great.Now, I need another file almost identical the first one, so I copy MyFirstAnim.fla and rename it to MySecondAnim.fla.hen I publish the file my MyFirstAnim.swf (under the folder AnimFinal) got overridden.So, I removed the swf part of the publish setting, leaving just the relative path (../AnimFinal/).
Am I smart or not?

View 3 Replies

Professional :: Publish Settings: Html And Swf Files

Oct 28, 2011

In Flash CS5.5 when selecting, Publish Settings: html and swf, the html file does not display the swf from the URL after ftp. The swf file, however, does display from the URL without the html file. My work around has been to hand code the html. Is this a known issue or is there something else that might be causing this to occur?

View 5 Replies

ActionScript 3.0 :: Publish Settings Library Path?

Jul 28, 2010

In an IDE project what is the difference between choosing "library path" and "external library path" Is this how you would add greensock.swc to a project?

View 0 Replies

Batch Changing SWF Publish Settings For Hundreds Of FLAs

Jun 17, 2009

I've updated action script for a huge number of .flas to AS3 but forgot to change their Publish Settings to Flash Player 10 and AS3.  "MovieClip(this).stop" for example does not work in their swfs.

Is it possible to change these settings by batch processing all of the .flas at once?  (Through a Mac Automator droplet or text editing the .flas, etc...or ___?)

View 1 Replies

ActionScript 3.0 :: Publish Settings - Permit Debugging Ticked Or Not

Aug 3, 2011

I have tried having Permit debugging ticked and not ticked, but I sense no differences. How does it work?

View 2 Replies

Professional :: Disable Audio Compression In Publish Settings

Sep 13, 2011

I have MP3 files with finely-tuned compression from an audio app. If I use them in my Flash movie, and disable audio compression in "Publish Settings"... will Flash definitely not touch the files and use whatever MP3 compression settings the files have? Or... will flash convert them into raw audio?

View 1 Replies

ActionScript 3.0 :: Flash Website Publish Settings (size)

Jul 13, 2010

Ive made a flash website, but when i publish it, some people complain about the size. How do i make the flash website adapt to peoples monitor.I tried the "Flash movie (enable full screen) " 100%x100% but it gets distorted..

View 1 Replies

IDE :: Relative Paths In Publish Settings / Formats / Flash?

Jan 25, 2010

Is it possible to publish to a relative path in the CS3 IDE? For example, I have my folders set up in the standard bin, src, lib configuration where the .fla is in the src folder and I want to publish to .swf to the bin folder. I've tried the obvious'.. /bin/ nsomeswf .swf' but this doesn't work.

View 1 Replies

ActionScript 3.0 :: Change JPEG Quality In Publish Settings

Jan 11, 2011

I'm working on some optimisation techniques to allow Flash for export my .swf in various file sizes.I need to export the same .swf in a high quality and a lower quality version; so I normally just alter the JPEG quality manually.But I was wondering if there is a method using AS3 that allows me to adjust the JPEG quality dynamically? [code]

View 3 Replies

Publish Settings And Quality Changes Don't Make File Size Smaller

Aug 24, 2006

My swf file is rather large, so I tried changing the quality settings and the publish settings, but nothing I do seems to change the size of the final swf.

View 2 Replies

Flash :: Publish Settings ... Stopping My Fade Effect On Buttons?

May 3, 2009

Secondly here is my NEW problem.... I have some buttons on my page that fade as you roll over them, and they were working fine, UNTILL i changed my Publishing Settings>Flash >JPEG settings.. from 80 % to 100%. But even if i changed it to 81% it still messes up the fade. When i say messes up i mean the fade stops fading, and it just snaps from the pic to black.

View 7 Replies

ActionScript 3.0 :: Change Publish Settings (file Path And Name Of The Exported Swf)?

May 3, 2011

Is it possible to change the publish settings - specifically, the file path and name of the exported swf - using Actionscript? Or must they always be set in the Publish Settings dialogue box? Nothing I've seen indicates it can be done, but I thought I'd make sure.

View 7 Replies

ActionScript 2.0 :: Xml Driven Flash Website Not Working When Changed Publish Settings?

Jul 22, 2007

I have Xml Flash website but it is done in FlashMx with a Publish settings of Actionscript 1.0 and Flash Player 6 . Now I have a flv player component I want to embedd it inside my xml flash project, It says you need a higher publish settings to enable that flv component. ok fine Now i have changed the Publish settings to Flash Player 8 . When I run the movie Flv component is working but the xml flash website has been disappeared only blankscreen .

View 4 Replies

Professional :: Text Not Displaying Correctly On Publish?

Aug 4, 2010

I recently hired a programmer to design a flash health calculator for my website.  It works great and text shows up correctly when viewing online and standalone. The problem starts when I try to edit the file.  I wanted to change some text in an action layer.  That seems to work out fine but when I try to publish I get garbled text. 

I should also mention that when loading the file I get a Font Mapping dialog box stating "The document 'x' contains one or more fonts not available on your system.  The text will display and publish with the font mapping below:".  I have tried to select various fonts in this dialog box but still get garbled text. 
 
When I publish I also get this on the Output box: "Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts."

View 3 Replies

ActionScript 2.0 :: Code Works For Flash Player 6 Settings But Not For Flash Player 8?

Jul 1, 2007

I'm pretty new to Action script and I have a problem here that I can't seem to figure out.

I have this Action Script Code which is attached to a simple movieclip, and it all works IF the general settings are set for Flash Player 6.

It does not work for Flash Player 7 or above, which is probably because this is Actions Script 1 Code...

I attached the .fla file and also here's the code:

[Code]...

View 2 Replies

Flash Player Security Settings?

Mar 22, 2012

I am using twilo client in one of my apps and it is showing following popup when I click on call buttonBut I want to show the following pop up which is lot simpler and seems less cumbersomeIs there a way to control which pop up comes on the screen? I have read some documentation of adobe but their configuration files live in users computer which ofcourse can not be changed by a website.

View 1 Replies

Flash :: Setting Proxy Settings For Player?

Jan 9, 2011

I asked Google. But there is no working answer for it. I checked "right click -> global setings" and found no proxy setting in [URL].. Can anyone know how to configure proxy settings for flash player?

View 1 Replies

Professional :: Loader Component Works When Publish To Flash Player 7 But Not In Flash Player 8

Jul 5, 2010

My loader component works when I publish to Flash Player 7 but not when I publish to Flash Player 8, why? The publish setting are for ActionScript 2.0 on both.

View 2 Replies

Change Settings For Flash Player So Sites Can Be Accessed By My Swf?

Nov 28, 2010

I'm creating a banner that is supposed to send an user to a Web site. I have the following as my AS3 code (in a separate layer)[code]...

How do I get to this "settings manager"? I'm using Windows 7 Professional.

View 1 Replies

Flash :: Professional - Offline Access To Security Settings For Player?

Mar 22, 2010

I use a laptop which is never connected to the web for customer demos away from base. It does not have the Flash authoring environment installed either. Furthermore, a customer's own system used to run development versions of web sites using HTML with Flash content is not guaranteed to have web access either. Because some of the associated FLV files are quite large, uploading to a web host for such testing is not really viable even where clients have web access at meetings.
 
I have an AS3-based project which triggers Flash 10 local security protection on systems other those that used for authoring, for which the workaround is to set the source folder as trusted using the Flash Player Settings Manager. but [URL] doesn't seem to offer a useful way to avoid this problem without going on line to the Flash Player Settings Manager via an Adobe web site.
 
[Code]....

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved