Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

wadheanand

Members
  • Joined

  • Last visited

  1. hello there i m new to the field of Flash action scripting, i have designed a banner with animated buttons. If i hover and click the buttons, the animation stops in the down position of the current page. Up to here everything is o k, but i want to make sub menus for the some buttons, like if i hover or click on a button the main buttons animations should animate the way they are and it should open the sub menu on hover and change the color of that particular sub menu button and if i click on the sub menu button it should stay in the down position. If you could help me with this problem or provide some video tut. i will be very much great full to you thanking you anand Here is the code var currentPage; myLoader.contentPath = \"img1.swf\"; stick(\"btnAnim_mc\"); btnAnim_mc.onRollOver = function () { rollover(\"btnAnim_mc\"); } btnAnim_mc.onRollOut = function () { rollout(\"btnAnim_mc\"); } web_mc.onRollOver = function () { rollover(\"web_mc\"); } web_mc.onRollOut = function () { rollout(\"web_mc\"); } ecomm_mc.onRollOver = function () { rollover(\"ecomm_mc\"); } ecomm_mc.onRollOut = function () { rollout(\"ecomm_mc\"); } internet_mc.onRollOver = function () { rollover(\"internet_mc\"); } internet_mc.onRollOut = function () { rollout(\"internet_mc\"); } contact_mc.onRollOver = function () { rollover(\"contact_mc\"); } contact_mc.onRollOut = function () { rollout(\"contact_mc\"); } btnAnim_mc.onRelease = function() { myLoader.contentPath = \"img1.swf\"; stick(\"btnAnim_mc\"); } web_mc.onRelease = function() { myLoader.contentPath = \"img2.swf\"; stick(\"web_mc\"); } ecomm_mc.onRelease = function() { myLoader.contentPath = \"img3.swf\"; stick(\"ecomm_mc\"); } internet_mc.onRelease = function() { myLoader.contentPath = \"img4.swf\"; stick(\"internet_mc\"); } contact_mc.onRelease = function() { myLoader.contentPath = \"img5.swf\"; stick(\"contact_mc\"); } function rollover(movieName) { if (currentPage != movieName) { eval(movieName).gotoAndPlay(\"over\"); } } function rollout(movieName) { if (currentPage != movieName) { eval(movieName).gotoAndPlay(\"out\"); } } function stick(movieName) { if (currentPage != movieName) { eval(currentPage).gotoAndPlay(\"out\"); } currentPage = movieName; eval(currentPage).gotoAndStop(\"down\"); }
  2. wadheanand replied to wadheanand's topic in Frontend
    hello n sorry for the late, i wasn't in the town i m back now its version 8 In the flash banner i have animated contact page, services page, and so on , so as i rollover n click on the animation it should open the desired page i like to link to contact page, services page, about us page like that. thanks
  3. wadheanand posted a topic in Frontend
    hello everybody i m designing a flash banner, and like to link the pages. When some body clicks the fading images, it should open the clicked page. thanks in advance wadheanand
  4. hello everyone could anybody tell me that , if i use css , do i need to write any codes for both the browsers. i mean it should open in both the browsers without any problem, with all the styling, perfectly. when i preview in both the browsers, only mozilla is supporting css. Where IE is opening with broken links and links colors. thanks in advance.
  5. wadheanand posted a topic in Frontend
    hi i m using photoshop sliced images in .png format for my website. As a banner and left buttons and the bottom bar. But its taking too much time to open in my webbrowser as i prewiev it. pls help me out that how do i load images in my website which will open smoothly in any webbrowser without taking much time. and pls suggest any software which helps to reduce the size of the file without loosing its colors and the quality. thanking you anand

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.