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.
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
In datagrid i shows number of checkbox for example 20 checkboz ,in 20 checkbox if i select any 15 checkboxs then remining checkboxs will be disable (enabled="false" But 15 selected checkbox accessable ?
How can i do that . i tried
<mx:DataGrid id="dg" width="100%" height="100%" rowCount="5"
dataProvider="{dp}">
<mx:columns>
<mx:DataGridColumn dataField="name" headerText="Name"/>
<mx:DataGridColumn
I am creating a quiz in which the user matches an object (movie clip), to a sound clip that is played. The sounds are stored in an array and a random one is chosen. Then 4 random movie clips are created dynamically which hold the object image. I need a way to link the sound clip to the movie clips to check if the correct one was clicked. Here is the code so far:
var randSound = Math.round(Math.random()*1); // Rand no 0-4
var sounds:Array = [cat, doorCreek]; //
I have been investigating swfmill and ran it against some of my AS3 SWFs, I get
<UnknownTag id="0x52">
<data>...</data>
</UnknownTag>
and
UnknownTag id="0x4C">
<data>...</data>
</UnknownTag>
These lines are most likely contain the data I am looking for, but the data is unreadable. Does anyone know of another way to find the included classes in a SWF, or know how to decipher the data in these tags? Any help would be
I used both flash and drupal for creating websites. Now what i will like to achieve is to create fully functional website in flash and use drupal for creating users, roles etc.
Does any one has any idea?
Ok, that will try to give you a short answer. First Thing. Real Flash CMS sites have other construction then templates in Drupal. Their 1-Page Application sends and get response data from a server. There are two ways to get what you want:
Create Drupal Template with flash for
I'm working with a hot new open-source Flash data visualization library (http://www.axiis.org) It doesn't (yet) have a series interpolation effect, like the Adobe Flash Charting library does.
Can anyone point me at anything that would help me understand how to do it? I gather it involves applying a tween effect between the old-data sprite and the new-data sprite.
Since I've never done any data vis graphics work, I suspect that it may well be beyond me to implement -- but I'd rather
(This is a question for Flash 9/10 AS3.)
I'm trying to solve a problem where the user has to click on an area before it starts getting mouse wheel events.
I assume the focus is set elsewhere so in the ctor for my movieclip that is asking for events, I say "stage.focus = this". This ought to work, judging from the web searches I did. But it doesn't. I still have to click on the clip before it starts hearing mouse wheel events.
What could I be doing wrong here? This is basic AS3 stuff
I've got a fla player and I'm trying to get it to display inside a div properly, it looks ok in IE (only after you refresh the page), but none of the other browsers show it properly (only 1/4 of the tv shows).. The flash document size is 336px x 220px and I've placed the tv and remote inside.
I'm using SWFObject to call the flash using this:
<script type="text/javascript">
var so = new SWFObject("tv.swf?videoUrl=video1.flv&imageUrl=image/image1.jpg&tvName=", "DSI",
when the "preview" link is clicked it is meant to change the video script and video swf using the innerHTML method, however in IE 7+ the flash seems to appear but never loads the video i.e. it just stays white.
<script>
function changeVideo(filename,script) {document.getElementById('video').innerHTML =
'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="610"
I'm trying to render a font using sifr to about 160px in size, but it seems to stop expanding anything larger than half of what i require. i've tried setting the font-size in the sifr-config and css. but to no avail it still won't get any larger.
Any ideas?
My example page is here:
http://oonagi.org/sifr/
sIFR stops after 160px or so. I believe originally because Flash wouldn't render larger font sizes, but I can't quite remember.
You could try to add the following to your h4
I want to remove all movieclips in my wrapper movieclip.
wrapper.removeMovieClip(ALL CONTENT);
how can I achieve that ?
Let add, that I don't know names / id of all the movieclips in wrapper.
Just want to PURGE all content. and prepare for futher use.
while(wrapper.numChildren > 0)
wrapper.removeChildAt(0);
EDIT: Here is a faster version that calls numChildren only once.
for(var i:Number = wrapper.numChildren; i > 0; i--)
wrapper.removeChildAt(0);
In my application i want checkbox on the accordion ,so is it possiable to set checkbox ? if it is possiable How can i identified child ?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
width="100%" height="100%">
<mx:Accordion>
<mx:headerRenderer>
<mx:Component>
<mx:CheckBox label="myCkb"
/>