Flash :: Changing Default "Play" Image?
Apr 4, 2010I am trying to change the default "Play" image in FlowPlayer which comes up when the player loads and is ready to play the clip.
View 1 RepliesI am trying to change the default "Play" image in FlowPlayer which comes up when the player loads and is ready to play the clip.
View 1 RepliesI got Adobe Creative Suite 5.5, and all the projects in company are made in 5.0. And i can't simply save by ctrl+s because Flash (thats concrete program i am asking about) want to save in 5.5. So every time i have to push file-> save as-> change from 5.5 to 5.0. I was trying to find somewhere, where to change it, but i didnt manage to.
View 1 RepliesSo for the splash screen at the beginning of an iPhone app, usually a Default.png is created and added to resources folder to add it. In Flash CS5 IOS development there is no resources folder so I was wondering if anyone had any experience how to get this to work.
View 1 RepliesHow do I install multiple fonts for both bold and normal, I am trying to change the default font.
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
[code].....
I want to know how to change the default colors of a pie chart. I want the flex actionscript code not the mxml code. I have drawn the pie chart and populated it but have no idea how to change color.
View 3 RepliesIs it possible to change the default destination of the SharedObject directory?
View 6 Replieshaving some problems understanding how I can bypass function arguments without changing its default value. Here are some examples:
function myFunction ( arg1:Boolean, arg2:String="default string", arg3:Number=3 ):Array{ return new Array (arg1, arg2, arg3);}
trace(myFunction(true, "new string", 5));// true,new string,5
[code].....
would anyone be able to help explain whether it is possible to change the default save as to a CS5, rather than going to file-save as.
View 2 RepliesThe examples I've seen seem to show how to change the color that shows when the user actually hovers over the textinput field.
However when the validation fails, a generic textInput border qill have a red line over it. My CSS file uses a border skin for the textInput, so I can't see this line.
I was hoping there was a way to highlight the text box when it failed validation, or re-enable the red line feature. I don't want to get rid of my CSS cos it'll totally blow my color-scheme, but any tweak allowing the error line
This is the CSS:
TextInput, TextArea
{
border-skin: Embed(source='/../assets/images/input_bg.png', scaleGridLeft=8, scaleGridRight=20, scaleGridTop=8,scaleGridBottom=9);
[Code]....
Is it possible to change the default destination of the SharedObject directory? If so, how do you do this?
View 9 RepliesI've been pulling my hair out trying to figure this out. I've looked all over here and other websites and can't find the answer. Here's the situation: I have a movieClip that has an animation inside of it. When the movieClip is hovered over, it changes to the hand (indicating it's clickable). What I need to be able to do is change the hand back to the default cursor. Every single article I've read is about how to change your cursor to something else (using mouse.hide() and replacing it with an image), which is not what I want.
View 2 RepliesActually I am the application is for recoeding live stream. The recorded videos are placing in the folder named live_test as specififed above.But I want to change this path. There is a folder named public in the root directory. In the "public" folder we have a folder named Recorded_Videos, I need to place the recorded videos on this folder. How can I do this.Another issue that occurs while recording is NetStream.Record.noAccess. This is occuring while the recorded video is placing on client's flash media server with the path that i specified above. But when i running it in the local flash media server(developer version), its working well. The recorded files are placed on live_test folder. In the client's server the stream is not recording, instead its showing an error like "NetStream.Record.noAccess". The code that I am using for recording live stream is follows:
stop();
var nc = new NetConnection();var CommPage = 'http://68.233.8.57/videos/destination';System.security.allowDomain(CommPage);
[code]....
I was trying to get the COPY cursor using DragMananger and event.preventDefault()- but got a very weird cursor behavior (the items' drop indicator was wrongly presented - etc.) Therefor i am trying to stick to default - this works fine - but my cursor now on copy is a simple arrow, and i would like to get the arrow with the grin plus on it
View 1 RepliesI'm completely new to AS3. Being completely new to actionscripting I found a tutorial on how to create a typewriter effect, which I have successfully made into a movie clip. My problem is that I want to stop the movie for the typewritten text to appear and make the movie pause for a pre-defined number of seconds and hereafter continue to the next scene or frame or whatever is the most easy. The link for the file text.flv: [URL]
View 1 Repliesin my mxml file I have images declared like this:
<mx:Image x="0" y="0" source="assets/bigpicture.png" id="picture1"/>
and at some event I do:
picture1.source = "assets/bigpicture2.png";
However this results in flex removing the picture, and when it has loaded it will show it again.
How can I make the mx:image make so that it will continue to show the image until the new image has been loaded?
I have created a gallery that pulls from an php file. standard stuff:
[Code]...
If for some reason (nice way of saying the people maintaining this are not computer peeps and prolly will name things poorly, or forget to upload or something). if for some reason it cannot find a thumbnail, is there anyway to make flash use a default thumbnail image in its place?
I've got a slideshow which runs from an XML file, and at the moment, if the image specified in the XML file isn't there, I get an errorError #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.and here is the function which loads the image:
Code:
private function Load_thumbnail():void
{
[code]......
I need to change the color tone of the image without changing the structure of the image.
for ex: I like to change the skin tone of my head part of image. Is it possible to change the skin tone color.
We are using default CS5 skins with an flvplayback component built through action script 3. When playing certain videos (and only certain videos, however there isn't yet a pattern), the play/pause, stop & seek buttons are completely unresponsive. They don't change stats on hover & they are unclickable.However, the fullscreen button does always work, and upon going fullscreen and coming back out, the buttons now work again. So far, the problem was seemingly at its worst displaying a video that was encoded with Sorenson spark (an older codec) and we wondered if it had to do with the file itself, the headers, anything of that sort. But the fact that the skin and buttons work fine once entering and exiting fullscreen - that is perplexing.
View 1 RepliesI am changing image through flex every time i change it saved into server directory with same name(which i am referring to show). So when i refresh my page my browser didn't send new request to server since it's already in request.so didn't getting new image.Tip:- when i clear browser history it will come with new image
View 2 RepliesI've got a slideshow which runs from an XML file and what I want to do is load a default .jpg if the URL is not found.
Here's what I have so far:
Code:
private function Load_thumbnail():void
{
for (var i:uint = 0; i<numphot; i++)
[Code].....
The bar of the pre-loader stops before it reaches 100%, so I'm guessing the Event.COMPLETE listener isn't being triggered...
package {
import flash.display.*;
import flash.events.*;
[code].....
if I repeat this IIS topic, I couldn't find the answer to my problem any where on the internet. I installed FMS Dev 3.5 on Win 2003 Server with IIS 6.0 enabled. I don't have any issue with port 80 Listening, I used the IP address 192.168.0.21 for my web application (IIS) and 192.168.0.22 for FMS (I only have one network card and port 1935 is open under firewall). I can play the sample videos (RTMP, HTTP, and Dynamic Stream) using the Flash Media Start Screen (or from the location C: Program FilesAdobe Flash Media Server 3.5webrootindex.html) without any problem.
I then modified the IIS Default Website to look at the "webroot" folder (C: Program FilesAdobe Flash Media Server 3.5webroot). From IE, I can access the default web site by enter http://192.168.0.21/index.html. The website loads up correctly, and the RTMP video is playing perfectly. However, if I click Play Video (HTTP) or Dynamic Stream (tab), I receive "Connection Error. Please press Play to try again." I look at the log file (access.01.log) and see the error log "Session disconnect
[Code]...
I LOVE this actionscript, it will be so useful to me. [URL] However I one question; Is there anyway to have a pattern(image) show with the mouse over rather than a color?
View 1 RepliesI have a script which dictates alpha on rollout and onroll but I want to set a default alpha setting for images which are loaded via xml. Here's a tidbit:
[Code]...
I've tried combinations of tn_group["tn"+i].tn_button.tn_pic._alpha = 85; and such but I'm still a big newbie
I wanted to create a flash application like this [URL] but the only difference is I want to save my image into the default folder with different names. I don't need for prompting to save the image but instead it will automatically saved in the default folder when you click the save icon. Here's the link I followed for the sample link above [URL]
View 4 RepliesI have a photo gallery on my site that is generated using AS3 and XML. Everything works great but I'd like to have the images that relate to the first thumbnail appear automatically when the movie loads.
Here's my code:
Code: Select all//DEFINE ARRAYS
var thumbnailsArray:Array = new Array();
var productDescriptionArray:Array = new Array();
var magazineArray:Array = new Array();
var mediumArray:Array = new Array();
var largeArray:Array = new Array();
[Code] .....
My application (AS3) uses Flash Player right-click zoom feature. However, when zoomed in I cannot drag when the cursor is over an image, navigation bar or active area.This makes the menu and several other pages impossible to navigate when zoomed in.The only option is for the user to zoom out and then zoom back in on the next area they want to look at.how default dragging can be enabled when cursor is over an image/ moviclip?
View 1 RepliesIs there a way to set a default extension when saving an image using FileReference save method?
Code:
var fileReference:FileReference = new FileReference();
fileReference.save( pngData, "image.png" );
If windows is set to "hide known file extensions", only image without extension will be displayed in save dialog. File type is "*.*". Some of my users hat the great idea to add .jpg extension in filename, because they couldn't see one. So file was saved broken as image.jpg.
I'm importing an external image, but by default the anchor point (coordinates 0,0) for the movieclip it loads into is the top left,this is obviously an issue if I want to rotate, as I need coordinates (0,0) to be the centre of the image, not the top left?
View 2 Replies