Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Need Heeeelp: Php &flash


I have been trying to transmit some variables from my flash movie to a php file, and then from the php file to the flash movie; I have found a lot of tutorials on the net, but none of them seems to work. Heeeeeelp!




FlashKit > Flash Help > Flash ActionScript
Posted on: 12-04-2002, 03:53 PM


View Complete Forum Thread with Replies

Sponsored Links:

HEEEELP
I've created the Falsh typer effect, one of my own, however, I can't write two lines. I want the text to be separated, but when I write the variable text, I can only write in one line, that means everything comes after each other and it doesn't fit.
I also want to be able to have a movie before the flashtyper comes on, this doesn;t work either.
I'd greatly appreciate anyhelp....
Thanks!!

View Replies !    View Related
HEEEELP
Does ne1 know how to make presentations like the ones on http://www.impactbuilder.net
Thanks...

View Replies !    View Related
Heeeelp
Hi there, I have some troubles about how to make that a simple arrow point to one of the four buttons that I have created around a circle, when the cursor move over one of the buttons, and with the arrow always between button and circle, hope you to understand me.

View Replies !    View Related
Heeeelp....
OK, my layout is like this.


In Scene 1 I have several keyframes. present on all are two popup menus, they contain 6 buttons each, I have seperated the two sets of naviations off into seperate movies.

In Scene 1 I have 12 seperate keyframes all with data on and unique frame labels attached too each. I cant get my navigational buttons to go to the frames on my main timeline.

Any ideas?

View Replies !    View Related
Heeeelp Me
OK this is the rollover code for a drop down sub menu.

It kinda works except the prevFrame doesnt seem to work and it seems excessive code.... especially when I have 5 buttons and id have to do this 5 times!!!


Code:
_root.menu_mc.multiBut.onRollOver = function() {
if (_root.dropMenu._currentframe<53) {
_root.dropMenu.onEnterFrame = function() {
_root.dropMenu.nextFrame();
if (_root.dropMenu._currentframe == 53) {
_root.dropMenu.onEnterFrame = function() {
_root.dropMenu.stop();
if (_root.dropMenu._currentframe>53) {
_root.dropMenu.onEnterFrame = function() {
_root.dropMenu.prevFrame();
if (_root.dropMenu._currentframe == 1) {
_root.dropMenu.onEnterFrame = null;
}
};
}
};
}
};
}
};

_root.menu_mc.homeBut.onRollOver = function() {
if (_root.dropMenu._currentframe<79) {
_root.dropMenu.onEnterFrame = function() {
_root.dropMenu.nextFrame();
if (_root.dropMenu._currentframe == 79) {
_root.dropMenu.onEnterFrame = function() {
_root.dropMenu.stop();
if (_root.dropMenu._currentframe>79) {
_root.dropMenu.onEnterFrame = function() {
_root.dropMenu.prevFrame();
if (_root.dropMenu._currentframe == 1) {
_root.dropMenu.onEnterFrame = null;
}
};
}
};
}
};
}
};

Help me coder gods!

View Replies !    View Related
Heeeelp
I will be SOOOOOO grateful if anyone can help me with this problem..it drives me crazy..and I have wasted SOO much time trying to figure out whats wrong..with no luck

I am simply trying to make a "slide show" on a flash site. Making buttons for the user to click..everytime the user clicks on for example "bathroom", I want a photo of a bath room to fade in..when he clicks "hall" i want a photo of a hall to fade in and so on..I am using " insert - timeline effects - transition - fade in " wich should be the easiest thing in the world..HOWEVER, it is NOOOOT!

Keep getting this error message when I try to apply the effect to the last (slide (.jpg)) photo:

Error opening URL "file:///hard drive/Users/din_clown/Library/Application Support/Macromedia/Flash 8/en/Configuration/preview1.swf"
Exception in reverse: TypeError: tmpFrame has no properties

It is SOOOOOO annoying..the effect attaches perfectly fine to all the other .jpg..why should it all of a sudden not want to get attached to the last one???

