flash

Why I can't connect to FMS with rtmpe ?

This works: NetConnection.connect("rtmp://yourFMSserver.com"); But this fails: NetConnection.connect("rtmpe://yourFMSserver.com"); Anyone has an idea? ...

What Flash can do that HTML5 not?

What things Flash can do that aren't possible with HTML5 currently? For example, Flash supports raw access to the underlying network, while WebSocket needs some proxy server. This one is really annoying. ...

Does (embedded) SWF notify the user if they need to upgrade Flash?

if the swf is for flash player 9 but the user only has player 8 installed, will the user get an option to upgrade his player automatically? ...

Setting session_id unreliable when using flash to send data

I'm using PHP version 5.3.2 on both my local development server and remote web server. I'm trying to use uploadify to upload several files to the server. In the receiving script, I would like to use data stored in the session, however because uploadify sends files to the script using flash it doesn't send the session cookie. The workar...

Flash widget system

I want to create a little flash application, what would implement a widget system. Main points: Widgets are separate SWF files, loaded dynamically from a folder Active widgets and their position are saved on a given interval Widgets can be dragged after a long press (time of press can be set) Open source and free Not too important but ...

trying to replace an element in flash swf file

Hello everyone ... i'm no flash developer, and i downloaded a flash template from this link. I was able to change almost everything i needed to except of 2 things: 1- There is the green "X" sign that appears in the gallery page, I would like to change it to my logo. 2- I would like to change one of the image gallery pages to a video g...

My Vimeo embedded object is hiding my subnav (flash object)

http://beta.helpcurenow.org/media/videos/ If you go to this page, you'll see I have a main video window that loads whatever the newest video is, or one that you click from the thumbnails below. However, the Vimeo embedded object is hiding my subnav when you attempt to get to the drop down menus at the top. I dealt with this issue alr...

Why are virtual machine based RIA solutions so quickly rejected by proponents of legacy AJAX/DHTML patchwork solutions?

RIA adoption rates in the corporate intranet world seem higher than that of the Internet because the cost-effectiveness and efficiency is being recognized there. (A growing number of job postings asking for Flex experience in my IT-heavy region demonstrates this.) Why not also on the Internet? Reasons you get from people who favor hacke...

Flash + Google Maps API: how to reload a map that was not loaded successfully

I start to load a Google map in my flash application and the network disconnects. I want to reload the map once the network is reconnected. How can i do that? ...

Flash banner not linking

I was following this tutorial http://www.tutorialized.com/view/tutorial/Full-flash-Banner/20583 and I wanted to add links to pictures shown within the banner. So I've edited 'picture 1/2/3' in the library panel transforming them into movie clips, and then opened them in edit mode and added required actionscript. But when I publish/previe...

AS3, Fade effect in dynamic text?

Hi, After working in AS3, How to show just the last line of dinamic text (and more), I would like to know if it is possible to implement a fade in - fade out, or any other transition effect, to the dynamic text shown from the .txt external file, when the text changes on the movie. TIA, Pablo ...

How to write a good SRS for multiplayer Flash game?

I am relatively new to creating SRS for a multi-player Flash game. Then are there some points difference from normal SRS? What are important things that I should pay attention. Can anyone point out some good samples / examples? Thanks. ...

ActionScript Protect .swf/.swc Files From Decompilation?

it is possible to protect a .swf file from decompilation? i've been reading about compiling class libraries in a .swc file for distribution without revealing the code - possibly selling it. however, there are .swf decompilers you can use to expose the code, and a .swc file is simply a .zip archive, so changing myswc.swc to myswc.zip wi...

How can I control the visual affect with Camera class?

I've checked the document: http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/media/Camera.html But still don't find info on how to control the visual affect(like lightness, saturation and so on) of my pc camera. Is that kind of job possible with actionscript? ...

Including Flash content inline in a custom Weblog?

I'm trying to think of a way to place Flash content into a blog post so that it appears inline between paragraphs. I'm writing a custom weblog application in Django (still learning) and I'll be using SWFObject for the embedding. The blog is for me only so the back-end isn't too fancy. I'm simply using Django's built in admin interface....

visible not working on Mac

Dear, obj_mc.visible = false; not working on mac, work good on pc. AIR \ AS3 ...

Which Server/Protocol should I use to create real time interactive online game in Flash?

Hi, I'm totally noob in flash development and I"m now looking into multiplayer online game in Flash. What I found out are... **Commercial One-stop Servers** Electro Server (http://www.electro-server.com/) Pulse (http://www.gamantra.com/pulse/) **Free** Openfire (XMPP Server) and Red5 Plugin Hemlock (http://hemlock-kills.com/) I excl...

Youtube AS3 API simple question...

Hi guys... I am trying to add youtube player in my flash site. I downloaded the AS3Player class file from youtube api website and link it in my flash file. When I ran it, I got compiler error that said C:/project/flash/youtube/player/AS3Player.as : The definition of the base class Canvas was not found and C:/project/flash/youtube/...

Representing a Monopoly board in flash?

I'm brand new to Flash (and game programming, really), but want to learn a bit of it. My overall learning project is to create a Monopoly clone in Flash. Unfortunately, I'm struggling to get over even my first hurdle - how to create the board graphically, and how then to deal with it in the code. So far, my thoughts are to break the boar...

Flash search function...

hi guys.. I am trying to add search function on my swf file so when users enter the keyword, it will return list of videos from youtube. I also create the youtube player so the user can click the video and watch it. I tried to look at the internet, but not too much resource. Can anyone give me some general direction of this task? Yout...