Hide Icons In Flv Player?
Aug 26, 2009I'm using this code to play flv [code]...
But I want to hide all icons (Play, Stop, timeline and scroll bar), how can I do that?
I'm using this code to play flv [code]...
But I want to hide all icons (Play, Stop, timeline and scroll bar), how can I do that?
I am trying to create a slider that when changed either adds icons or subtracts icons.Here is what I got:
Code:
package
{
import flash.filters.*;
import flash.ui.*;
[code].....
I can't seem to get the Flash player controls to autohide.If you mouse out of the video very slowly the flash player controls that are over the video will autohide. But if you mouse out quickly the controls stay there.
View 4 Replieshide the video content of the YouTube player (only statusbar (where is play button etc.) is visible) ? Or maybe do you know other (flash) players that have the ability to stream the YouTube movies ?
View 2 RepliesI have set the features to be empty which works fine except in the flash player. It still shows the big play button.I realise I can manually hide this but I'd rather find the proper solution
$('video').mediaelementplayer({
features: [],
success: function (me) { [code]..........
1. How to Auto hide player controlbar, when video fullscreen. 2. and also controlbar widh when player fullsize to monitor width.
[Code]....
I'm trying to create an overlay containing a flash player that is shown when a user clicks on a link. The div containing the player starts with display:none in CSS. Upon clicking, the div will be shown, and JS will use ExternalInterface to configure and start the player. The JS configures the player when it catches a "flash ready" event, which is fired by Flash on ADDED_TO_STAGE.All this works, except that the ExternalInterface callbacks are never created. The JS and AS3 work fine if the player is shown upon page load, or is hidden with visibility:hidden instead of display:none. I am aware that Flash will not be initialized with display:none, and this works as expected: when the Flash is unhidden, it fires its events and correctly initializes everything else (eg. GUI, other internal stuff). The only thing that doesn't happen as expected is that my ExternalInterface callbacks are not added.
ExternalInterface.available is true. It's not a timing problem, because even after several minutes the callbacks are still not present. The strangest bit is that the flash is able to call JS, fires JS events fine, and the code to fire the events comes after the code to add the callbacks. There are no errors thrown by any of the AS3 code. I'm seeing this problem in both Chrome and Firefox.
I am using AS 3 Flash CS4, WIndows XP SP3. I am unable to use the Mouse.hide(); method in many of my scripts. If I add Mouse.hide() to a preexisting script, I get the following error; line1 1061: Call to a possibly undefined method hide through a reference with static type Class. If I add Mouse.hide():void; to a preexisting script, I get the following error: line1 Label must be a simple identifier Once this has happened, if I then remove ALL lines of script from the file...but leave the Mouse.hide(); [or Mouse.hide():void;], and also remove all objects from the stage, when I run the file, I still get those same errors.
[CODE]...
Im looking to have a combobox dropdown with the name of an operating system along side its logo ie Image -> Red Hat 5 This is my code so far
[Code]....
In a dropdown how to get icons along with text and once we select any of the index from the dropdown i want that icon also be selected and to be displayed on that dropdown header
View 1 RepliesI have a project using 2 groups of radio buttons. Each group needs its own icon. I can skin the RadioButton Asset, but that affects ALL radio buttons. I guess U need to be able to change the icon property on an instance-by-instance basis.
View 7 Repliesthere are two icons that become visible when a mc is selected, a small crosshair and a small circle. Sometimes they're in the same place, sometimes not. I understand the small crosshair is the origin, where all transforms originate from, but what's the circle, and what does it mean when the two icons are in different locations?
View 2 RepliesIs there a way so that I can add icons to my swf files? Or can I convert them to .exe and then add icons to them?
View 8 Repliesi have been making some little animated icons and I have gotten stuck on one in particular.I think I have attached an image of it here. What I want to do is start off with a solid red triangle and animate it being sucked or beamed up into the spaceship, as you see in the picture.I want it to look kind of like the triangle is dissolving into little particles which are being sucked into the spaceship
View 4 RepliesHere's my listBox code for a listBox called myList (pretty basic):
var xml:XML;
function onLoaded(e:Event):void {
xml = new XML(e.target.data);
[Code].....
In addition to the text label (to the left of it, actually), I'd like to have a square icon (an image thumbnail) with each row in the list.
I've been looking at the following example for populating a PupUpMenuButton [URL] and would like to add icons to each menu. Ideally, I would specify the icon in the xml and assign it in a similar way to using labelFunction for the text. The only information I've found via google is to create a menu as follows
(seems I can't include more than one url, but it is an example that creates a menu object using the following function):
private function initMenu():void {
menu = new Menu();
menu.dataProvider = xmlList;
menu.labelField = "@label";
menu.iconField = "@icon";
}
but I would really prefer to build it all from the XML file.
I'm trying to set my own icons for Air for Android using Flash CS5. I see the icon tab within the Air Android Settings panel, but it won't let me navigate to my icons. Also, I would add the path to my manifest.xml file, but it gets overwritten while publishing.
View 1 RepliesI can display the icon of a file that has been associated with that file in the native OS.
I have a tile list of a folder's contents. For images, I display the image, for everything else I display a generic image. However, it would be great if I could tap into the OS and just use the icon that the OS uses. For example, if I have installed Microsoft Word on my computer, then when I view a word document in the file system it will display the word icon that Microsoft created for word documents. For MP3's it might be an iTunes type sound icon, if I have iTunes installed and so on.
Basically, for all the files in my tile list I want to just show the same icon that Windows, or Mac OS would etc.
In addition to this, if the OS creates a thumbnail for the file (images, videos and PDFs for example) is it possible to tap into this OS generated thumb?
I have the skin below for my buttons:
<?xml version="1.0" encoding="utf-8"?><s:SparkSkin
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
[Code]...
I was wondering how I can add a different image for different buttons which have the same skin.
Does anyone know how to get rid of the reflection off the icons in the carousel?
View 3 RepliesI need to make a dance dance revolution-type game. the icons are gonna fall from the top of the screen and the player has to press the keys on the keyboard that correspond.
View 1 RepliesI'm working on a little navigation here where several icons will fly up to a certain height and then hover around, kinda like a flying insect might. Most of my actionscripting experience has been pretty basic so far, and i'm having a little trouble getting this thing to do exactly what i want.
these are things that i would like to happen: -- the icons fly up sequentially, instead of all at once -- the icons fly up to a less uniform height (more variance on the Y axis)these are things that really need to be fixed, but i can't figure out how: if you rollover the icons too fast, they go to a negative scale(which flips them over)also, i'm sure this code isn't the most efficient, and there are a few onEnterFrames that i could probably get rid of, but when i tried deleting any, it would break the code.
[Code].....
I found a bit of code out there that creates a mac style dock but what i cant figure out is where to set the spacing of the icons in the dock
[Code]...
all this pages are in one movieclip called PAG with appropriate names to moviclip and frames. I am having problem with Home page i hv some icons which shld take user to links. but its not working . and same link works fine with training page.
_root.pag.training.gotoAndStop("t2");
}
now how to give links from homepage to icons .
How i can add ICONS / images in front of the data item
View 1 Repliesi'm creating a weather forecast map .. a flat map and then icons appear on top of it in specific areas.. but i have a folder that contains the icons .. and daily a mysql database gets updated with the filenames to be used on each icon according to the weather on that area..
View 1 RepliesI`ve read that I have to use a 114x114 icon for my iphone 4 app , but I can`t use an 114x114 icon when I publish my app
View 1 RepliesI have this project with a movie clip I'll call MyMovie. The movie is a simple tween. I also have a set of button controllers that will start, pause and rewind the movie when clicking on the icons. These icons are movie clips with instance names of goButton, pauseButton, etc. I have no problem controlling the MyMovie animation with the icons until I convert the normal tween to action script. I follow the normal procedure of coping the Motion to Actionscript 3, removing the tween, and making the animation play with the actionscript. But I can't figure out how to make the buttons control MyMovie. It looks like the instance of MyMovie isn't behaving like a tweened movie.
[code]...
Works fine with the action is tweened but when the motion is converted to actionscript it has no effect. Making MyMovie a child seems to have no effect. It seems like once the AnimatorFactory scripts start running the array's you can't stop them. I must be missing something simple.
can i add system icons (.doc, .ppt icons etc) into my flex application without embedding them into the application directly.
View 2 RepliesI'm working on an Adobe Air Desktop App ATM. My question is how to get the icon for a given file extension, but without actually loading up a file of such type.
I had the idea to just create a blank file for the extension and then delete it once i have the bitmap for its icon, but that seemed like too much trouble and kinda inefficient.
So for example i want to get the icon associated with a .txt file, or .html file. Is their any way of doing such without having to directly reference and existing file , or create a temporary one as mentioned above?