Flash :: SIP Support Wihin Is Going To Be Available?
May 16, 2007SIP support wihin Flash is going to be available? Flash 10? Is any SDK incl. this functionality planned soon?
View 1 RepliesSIP support wihin Flash is going to be available? Flash 10? Is any SDK incl. this functionality planned soon?
View 1 Repliesi don't understand flash plugin only support .swf file,not support .flv file? always require load a swf file for play flv file, for exampes:
<embed type="video/x-flv" src="http://www.my.com/test.flv"></embed>
must be use a swf for play
<embed type="application/x-shockwave-flash" src="http://www.my.com/player.swf" flashvars=""></embed>
Is there a SIP library to connect a flash application to a SIP server directly?(without passing from a rtmp media server)
View 2 RepliesI keep trying to place some pngs in an XML file inside flash. The jpgs work fine but when it gets to the pngs nothing shows up. Do you need to have a special Action Script?
View 5 RepliesDoes Flash support the <div> tag? I want to convert a table tag to a div tag to display within Flash.
View 2 Repliescould you answer whether ScreenVideo codec (ID=3) is supported by latest FlashPlayer for DefineVideoStream/VideoFrame tags?
View 1 Repliesflash lite4 whether to support fscommand2?
View 1 RepliesIs there is any printing support in Adobe Flash like the new one in Silverlight.net beta 4?
View 1 RepliesIE9 will support VP8 Encoded Videos if a User has VP8 Codec installed on Computer.Where will user get VP8 Codec ? Flash-Player ?
View 1 RepliesDoes Flex 4 support put request?
I know that Silverlight 4 support put request using its client http stack.
Here's the lowdown, I have a Flash MX navigation on an html page and I want to set up the buttons so that onRelease they will go to named sections on that html page; Thru the use of the <A NAME></A> <A HREF></A> tags.
View 1 RepliesThis my HTML but if the browser does not support flash then i want to replace image in flash part
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
[Code]....
I just have two version of my site
one is design for Flash supported (like Desktop) and the other one is for Mobile devices
I just want to know if I can detect and if is true (support) they will stay the same website assuming is[url]...
I just looked into the styleSheet and TextFormat class for the first time and built a text scroller that pulls its content from a text file with html in it. I am having great problems with the fact that I can't add top and bottom padding to p, h, and spans. I actually am a bit puzzled by the fact, it is not supported. Since that is something I feel like I can't really live without. I am wondering if someone might have written a class that allows you to use those css properties in the style sheet or knows of someone who has, or of some other work around to do this. I did try adding an invisible "spacer" MC from the library via the img tag, but have to say, that at this point, that was rather unsatisfactory, as the amount of control I get, is not quite what I want it to be.
View 1 RepliesI have created a flash aplication and need to make a HTML version for people who dont have flash, I found this method on the internet [URL] but dont wish to use it as i dont want seperate pages and the delay caused by 2 loads and the time taken for the script to activate. I would rather detect the absence of flash anddisplay the HTML if and only if flash is absent If the flash was a JS i would just use the noscript taghow can this be done for flash?
View 4 RepliesWith .net 3.0 offering Windows communication foundation, will flash 8 support it? WCF is suppose to be easier compared to .net remoting. I have a project at work where I might be doing some flash and saving the data to a db and i'm lookin on how I should do it. It will be several months from now before I do it and I'm looking at my options.
View 3 RepliesI would like to add a very small and simple Flash audio player to my website. I have found lots of Flash MP3 players, but I can't seem to find players that will work with other types of audio files, such as aac/m4a/mp4.
I had previously been using Windows Media Server to stream WMA files on my site, but this only works for Windows users, and I need streaming to work for Mac users as well. So I think Flash is the way to go, but I cannot use mp3's because of licensing concerns.
I've been looking and looking for a flash player that supports other audio types, but can't find one. Is it true that flash has a native class for mp3, but doesn't have built-in support for others?
I see that the new Flash Media Servers were released. Looking over the information on the product pages, Flash Media Enterprise Server 4 is the only available product that supports RTMFP connections?
We currently have Flash Media Server 3.5 and our product utilizes RTMP connections, but I've been working with your Stratus Server and RTMFP and have found that the new protocol better fits our needs. However, the price for Flash Media Enterprise Server 4 is beyond our budget. Is there any possibility that RTMFP support are/will be available in the lower levels of Flash Media Server?
I am running Flash Professional CS5 (11.0.2.489), updater reports I am up to date. The documentation seems to indicate that FP CS5 should support native custom cursors, but it doesn't (Mouse.registerCursor method is undefined).
Should this be supported in FP CS5? Can I update flash.ui to include support? Is it supported in FPCS5.5?
I have developed a video player using Flash 8 Professional and the FLVPlayback component. Recently I have been testing a few 720p .mov files converted to FLV by FFMPEG running on an encoding server. I am noticing that these files do not play back in my video player. It appears that they do not have any audio attached to them but when I play them in Adobe Media Player the audio is there.
Is this due to the FLVPlayback component in Flash 8 not supporting HD videos? When I test locally the video picture plays with no sound but when I run in a browser the video freezes and does not play. The progress bar appears to move as if the video is playing however.
[Code].....
Is there any JavaScript or any other way of checking for html5 video support?
View 3 RepliesI need a audio and videoplayer that is usable both in non flash-browsers (such as iphone-safari) and in non html5-video-enabled browser (such as all old browsers)Apart from this clean asthetics(think vimeo), support for many codec-types and easyness to implement are all bonuses.
View 2 RepliesWe are building a Flash application for client use but will need to do server side processing of images. All our expertise and application code is in Java, but I've been told Dot Net has better Flash support. This is general but we will be modifying large (up to 50MB) image files. The idea is that what we could do in Flash should be duplicated, automated and extended on the server side.
View 2 RepliesI've been trying to load some JSON from a URL with a username/password at the beginning.So the URL resembles: http:/[url]....I've been using the DataLoader class from greensock and it returns a Error #2032: Stream Error if the authentication is up but loads fine when it is disabled.I'm trying to add a 'Authorization' URLRequestHeader to get round this issue? Is this the best way forward?
Edit: I'm trying to use headers in a similar way to this post: Flex 3 - how to support HTTP Authentication URLRequest? but I'm not having much success. The base64 encoder I'm using is from here: http:[url]....
2nd Edit: latest code
_loader = new DataLoader(ENDPOINT, { onComplete:handleComplete, onError:handleError, onFail:handleFail } );
_loader.request.method = URLRequestMethod.POST;
_loader.request.data = new URLVariables("required=RandomData");[code].....
I'm wondering if anyone might be able to give me a general overview on the state of implementing 3d in flash. More specifically, realtime 3D rendering on the fly, for something like making a game engine.not that i'm planning to start work on any projects on the subject just now, but i'd like to know if it's worth considering some 3D work in futurethus far i've only seen two games which use 3D in flash:This one is a strange car driving game. Three things strike me right away:1. The player's car is just a wireframe, and has a very simple mesh2. All the level components are just planed, with a few exceptions3. Most of the ground parts share the same texture.
Maybe i'm reading too much into it, but to me these things suggest some pretty heavy resource limitations.The other one is: htthis is an fps, of sorts. Again some things stick out glaringly, and i'm not certain whether they're design choices or working around limitations:1. Generally low poly models, things look blocky2. low res textures too3.Fixed camera angle.it reminds me of the sort of graphical quality we had when 3D was first being introduced to mainstream PC gaming. Are these games a good representation of the kind of 3D rendering flash can currently handle? Is it possible to make things much more detailed, that can run smoothly on average hardware?
I have flash file which accepts data from Javascript using swfObject.js and displays it dynamically(using addVariable). But the problem occurring is it doesn't support all browsers. I have IE 6 and Mozilla Firefox 3 with Flash player version 10 installed in it. I am not able to run the file on it. I can't understand why as
the code written in as3 and in javascript is right.
I threw together a fla to spike some code. At some point, it's lost it's fidelity. It was telling me I couldn't debug the file because it didn't contain AS3. It did.Then, I found that there was an extra dot in my code, which was not caught during auto-format or syntax checking.I removed the extra dot, and then I started to notice bugs. I got runtime errors that a var was 21, when it is clearly set to 22. I also changed the datatype of a Vector to an Array and all of a sudden the compiler acts as if the array doesn't exist.Like I said, I was just spiking some code, and could have made some errors in there somewhere, but this is getting out of hand.[Update: I can't upload an FLA to the official Flash support site.
View 2 RepliesI'm trying to make a new flash player to stream a video from the vod folder. But after creating the player, the video doesn't show. It only shows the a blank screen with the player skin.
what's the format to put in the RTMPE url into the source/content path?
I've heard that Adobe Flash CS5 now comes with native support for Arabic (and other right-to-left languages).I haven't confirmed this, but I have two questions:
1) Does Flash CS5 actually natively support Arabic without needing to use the text layout framework URL...
2) If so, does this native support extend to the ComboBox component?
I'm working on a form in Flash that uses the ComboBox component, and I need to verify whether this support is as holistic as I hope it is.
I would love to get some information from some of the old pros on here as to best practices using flash for large scale environmental displays:
1. Flash supports High Definition correct? I did a google search, and see that it does - but unsure whether I need a plug-in or it's just a setting? My question is more along the lines of - can the flash animation be highDef, or only the videos it displays?
2. I am working on a very large (like 40ft tall) environmental graphic, and curious .how you deal with images at that size? I remember vaugely, that they don't need to be 300dpi, but do i still need to maintain a certain resolution?