Jump to content

ehud35new

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by ehud35new

  1. Hope i will explain myself you will understand me.... I have a newsletter which is built as a Back image and I want to write on this image and make some links.... (i cant use CSS) I can do it with text position I use.... for example this code .... DIV style="POSITION: absolute; WIDTH: 48px; HEIGHT: 19px; TOP: 1168px; LEFT: 694px The problem is that i cant see this links (they probably behind the image)....when i write them in HTML how can i bring those links into the front ? so when i will send them i will be able to see them.... thank you
  2. ehud35new

    timer in flash

    I built a timer in flash....the problem is when i put it on the web if somebody is going out from the explorer and come back it will start to count from the begining.how can I do soo that the timer will continu to count ?
  3. ehud35new

    timer in flash

    I built a timer in flash....the problem is when i put it on the web if somebody is going out from the explorer and come back it will strat to count from the begining.how can I do soo that the timer will continu to count ?
  4. ehud35new

    timer

    I want to creat a Timer (count down) and when it reach to 0 it is going to 2nd frame.....this is what i wroteonClipEvent (load) {var num:Number = 5;var fps:Number = 12;var militimer:Number = num*fps;}onClipEvent (enterFrame) {if (militimer>0) {militimer--;} else {gotoAndPlay(2);}_root.timer.text = Math.round(militimer/fps);}the timer is working but when it is reach to 0 ..it is not doing nay thing ....?why is that ?any ideas for other scripts ?
  5. Hi,I have question about Date Constructorwhat is the easy script to put in my movie if i want that a movie clip will play in a specific day ? and will continue .....to playEhud
  6. ehud35new

    little problem

    I created a banner but i have little problem....In this banner there are 8 movie clips but i want that the movie clips will play 1 each day...That is mean that movie clip 1 will play on the first day and the rest of the days (all the 8 days)...and day after will play movie clip 2....and the rest of the days...and soo onHow can I do this ?Can I controled each movie clip with his own action script?if not what do i need to do ? Please try to help me.....
×
×
  • Create New...