Does anyone have any idea what can be wrong?!?

I will be SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO grateful for any help

View Replies !    View Related
::::::::::: It Is Too Hard For Me - PLEASE HEEEELP :::::::::::
hi,
i´d like to know how can i do with ONE click on BUTTON
demonstration
is here http://www.freestyler.cz/help/help.html

1 - move with "MC" (this is what i know i´ll use "scrolldiagonal.fla" :-))

2 - AFTER "MC" finish his move, load for external
swf (this is what i don´t know)

ONE TOUCH on BUTTON (i want to use actionscript, no motion tween)

somethink like this

BUTTON
on (release) {
/:xpos = 509;
/:ypos = 485;
}
if (/:xpos = 509; /:ypos = 485, [x, y is condition])
( if is the condition accomplished = loadMovieNum("test.swf", 2); )


i don´t know if it possible this way in FLASH

thank you a lot

JAn (sorry for my english)

p.s. source is here http://www.freestyler.cz/help/help.zip
demonstration
is here http://www.freestyler.cz/help/help.html

View Replies !    View Related
Heeeelp XMLSocket
Hi !

I am developping a 4 players network card game.

I have a java server that open a socket and a flash client that connect on it, my problem is:

- the java server is hosted by a friend who hosts my website too ...

- when I try my flash client from my HD, the XMLSocket.connect(host,port) works .... when I try it from a webpage It does not...

- I read in the help doc, that if the movie is hosted on the same machine on which the (java) server is, I can specify "null" as the host param of the XMLSocket.connect() function, but that doesn't work too heeeeeeeeeelp (I know nothing about flash and security and perhaps is the source of my problem...)

ps: forgive my english I usually speak french...

Troy

