PDA

View Full Version : draggable="1"


jordi
04-17-2009, 03:22 PM
Just wondering about the idea of including draggable objects inside the pano...

Does anyone have seen some example, or have thought about this?

Any idea of how to drag a box in XML or pluguin?

Maibe if we could read the mouse position, we could just feed the pan & tilt of the box...

Trausti Hraunfjord
04-17-2009, 04:07 PM
Yes, it's possible.

As an example, the mp3 player from Flashificator is "floating", and can be moved where ever the final user/viewer wants it.... BUT... once the page is refreshed, it will return to it's default position.

You can see an example of it here: http://flashificator.com/ (if you want full screen, the fullscreen button is the 3rd from the right) The "floating" mp3 player is in the upper left corner.

jordi
04-17-2009, 04:25 PM
Very interesting !!

For what I can see the plugin just set by itself the position, so I assume it's some coding in the actionscript where you make the ability of dragging and also telling the initial position.

some clues on how to make this swf :confused:

thanks

Trausti Hraunfjord
04-17-2009, 04:30 PM
Personally, I haven't got a clue. But I do know that it was "not possible" (probably is, but very complicated) to set different starting positions, or to let it stay in the position it has been moved to, after the page is refreshed. I asked for that to be made, but had to bite the bullet and accept this way.