thanks Medyman.
Ill look into that over the weekend.
Cheers
Hurley
Type: Posts; User: Hu4ley; Keyword(s):
thanks Medyman.
Ill look into that over the weekend.
Cheers
Hurley
Hi guys,
I am working on a personal project that incorporates an image slider. I have the slider working but I would like to add some physics to it so that when I slide and release it it keeps...
fixed it but adding a listener to the keyboard and on key up running a function to update the text box.
Easy peasy lemon squeezy
Thanks
Hurley
...
Hi Guys,
Hopefully someone can help?
I have an input text box which captures user input and displays it into a dynamic textbox in another movieclip. It works but I have a slight problem.
It...
nice one! Thanks Blizzard!
Got the textbox working,
The flash sends out the message to a php script which then sends an email. However it is not showing the characters in the email? just...
Hi all,
I was wondering does anybody know the best way to display special czech, slovakian characters in flash?
i.e ěščřžýáíé ĚŠČŘŽ ÝÁÍÉ
I have an input text box which sends text to a...
done :)
... now where's that bottle of Jack Daniels?
Ah i see.
Well thanks for your help Blizzard. Much appreciated!
btw
Im just thinking... i included a few mp3's in that attachment for the example. Might be a good idea to remove them? ...
success!
I tested it on a web server and it worked?? You know why I was having this problem?
Thanks Blizzard for the reply!!
I tried entering the code onto the holder_mc yet still it didnt work? Its weird, when i test it locally from within flash, simulate download it works fine but when...
Hey!
I have been trying to sort this problem out for a few days now without any joy! Its driving me crazy!
Im creating a flash music quiz which loads in mp3 samples and questions from an xml...
Hey,
Somebody have an answer to this?
Is it possible for flash take a screenshot of a users desktop and display it from within the swf? Or does this break a few privacy laws?
Thanks
...
ok Medyman ... I think I got it working... kinda... I used this code...
Keyframe actions
var contextXML:XML = new XML();
contextXML.ignoreWhite = true;
contextXML.load('video.xml');...
Hi Medyman,
Im unable to attach the fla due to attachment size limitations. Would it be possible for you to show me the technique by modifyin the code you posted before? You have the showreels...
I have attached a sample file to this post Medyman.
Im just looking how to make the contentPath of the video external (in the showreel.xml) So when button1 is clicked the video plays in the...
Ill explain my problem in more depth...
I have a button created in a movieclip which when clicked slides down another movie where a mediaDisplay componet (instance name myVideo) is housed to play...
still not working on this end? :confused:
On testing the movie the image dosnt appear until I resize the browser window. I even created a new document with 2 layers.. one for the actions and...
I used the code you posted and the background image still dosent show up until I resize the window? Ill post the code below maybe im missing something..
#include "lmc_tween.as"
Stage.align =...
Hi medyman...
One more question... when I load my movie the imported background image loads fullscreen and dosent fit to window until I grab the browser and resize it. Have you any ideas on how...
Medyman your a genius!!!
That code did the trick!! Really appreciate your help. Cant believe such a tiny piece of code caused me so much headache. Once I finish the project ill post a link and...
First off thanks Medyman for your reply.
This has been driving me insane.
What im doing is importing random images into the background of my full screen flash project and would like the images...
Anybody help or point me in the right direction?
Hi,
Im working on a full screen flash project that calls in an image from an xml file and displays it in the background. This all works great but is it possible to have the imported image scale...
Hello..
hopefully someone can help.
I have an animated menu with various buttons which all have up states and down states, I want to be able to change the buttons paths from outside Flash, is...
Hi Blizzard!
Great Thread.