View Replies !    View Related
I Have No Sound Heeeelp
I'm a newbie, and i wanna make a boton, i make one, and i waned to put some sound, and i realise that it say's "ninguno" (it's in spanish, im from chile), well, "ninguno" is "nothing", and in the part that sez "efect", it was not clikable!!!how can i fix this!!?? please help me!!!!!

Thanx to anyone that try to help me


peace

PS: i've atached a view of the problem!!! (sorry, its in spanish) (and sorry my english!! )

View Replies !    View Related
Help I Need Sombody. Heeeelp
*bump* can't someone please help me? If they find out that I failed, they going to hang me in the pubic, no, I mena the public.

View Replies !    View Related
Heeeelp Meeeee
ok a bit too much drama perhaps, but i am really lost on why my button commands on MC's won't work correctly. everyone tells me the code looks fine, but I get the same error from the debugger anyways.

on a MC, I have the following code:

this.onPress = function () {
gotoAndStop(2);
};


but i always get this debugger error:


**Error** Statement must appear within on/onClipEvent handler
this.onPress = function () {


I can't figure out what I need to change in that code then. The error doesn't make a lot of sense to me since I don't know what on handler should/even could go there. Help please!!!??? (

View Replies !    View Related
HEEEELP . Drop'n Action
hi,

I have got an action-script problem: Idrag and drop an object into a certain position (name="drop"). then I want an action like LoadMovie, TellTarget or StartSound to accur.

This is the code of my object (button inside movie clip):

on (press) {
this.startDrag();
}
on (release, releaseOutside) {
this.stopDrag();
// 50 pixels around the center of "drop" is the hit area
if (_x>_root.drop._x-50 && _x<_root.drop._x+50 && _y>_root.drop._y-50 && _y<_root.drop._y+50) {
_x = _root.drop._x;
_y = _root.drop._y;
}
}

Rescue!

View Replies !    View Related
Concatenating Woes (HEEEELP)
So I must be dense because I have two books open and searched throught the tutorials...

I want to have a viewer enter their name in an input field and hit a button that says "OK". Then I want dynamic text in a new frame to appear that says "thanks , viewer, for your entry"

That's not happening. I get all the words that I enter into the value field instead of a concatenated string with the input text replacing the variable name.

HEEEEEELP!!!! PLEEEEEEEASE!!!!

~p

(posting here cuz the newbies seem to be up)

View Replies !    View Related
HEEEELP Number(myvariable)
Hi all .. plz need an urgent help for this problem :

I load my variable from text file (exemple : test.txt)
But the problem is that flash still taking it as string even with the command : Number(test)
I'm using the syntax :

_root.mymovieclip._rotation = Number(myvariable);

I want to set this variable for the rotation Property .. so it's should be a number value ..
But it's not taking it as Number

When I put a text field to view this variable after Using (Number(my variable)) .... it's giving me the value 0 ..

So If someone can help I will really apreciate.
thnx

View Replies !    View Related
Heeeelp - Valentines Day Is TOMORROW..
...and I still can't figure out how to get the removeMovieClip command to remove all of the 'used' clips (floating hearts) so that movie replays correctly.
Also, after playing the movie twice, it's impossible to replay it again.

Can anyone help? Do you need to see the fla?

O

http://overvision.com/design/test.htm

View Replies !    View Related
<< Help Heeeelp Heeellp Pleasee >>
I'm trying to put together all the group frames ( as animation movie) but when I copy and paste the group frame after each other I can have only ONE background color for the whole movie how can I lock the background color in each sense ??

View Replies !    View Related
Crossroads Navigation HEEEELP
posted this in site check...and I think it would be better to have the navigation bar be in javascript or something...just because it acts up when hovering...too see what I mean go here

http://www.inyourimage.net/crossroads/main.html


I need to produce something similar if you could help me...using some form of script (or direct me to a forum that has help for it) because I don't want to pay $20 for a template.

View Replies !    View Related
Print By Buttons In Exe ....please ..heeeelp..
hello..
i have flash 5 only
can any one help me and explain to me how i can print only the exam(only the shapes triangle,square and circle..of this examination i did for my kids in my school..
i,e;i want to print all the page without button and score ...please help me ..
and can explain to me how i can print one frame of movie consist of 5 frame (for example)..i will be too tankfull if you send to me (.fla) file to me as example of using #b and #p..(i not understant them !!!!!)from A.S. help ...!!!!!

View Replies !    View Related
Preloader Sequencing, Heeeelp
I have read the tut on the preloader function in the best of Kirupa, seems logical but how do I do this...

I need a 'cover' to scroll up over the current image, this will contain the % loaded figures and a little animation, then when it's loaded the 'cover will scroll back down'.

Would I make this cover movieclip and put my animation and the dynamic text box for the % loaded inside. Then would I call the animation from the preloader function? If now how?

I have attached a quick diagram to help explain.

Please someone help, no one ever answers my posts

View Replies !    View Related
Sound Object Heeeelp
I have this script in my main timeline but when I set the volume it effects every sound in that timeline, not just the buttons I wanted to effect. How do I just effect the buttons???


ActionScript Code:
mySound_sound = new Sound();
//
_root.greatroom_mc.greatroom_btn.onRollOver = function() {
    mySound_sound.attachSound("bigRollover");
    mySound_sound.setVolume(5);
    mySound_sound.start();
};
_root.greatroom_mc.greatroom_btn.onPress = function() {
    mySound_sound.attachSound("bigRelease");
    mySound_sound.setVolume(5);
    mySound_sound.start();
};
//
 

View Replies !    View Related
STILL-HUGE ACTIONSCRIPT BUGGER HEEEELP
Hi Folks,
I am relatively new to flash- but not a neophyte. I'm attempting to do a movie that PRE-loads before playing... Right now, I'm using the method from the Technote at

http://www.macromedia.com/support/fl...or_frame01.htm

which uses the

frame1:
if (_framesLoaded == _totalFrames) {
gotoAndPlay(3);
}

frame2:
gotoAndPlay(1)

method, looping the first two frames of the scene to check the loading. I put the two frame loading clip in the timeline on it's own layer. I HAVE FOLLOWED ALL DIRECTIONS ON THE TECHNOTE TO THE LETTER. And my actionscript looks EXACTLY the same as it does in the example windows.

Buuuut:
WHEN TESTING WITH STREAMING:
-The movie begins to play after only 20% has loaded, thus not satisfying the "_totalframes" qualifier I've input.
-If I specify the frame number (instead of using "_totalframes"), "gotoAndplay (3)" seems to be ignored, and playback never advances beyond the loading movie clip- even when the streaming info tells me the appropriate frame number has been loaded a long time ago.

WHEN TESTING WITHOUT STREAMING:
-all of the preloading commands/movieclips are skipped (as is expected), but the movie starts playing on FRAME 98, regardless of the "gotoandplay (3)" command!!! I WANT FRAME 3 DAMMIT, FRAME 3, AHHHH!!!!!

Neither Frame 98, nor any other frames (including those embedded in movie clips) have ANY labels or actions attatched to them, except for the two frames for the loading at the begining of the movie. I am using only frame numbers (not lables) to direct my Actionscript.

Other movies of mine with the same set up do not experience these problems, what the heck is going on? Why are the Actionscripts not performing as the technote says? Are there other ways of doing this that will avoid these problems? Is my Flash 5 corrupted? What can I do? Thanks you guys, I appreciate the dependable help you give

Best,
Jason

View Replies !    View Related
Button That Follows The Mouse Movement-heeeelp
Please help me with my proplem...it's urgent!
I have a site that i must finish in 5 hours!!!
Ok. here's the thing: i have a bar with words
and a button in the left and when i move the pointer
onto that area, the button follows my mouse to
left or right.
That's all.
Thanx for reading this

View Replies !    View Related
Time Triggered Actions----heeeelp
time triggered actions----heeeelp!!!

im making a screensaver/projector with a desktop agent who is going to appear at specific times..:4 times an hour. with a different message each time.
how can this happen automaticly???
how can the the movie jump to a specific keyframe and play at a specific time...
each message will be ca 2 minutes..and then the agent will dissapear
when the agent disappears..the movie will show eg. a red mask colour..wich will make it dieappear/hide with the SWF-Studio software
www.northcode.com
thankfull for any help!!

View Replies !    View Related
Very Strange Button Problem Heeeelp
OK, I have a small button and part of it is a '<' sign as it goes backwards. When i press the button it loads the right frame/ mc but afterwards the '<' stays on the screen, even tho the rest of the button fades out as it should. Also, the < still has the attached action script. It doesn't show on the .fla so I can't find it to delete it where it shouldn't be. It only appears on my preview and so I guess it will on my published site...

v annoying. Any ideas?
thx for your time
Lev

View Replies !    View Related
Very Strange Button Probs. Pls Heeeelp
OK, I have a small button and part of it is a '<' sign as it goes backwards. When i press the button it loads the right frame/ mc but afterwards the '<' stays on the screen, even tho the rest of the button fades out as it should. Also, the < still has the attached action script. It doesn't show on the .fla so I can't find it to delete it where it shouldn't be. It only appears on my preview and so I guess it will on my published site...

v annoying. Any ideas?
thx for your time
Lev

View Replies !    View Related
CJ Link Question From A Newbie Heeeelp
I guess I am not as smart I thought. Here's the sccop:
I wanted to get some $$$ for geting links from CJ.com. They give you links to put on your site & when people click to those linke you're suppose to get $.

Well the links come in HTML. I don't even have a clue how to get those things on my page. Even if I get it I don't know how to place them.

Anyone can hook me up with some info. I'll send lots of good karma your way I promise.

T.

View Replies !    View Related
HEEEELP Cant Work Out Reply To My Thread
I posted a thread about an asfunction problem in which i recieved a reply, which i presume contained the solution to my problem; the problem is - i cant fully understand it?!
Can someone please work out this senerio for me,as im now really depressed

MY QUESTION - How do i go about executing multipule actions with the asfunction from an external txt file/files (e.g:<A HREF="asfunction:actions"> ) from this setup........

I hope this makes sense

USING A MUSIC CATALOGUE AS AN EXAMPLE:-

2 external txt files:
one contains a list of titles(each title acts as a button using A HREF=)
one contains the track details/listings of each title

2 dynamic textfields:
one (lets call it "titles") contains text loaded from the titles external text file, the other (lets call it "details") is an empty text field that recieves (or is supposed to) the track details/listings of the pressed title.

Each of the track details has a variable assigned to it in the details text file (eg:&details1=, &details2, &details3= etc) .

My problem is with the syntax, and how to write/apply it in the function () so depending on which title is pressed, the resulting details appear in the details textfield.

I'm also thinking of loading corresponing swfs to each tiltle into an empty MC container as well!

My aim is script this thing in such a way as to update content & info without going into the Flash authoring enviroment.(well as much as possible anyway)


I got this reply from JAYBEE but i could not work out how to implement it in my scripts - i.e: which bits are written in the actionscript plane and which are written in the text file.
Also i didnt know where the details_arr arrays are supposed to go; basically i would like this actionscript with comments/discriptions discribing what each section is doing and how to implement them.
--------------------

--------------------
JAYBEE's ANSWER!?! -

the trick is to read the data in in some sort of structured format in the first place, which is why xml would be good here, but you can still do it with text....when you load the details text put it into an associative array:


ActionScript:
----------------
[as]my_lv = new Loadvars();
my_lv.onLoad = loadDetails;
my_lv.load('details.txt');
details_arr = [ ];[as/]

[as]function loadDetails() {
for(var i in this) details_arr[i] = this[i];
}[as/]

------------------------------------------------------------------------
then you have an array that looks like:

ActionScript:
----------------
[as]details_arr["songName1"] = "Recorded 2003 etc etc";[as/]
[as]details_arr["songName2"] = "Recorded 2003 etc etc"[as/]

------------------------------------------------------------------------

and you can make your asfunction go like this:


ActionScript:
---------------
//<a href="asfunction:displaySong('Hoo%20Hah');">Hoo Hah</a>

[as]function displaySong(song) {
title_txt.text = unescape(song);
details_txt.text = details_arr[song];

}[as/]
------------------------------------------------------------------------

the only problem there is for song titles with spaces in them - you will need to send them as escaped strings then unescape to display - thats the song titles, not the details......its cos you can't have spaces in the name of the keys in the associative array

View Replies !    View Related
Unexpected File Format ? HEEEELP
Hello, and thanks for your time.
I'm trying to open a flash 5 document on the new Flash MX 2004 Pro and apeard the message Unexpected file format.
Is there any way i can open a doc from version 5 on MX Pro?
And how can a copy the objects on the flash 5 library to the MX Pro library?

View Replies !    View Related
Heeeelp - Sound Toggle Problem?
Im new to this as/ stuff and finding myself a bit lost on sound control in MX. I have various buttons with sound files attached to their down state. I want to have an on/off toggle which will switch off all sounds globally regardless of their location - is this possible?

All the tutorials I have found refer to looping bg music etc embedded in the same mc - is there an example out there that will show me how or does anyone have some script expertise they dont mind sharing.

Any thoughts welcome - the simpler the better!

D

View Replies !    View Related
[F8] Using One Preloader To Load Several Swf Files - Heeeelp
Hey,

I've been looking for hours and hours online, in different forums (including this one) for an answer. the ones I did get aside to "impossible" were very confusing for me.

I am working on some what complicated site (too many demands), using several swf files.

An animation was asked to play during all the navigation in the site, which is why I decided to use the loadmovie trick.

I used the preloader in the main page, and would diiiiiiiie to get a code or an explanation for making the same preloader at the beginning to load the rest.

Also, I've been wondering if there's away to load a movie back after I unloaded it, to a specific frame. (so it won't start from the beginning and show me the preloader again)

I might have simply built the whole base in the worst way ,god I don't know what it is. it looks great, but i just can't find away to make the connections in the most efficient way, if at all!

Sorry for my panic. I'm going insane over this.

Every reply would be highlyyyyy appreciated. Highly!!!

View Replies !    View Related
PHP Mail Form Tutorial Heeeelp
I have been doing this tutorial half of the day and my form doesnt seem to work. I finally just upload the source files provided and changed the PHP file to send the email to me. I do get the email with the subject, but I do not get the message. It's a blank email I receive.

http://www.kirupa.com/developer/acti..._php_email.htm

Please help. Thanks,

Leo

View Replies !    View Related
Heeeelp How Do You Do The Line Draw Thing?
I am trying to achieve the effect of Flash "drawing" a given shape or path. Seems like it would be pretty easy, but I have looked ALL OVER, and the only tutorial I've found is
http://actionscript-toolbox.com/shapeDefinedMC.php - But this is incredibly complicated... I have seen this done a lot on other sites. Does anyone get this and can clue me in on an easier way than the above tutorial?

View Replies !    View Related
Problem With AttachMovie Method HEEEELP
Im having problems with the attachMovie Method, I created a function like the following:


Code:

function AdpoFunc() {
_root.sceneHolder_mc.contHolder_mc.cont_mc.adpoHolder_mc.attachMovie(adpo1,adpoSF,this.getNextHighestDepth());
}
Basicly I created a holder within a couple of movies and Im trying to attach a symbol who has a linkageID of "adpo1", then I call the function in a "on release" action in a button:

Code:

on (release) {
if (_root._currentframe !== (2)) {
_root.gotoAndStop(2);
_root.logo_mc.gotoAndPlay(1);
_root.sceneHolder_mc.gotoAndPlay("s2");
_root.sceneHolder_mc.contHolder_mc.cont_mc.gotoAndStop(2);
_root.sceneHolder_mc.contHolder_mc.cont_mc.Bene_txt.gotoAndStop("FFM");
_root.AdpoFunc();

for some reason is not working, can anyone send me a tip, or tell me what am I doing wrong?????

Thanks

View Replies !    View Related
PHP Mail Form Tutorial Heeeelp
I have been doing this tutorial half of the day and my form doesnt seem to work. I finally just upload the source files provided and changed the PHP file to send the email to me. I do get the email with the subject, but I do not get the message. It's a blank email I receive.

http://www.kirupa.com/developer/acti..._php_email.htm

Please help. Thanks,

Leo

View Replies !    View Related
Heeeelp How Do You Do The Line Draw Thing?
I am trying to achieve the effect of Flash "drawing" a given shape or path. Seems like it would be pretty easy, but I have looked ALL OVER, and the only tutorial I've found is
http://actionscript-toolbox.com/shapeDefinedMC.php - But this is incredibly complicated... I have seen this done a lot on other sites. Does anyone get this and can clue me in on an easier way than the above tutorial?

View Replies !    View Related
Using One Preloader To Load Several Swf Files - Heeeelp
Hey,

I've been looking for hours and hours online, in different forums (including this one) for an answer. the ones I did get aside to "impossible" were very confusing for me. :?

I am working on some what complicated site (too many demands), using several swf files.

An animation was asked to play during all the navigation in the site, which is why I decided to use the loadmovie trick.

I used the preloader in the main page, and would diiiiiiiie to get a code or an explanation for making the same preloader at the beginning to load the rest.

Also, I've been wondering if there's away to load a movie back after I unloaded it, to a specific frame. (so it won't start from the beginning and show me the preloader again)

I might have simply built the whole base in the worst way ,god I don't know what it is. it looks great, but i just can't find away to make the connections in the most efficient way, if at all!

Sorry for my panic. I'm going insane over this. :cry:

Every reply would be highlyyyyy appreciated. Highly!!!

View Replies !    View Related
HEEEELP :: Variables Inside Movie Clips
Hello everybody

This is the question:
I have a movie clip, wich has one pop up menu with buttons. Each button sets a variable and then plays an animation in scene 1, at the 2nd keyframe (this I made...).
Now, I want the 10th keyframe on scene 1 to check what variable was loaded, and then load a .swf file (this is not working!!!!!!!).

Here´s the code of one of my buttons (inside the movie clip):
on (release) {
load = "images";
tellTarget ("_level0") {
gotoAndPlay("Scene 1", 2);
}

And here´s the code on the 10th keyframe on scene 1:
if (load == "../:images") {
loadMovieNum("images.swf", 1);
} else if (load == "../:teams") {
loadMovieNum("teams.swf", 1);
}
stop();

I just published these examples on line (flash 5), so you can see whats going on. It isnt my project, but I did it to show you the problem. I mean, layout will not have importance.

http://www.flashkithelp.hpg.com.br
Thanks
Gabi

View Replies !    View Related
HEEEELP :: Variables Inside Movie Clips
Hello everybody

This is the question:
I have a movie clip, wich has one pop up menu with buttons. Each button sets a variable and then plays an animation in scene 1, at the 2nd keyframe (this I made...).
Now, I want the 10th keyframe on scene 1 to check what variable was loaded, and then load a .swf file (this is not working!!!!!!!).

Here´s the code of one of my buttons (inside the movie clip):
on (release) {
load = "images";
tellTarget ("_level0") {
gotoAndPlay("Scene 1", 2);
}

And here´s the code on the 10th keyframe on scene 1:
if (load == "../:images") {
loadMovieNum("images.swf", 1);
} else if (load == "../:teams") {
loadMovieNum("teams.swf", 1);
}
stop();

I just published these examples on line (flash 5), so you can see whats going on. It isnt my project, but I did it to show you the problem. I mean, layout will not have importance.

http://www.flashkithelp.hpg.com.br
Thanks
Gabi

View Replies !    View Related
FMX2004Pro : Media Component Question ... Please Heeeelp
Hi,

I work on a movie that use 3 components reading data thru XML... everything works just fine, except the media player.
I use the media player component to play mp3 from my website.
The only problem is the following :
When I give the component a static URL thru the Component Inspector, everythings working fine.
When I specify a variable, nothings playing, displaying no error.

My media player component is on a layer, and instance named "player".
On an other layer, here is the code I use :
_root.test = "mymp3.mp3";
_root.player.contentPath = _root.test;
_root.player.aspectRatio = true;
_root.player.autoPlay = true;
_root.player.autoSize = true;
_root.player.mediaType = "mp3";
_root.player.play();

What's wrong ... I can't find anything about this issue ...
If anyone could help.
Thanks a lot.

PS : the file can not be attached (compressed about 800ko, limit to 300ko )

View Replies !    View Related
Heeeelp :) _level - _root Pathing Problems
http://www.kirupa.com/forum/showthread.php?t=214397

Please look at the post above, I might have posted in the wrong section!!

Thanks,

John

View Replies !    View Related
Adding A "download Function" To A Button? Heeeelp :)
I want to add a button on my flash website. When you hit this button you should be able to download a file from the server on which the flash site is located. How do I do this?

regards, soma

View Replies !    View Related
°°° Loading Movie In Other Movie °°° HEEEELP
hey there!

I have a main movie (called: "team.swf") with several buttons. When I click a button, it loads an external movie (called: "lampe.swf") and plays in my main movie. Now, what I want to do is this: when the movie "lampe.swf" is done with playing, it loads another movie (called:"description_lampe.swf") onto the main movie. So what i do is ad a script to load the "description_lampe.swf", but it opens in the same window... This is my code:

Code:
_root.loadMovie("description_lampe.swf", "description");
I guess it has something to do with the "_root"... how can I show to that movie that it has to open in the spot ("description") on the main-movie ("team.swf")?

thanks!

www.nookyalur.com

View Replies !    View Related
°°° Loading Movie In Other Movie °°° HEEEELP
hey there!

I have a main movie (called: "team.swf") with several buttons. When I click a button, it loads an external movie (called: "lampe.swf") and plays in my main movie. Now, what I want to do is this: when the movie "lampe.swf" is done with playing, it loads another movie (called:"description_lampe.swf") onto the main movie. So what i do is ad a script to load the "description_lampe.swf", but it opens in the same window... This is my code:

Code:
_root.loadMovie("description_lampe.swf", "description");
I guess it has something to do with the "_root"... how can I show to that movie that it has to open in the spot ("description") on the main-movie ("team.swf")?

thanks!

www.nookyalur.com

View Replies !    View Related
Moving The Stage After Resizing - Or Moving All Objects On The Stage? Heeeelp
Hello! I'm in dire need of help!

I've been forced to resize the stage of my movie but as the stage is expanded to the right and down everything ends up in the wrong place. So I wonder:

Is there any way to move the stage rather than the contents thereon?

or

is there a way to move all the content on all layers and even all scenes simultaneously?

or

is there a way to expand the stage equeally on all sides rather than just right and down?

THANKS ALOT TO WHOEVER COULD HELP ME!


Freddy D, Stockholm, Sweden

View Replies !    View Related
Flash Script? Is Writing Flash Code Possible? Without A Flash Builder Like Flash MX
I want to get into flash programming on my website, but i do not have thecash to buy flash MX 2004, it is 499 US thats a lot of money.

Basically what i want to know is, can flash be written as code, like HTML or do i need to buy a flash builder. And if so, what can i do about learning this code

Thanx from Fenton Multimedia Designs

View Replies !    View Related
Flash Script? Is Writing Flash Code Possible? Without A Flash Builder Like Flash MX
I want to get into flash programming on my website, but i do not have thecash to buy flash MX 2004, it is 499 US thats a lot of money.

Basically what i want to know is, can flash be written as code, like HTML or do i need to buy a flash builder. And if so, what can i do about learning this code

Thanx from Fenton Multimedia Designs

View Replies !    View Related
Flash Versions Order Of Sequence : Flash 5, Flash MX, FlashMX 2004?
some questions on FLash versions

After Flash 5 was FlashMX then followed by FLashMX 2004 ???

which means Flash MX is version 6??

thanks for answering.

View Replies !    View Related
Can You Open A Flash File Made With Flash Mx, Using Flash Mx 2004?
Hi,

I have recently purchased flash mx 2004. However when I go to open my old flash mx flies in flash mx 2004 all I get is unexpected file format! Why is this? Also when I open flash mx 2004 and try to open one of the sample files it comes up with the same message!

Also when you download and install an extension from macromedia exchange, how do you then use the extension feature in flash? Were do you find it?

Any help on these matters would be appreciated?

Thank you

View Replies !    View Related
How Do You Update A Flash Object Without Flash? Selling A Flash Site.
I am wondering what may be a large wonder. If I create a website with flash etc for somebody else, how can they update their own site? For example, if they have an 'updates' page, I don't want to have to keep on redoing it for them in Flash. I heard words like 'strings' and 'XML' kicking about, but don't really understand it. Thanks,

Alex

View Replies !    View Related
Making A Flash Website (flash In A Flash In A Flash Etc...)
I am working on a flash "database" as it's called and to make this possible I will need to have multiple flash documents that load within a flash to keep the loading time down, otherwise the filesize would be astronomical!

To see what I am working on go to http://www.axeldesigns.com/h2/helpdatabase then click "menu button" to open the project. Hopefully then you can get a good sense of what I am trying to accomplish...So when you click on the individual links, I want a flash within the main flash to load completely on top with it's own load bar and everything.

I'm not very experienced with action scripting, but I am quite experienced with the animation side of flash and drawing tools etc...

So, if anyone knows of any tutorials or examples that I could work off of, please help me out.

Alex

View Replies !    View Related
Will An Swf Made In Flash MX That Is Exported As Flash 4- Play On Flash 4 Cpu's?
Will an swf made in Flash MX that is exported as Flash 4- play on Flash 4 cpu's? How do I get my mx movies compatible with people who only have Flash 4???? I ask this because I exported a movie made in Mx to Flash 4, so I am just wondering if it will play on all Flash computers that have Flash 4, eventhough they may not have flash 5 or mx. Thanks...

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved