I know there has to be away to adjust objects on the stage from all keyframes because it's probably the most annoying thing I've experienced
I adjust a bitmap image and then when you play the movieclip, right when it hits another keyframe it shows the old position instead of the new. How can I update all images on the stage including al...
How hard is it to import a powerpoint presentation into flash. It would be perfect for me if the output would look like this: every powerpoint slide becomes a movieclip or a .swf file. I don't have any animations and sounds, its just text and images. I know i could save the slides to png but its very bad idea using bitmaps for text in fl...
I was playing around with papervision3D and want to create a reflexion to a group of planes.
I load dynamically images through XML...
Using bitmapMaterial the result of reflexion doesn't appear in right order place. Does anyone know how to fix that?
ex:
pic1, pic2, pic3, pic4 (normal pics above)
pic2, pic4, pic1, pic3 (reflection appe...
I created a swf that I have on my website. The swf loads xml data. it works fine when I test it locally. But when I upload it to the server, I get a IOErrorEvent(). Why is this occurring?
Here is the code for the XML file:
<?xml version="1.0" encode="UTF-8"?>
<menu>
<col>///~~~~~~~~~~~~~~~~~~~~~~~
<tile>
///The "thumb" tag should indi...
Hi,
Is there is any printing support in Adobe Flash like the new one in Silverlight.net beta 4?
...
I am trying to load my png file to my application. here is the code
var map:mapLoader = new mapLoader();
map.loadMap("tile.png");
Then here is my file that loads it. it throws the error right when it gets to
loader.load(new URLRequest(currentMap));
if I comment it out. then the error goes away. below is the code in its entirety
p...
Is there a script similar to the image below that lets the user press a copy button to copy text to their clipboards (instead of right-clicking to copy)?
Here's the URL where I got that image: http://github.com/rtomayko/rdiscount
Any ideas where I can find a script to do implement that functionality?
...
Using the flex text area I am trying to put an image inside a list.
Whatever I do, the image is pushed to a new line. If anyone has dealt with this before would more than appreciate a pointer as to whether it can be done. The html is below. I want to show text and the image on the same line in list item 2. I have taken some of the forma...
Relevant things:
I had fullscreen code working before I did a security update on the flash player.
Nevertheless, I still can fullscreen Youtube right now
I'm doing the fullscreen activation in response to user clicks (therefore no security is blocking it AFAIK)
stage.displayState is null all the time, in the main timeline and even afte...
Hi,
I am trying to create a login system where a user would be able to login inside of one flash game on say, example.com, and then that same login data would be preserved for all the games on example.com and also the games on foo.com and bar.world.com
I am new to shared objects in flash so if anybody knows of a way to do this in either...
Hi
i wanna play .asx and .swf formats.
can you help me how to play these formats in website. below are the streamings i want to play
http://www.radiokhushi.com/asx/liveaus1.asx
http://www.radiokhushi.com/liveaus.swf
Thanks,
Srikanth
...
Would it be possible to have a video (MP4, FLV, F4V, or some other popular format) contain a table of contents that the user can click to seek to different sections of the movie?
...
I have a Flash CS4 movie that uses a standard Flash combobox. This works fine, as long as I don't use the resulting SWF embedded on a HTML page. When I do embed it, the combobox doesn't show up, doesn't dispatch mouse events, it's just as if it doesn't exist. However, if I switch to fullscreen, the combobox appears and functions normally...
I'm building a Flash app (as3) that allows users to embed photos of themselves in a scene--think carnival-style cutouts (or faceInHole). I like the interface design for image manipulation at FaceInHole, which puts anchor points and a skeleton around the boundaries of the uploaded image and lets users drag the image to change its positio...
Hi,
I have used the Shockwave Flash object com component in my .net Windows form. The problem is in one of the user's system,it is asking for the installation of Adobe Flash player as it is not already installed. But it is installed in his system.
Kindly let me know why this is happening.
...
I am creating a ping pong game. And I want to create the ability to control the direction of the ball based on the impact on the paddle. If the ball is coming down at vy = 4; vx = 4;
and the paddle is moving to the left at vx = -5; I want the ball to slightly change its course depending on how fast the paddle is moving. It would probabl...
Hi,
Just looking for some advice/leads on "best practices" for protecting a sensitive id (personally identifiable information)...
I've got a Java-based webapp (JSPs, Servlets, etc) that is going to need to embed a SWF file running on a trusted 3rd party site.
As part of embedding the SWF file, I'm going to need to pass a parameter in ...
I'd like to be able to take a 1-frame SWF file and convert it to PNG through PHP. I'm okay with using command-line tools to get this done.
How could I go about doing this? I found an ActiveX library, but that seems like one too many layers. I also see that Gnash seems to have a PNG output class, but I can't figure out how to get to that...
Usually, flash streaming is done by capturing webcam video/audio and streaming using NetConnection and other objects to servers like FMS,Red5,Wowza etc.
I haven't found any example on how to create your own stream of images and stream as a video to the server.
I know it would be possible to convert the image to bytes and send via Share...
Hi,
I've noticed something weird at IE.
When i have a flash object (.swf) inside a page, then any action/function inside $(document).ready starts after the swf object has been fully loaded. (While in firefox, it doesn't need the swf to be fully loaded)
Why is this happening, and how can i prevent it?
...